| iiPostingID | input | integer | |
| itNbrDate | input | date | |
| oiReturnStatus | output | integer | Return status of the method. |
QadFinancials
if itNbrDate <> ? then do:
/* Update numbering date */
for first tPosting
where tPosting.Posting_ID = iiPostingID:
tPosting.PostingAddGLNbrDate = itNbrDate.
end.
end.