| | |
| | | OpenWindow(L"dev:xpage[maint.samplefee.vx]", arg);
|
| | | return 1;
|
| | | }
|
| | |
|
| | | if (name1 == L"SoleSupplierV3")
|
| | | {
|
| | | xaserverarg arg;
|
| | |
|
| | | arg.AddArg(L"EntityID", d1);
|
| | | arg.AddArg(L"config", L"/sale/view/SupplierV3/config/supplier/open");
|
| | | |
| | |
|
| | | OpenWindow(L"dev:xpage[maintex.Owner.Supplier.v3.vx]", arg);
|
| | | return 1;
|
| | | }
|
| | | }
|
| | | return 0;
|
| | | }
|
| | |
| | | OpenWindow(L"dev:xpage[QuoteFile.vx]", arg1);
|
| | | return 1;
|
| | | }
|
| | |
|
| | | if (name1 == L"CustomerV3")
|
| | | {
|
| | | xaserverarg argc;
|
| | | |
| | | argc.AddArg(L"EntityID", d);
|
| | | argc.AddArg(L"config", L"/sale/view/CustomerV3/config/customer/view");
|
| | | OpenWindow(L"dev:xpage[maint.Customer.v3.vx]", argc);
|
| | | return 1;
|
| | | }
|
| | | ProcessFlowAction(L"action:bill.open", 1);
|
| | | return 1;
|
| | | }
|