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.
Initializes a TmpTaxWithholdTaxJournalLine_IN table record from a TmpTaxWithholdWorkTrans_IN record.
Syntax
client server public static TmpTaxWithholdTaxJournalLine_IN insertTmpTaxWithholdTaxJournalLine(
TmpTaxWithholdWorkTrans_IN _tmpTaxWithholdWorkTrans,
RefRecId _taxWithholdTaxJournalRecId,
AmountCur _amountBaseOriginCur)
Run On
Called
Parameters
- _tmpTaxWithholdWorkTrans
Type: TmpTaxWithholdWorkTrans_IN Table
The TmpTaxWithholdWorkTrans_IN table record to copy from.
- _taxWithholdTaxJournalRecId
Type: RefRecId Extended Data Type
The record ID of the TmpTaxWithholdTaxJournal_IN record.
- _amountBaseOriginCur
Type: AmountCur Extended Data Type
The AmountOriginCur amount.
Return Value
Type: TmpTaxWithholdTaxJournalLine_IN Table
A TmpTaxWithholdTaxJournalLine_IN table buffer that has been populated.