Thursday, August 11, 2016

AX Roles tips

//AX Roles
//For FA Module
1) Export all duties which start with "Asset*"
//For GL Module
1) Duty --> LedgerChartOfAccountsInquire,LedgerChartOfAccountsMaintain
     LedgerJournalsAndTransactionsMaintain,LedgerGeneralLedgerProcessPerfReview
//Workflow
Privileges
Maintain quered work items
Maintain work item queues
Workflow approval service apply action operation
Workflow approval service get work items operation
Worfklow approval tasks for the purchase order header
Workflow essentials
//WOrklfow Purchase order approval
//Approve Purchase Order -- DUty(PurchOrderApprove)

//For all Workflow approval element
1) Export all Privileges which start with "Approve*"

No comments:

Post a Comment

Copy Markup charges while posting purchase invoice using X++

 Copy Markup charges while posting purchase invoice using X++ Class: Important: Code logic is just for Reference.  New class => Duplicate...