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.
Returns whether the current expense transaction is editable depending on the workflow status.
Syntax
display boolean isEditable([boolean _checkUserAccess])
Run On
Called
Parameters
- _checkUserAccess
Type: boolean
Boolean value that indicates if we check if the user has access to edit the document.
Return Value
Type: boolean
true if status is either Create (Not Submitted) or Returned, and the user has access to the document; false otherwise.