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.
Creates an empty record or creates a new record from the data of an old record.
Syntax
server public static BankLGFacilityAgreementLine create(BankDocumentAgreementLineRefRecId _recId, [BankLGFacilityAgreementLine _copyFrom])
Run On
Server
Parameters
- _recId
Type: BankDocumentAgreementLineRefRecId Extended Data Type
- _copyFrom
Type: BankLGFacilityAgreementLine Table
Return Value
Type: BankLGFacilityAgreementLine Table
The table buffer of the new record.
Remarks
When copying data from the old record, this method cannot directly use the related records in the BankLGAmountCalculation table. This method creates new records in the BankLGAmountCalculation table by copying data instead.