We have a requirement to update the downstream application(JDBC) account attribute using custom form, . One of the requirement is to limit the scope of the identity that Is
1.Populate identities in the dropdown if user has ‘A’ Account, if not don’t populate.
2.when we select the user, auto populate user “A” account attribute in the read-only field(Next field ).
Can we do it above criteria in ISC SailPoint ?
Is it feasible to update account attribute from ISC workflow ?
We wanted to temporarily increase the Line Limit of a user in ABS source to a different value, this should remain through the day and then return to its original value.
Hello @saikumarS
This use case is serviceable, you can do using a FLAT FILE source.
→ Grab the response from the FORM into a Workflow
→ Use that Workflow to create a account for that identity on a Flat File Source and put that value in an account attribute there.
→ Map that account attribute to an Identity Attribute
→ Now use the said Identity Attribute in your Attr Sync mappings on your JDBC source
As this is the only way you can update any attribute be it identity or account and get it populated to downstream system.