OverdueJournalSettings_W::canDueDateBeModified Method
Checks if due date can be modified in CustVendTransOpen record.
Syntax
client server public static boolean canDueDateBeModified(
CustVendTransOpen _custVendTransOpen,
DueDate _newDueDate,
DueDate _originalDueDate)
Run On
Called
Parameters
- _custVendTransOpen
Type: CustVendTransOpen Map
CustVendTransOpen record.
- _newDueDate
Type: DueDate Extended Data Type
Due date set on record.
- _originalDueDate
Type: DueDate Extended Data Type
Original due date on record.
Return Value
Type: boolean
true if due date can be modified, otherwise false.
Remarks
Due date can be modified only if CustVendTrans record was not present at the last overdue debt journal and should not be present at the current time, or if it was present and present at the current time.