OnCheckDimValuePostingOnAfterCreateDimTableIDs Event
Raised before any checks with regards to the actual dimension values are performed. The event is raised both for the Contract Header and for every individual Contract Line.
Signature
[IntegrationEvent(false, false)]
OnCheckDimValuePostingOnAfterCreateDimTableIDs(RecordVariant: Variant; var TableIDArr: array[10] of Integer; var NumberArr: array[10] of Code[20])
Parameters
RecordVariant Variant
A record of Contract Header or Contract Line.
var TableIDArr array[10] of Integer
An array with Table No.
var NumberArr array[10] of Code[20]
An array with key values related to the tables in TableIDArr.
This documentation is generated from Parrot v27.0