Methods
-
<static> getDelegateItem( item ) → {Delegate}
-
Description
Retrieve a delegate record object or undefined if not found
Parameters
Name Type Description itemListItem Returns
-
<static> getDelegateItemList() → {Array.<ListItem>}
-
Description
Get a list of delegate items
Returns
-
<static> getApprovalItemList( input ) → {Array.<ListItem>}
-
Description
Get a list of approval items
Parameters
Name Type Description inputQueryInput Set of conditions to use for retrieving data
Returns
-
<static> updateApproval( approvalSysId, action, comment ) → {boolean}
-
Description
Update a approval returns undefined on success, otherwise a message indicating the issue
Parameters
Name Type Description approvalSysIdsys_id action"comment" | "approve" | "reject" commentstring | undefined Returns
-
<static> getApproval( listItem ) → {Approval}
-
Description
Retrieve details for a approval
Parameters
Name Type Description listItemListItem Returns