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

Convert Call stack to readable format in D365FO X++

//Input --container _xppCallStack = xSession::xppCallStack();  Public static str POL_formatXppCallStack(container _xppCallStack, int _skipFr...