Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Prompts the user to confirm changing a pay rate, if there has already been generated pay transactions based on the original pay rate.
Syntax
public boolean promptUserExistingPayItems([boolean _delete])
Run On
Called
Parameters
- _delete
Type: boolean
A Boolean value that specifies whether the JmgPayRate record is about to be deleted; otherwise, false.
Return Value
Type: boolean
true if the user confirms update of pay rate; otherwise, false.
Remarks
The method also returns true if no pay transactions exist.