Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

serial workflow owner rank 2

NM
Regular Contributor III
Regular Contributor III

Hi,

We have a requirement to check if for an entitlement rank 2 owner is there or not.. we don't know the exact it is just it should not be null.. if null move to else otherwise to if block

Can someone provide a variable for it?

Update:

Variable - entitlement.getOwnerRank2().contains(user.username).. what does this user.username mean.. which username does it look for??we just want to check whether rank 2 owner is present or not

Thanks

3 REPLIES 3

Raghu
Regular Contributor III
Regular Contributor III

it will check user in entitlemnt

use below and try

entitlement.getOwnerRank2().contains(user.username) eq true


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.

NM
Regular Contributor III
Regular Contributor III

Do i need to select groovy?  used serial workflow and after first level approval it is not moving as in not closing request approval after approving the request from rank 1 owner..

Raghu
Regular Contributor III
Regular Contributor III

leave it as select only and SS


Thanks,
Raghu
If this reply answered your question, Please Accept As Solution and hit Kudos.