Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Inserts the data into the temporary table.
Syntax
private void insertVendSettlementTmp(
Name _name,
PaymId _PaymId,
Voucher _voucher,
VendTrans _vendTrans,
String255 _periodCode)
Run On
Server
Parameters
- _name
Type: Name Extended Data Type
Passes the dirPartyName to this method.
- _PaymId
Type: PaymId Extended Data Type
Passes the payment id (if any) to this method
- _voucher
Type: Voucher Extended Data Type
Passes the voucher being used in the transaction to this method.
- _vendTrans
Type: VendTrans Table
Passes the cursor of the table VendTrans to this method.
- _periodCode
Type: String255 Extended Data Type
Sends the selected period in china specific format.