You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Approval Policy in EDMCS

Approval Policy in EDMCS

User have three Approval Policies (each for BS Accounts, PL Accounts, STAT Accounts ) were enabled for "GL_ACCOUNT" Dimension. Each policy has filter condition as below and having different group of people for each condition to approve the request:

For BS Account : { if (node.ancestors.any(ancestorNode => ancestorNode.name.equals("BSA"))) { return true } else { return false } }

For PL Account : { if (node.ancestors.any(ancestorNode => ancestorNode.name.equals("PLA"))) { return true } else { return false } }

For STAT Account : { if (node.ancestors.any(ancestorNode => ancestorNode.name.equals("STAT"))){return true} else{return false}}

When user update the Hierarchy view Point "GL_ ACCOUNT"

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!