Please be sure you’ve read the docs and API specs before asking for help. Also, please be sure you’ve searched the forum for your answer before you create a new topic.
Hello Sailpoint Community.
I have switched to ISC work recently and i’m trying to find a way to check inside the workflow if a specific account from a specific source is disabled at the moment the provisioning (add operation) happens for a particular source, basically when a user requests a access for that source, we need to check if the account is disabled and if its, we need to enable. Thats pretty much the business requirement since we have a particular system that disables their accounts automatically when user does not log into it for some time.
i’m trying these approaches
$.loopThroughAccounts.loopInput.disabled = true
$.loopThroughAccounts.loopInput.sourceName = AD - Test
But i’m not sure this is the right approach, currently not working.
Whats the proper way to access and compare an Account existing attribute?
Going to add the json as well.
EnableAccountWorkflowjson.json (3.6 KB)


