CustTable::confirmAndSaveCustGroupChange Method
Shows a confirmation dialog box if the CustGroup field value is modified and reverts to previous value if user selects cancel.
Syntax
client server public static boolean confirmAndSaveCustGroupChange(CustTable _custTable, boolean isCustGroupSetOnce)
Run On
Called
Parameters
- _custTable
Type: CustTable Table
The CustTable buffer modified
- isCustGroupSetOnce
Type: boolean
The value will be true, when a new record was created and user has already set the CustGroup value on the form once.
Return Value
Type: boolean
true, if value was modified. false, if the value was reverted to the original value.