GetNextEntryNoInAdvance Procedure
Gets the next Entry No that will be used when the next Integration Queue record is inserted with CreateIQ().
This could be useful to add this Entry No. as a foreign key on a related record.
Keep in mind that when this procedure is called, the current entry number is taken.
When using this function to add a record to the Integration Queue with CreateIQ(), the calls to GetNextEntryNoInAdvance()
and CreateIQ() must be made on the same instance of the IQMain codeunit.
Signature
GetNextEntryNoInAdvance() : Integer
Returns
Integer
The next Entry No.
This documentation is generated from Spider v27.1