Hi All,
I have use case where end users need to update identity attribute using form and same need to be updated in ISC and target system.
Regards,
Vasant
Hi All,
I have use case where end users need to update identity attribute using form and same need to be updated in ISC and target system.
Regards,
Vasant
is your source of Identity profile a flat file or direct connection? if its a file, then have your form update it using the identity attribute update and have a transform to make sure it is not overridden by the next HR file using a transform. if its not file based, have an other flatfile source and calculate the field value based on the file and HR source. your form will update the file file source.
Hi @lampard08 ,
Thanks for the response.
Our source is not a flat file and could you please explain how can we achieve it by updating form filed to flat file source.
If it is a flat file, you can update manually. if your source not an flat file you can’t update
before you build interactive forms and associate it with workflow, create a source. have the required attributes for the source. use the below API to create an account with required attributes that you manually want to update. if an account exists use update account API. once you figure the schema and other required processes, have a transform to take the value from this source even if you have a different value from HR source. Then build a interactive form and workflow to present it to users.