I have two fields, MATRICULA_GESTOR and GESTOR_SUBSTITUTO.
MATRICULA_GESTOR is used to correlate a manager, and GESTOR_SUBSTITUTO is used when the first manager’s lifecycle state is vacation or terminated. Is there any way to change the manager without going to the authoritative source?
I did a transform but it didn’t work because the attribute that correlates the manager is MATRICULA_GESTOR
Your transform seems to be incorrect. $firstManager seems to be the LCS of the manager and not the manager itself, and the value should be manager identity and not LCS. Anyways, using transform to validate the LCS of manager and provide the resultant manager, will cause trouble as you can’t decide the processing of identity attributes (LCS and manager field). Therefore, you should use manager correlation rule for this scenario.
This will not work until and unless you have a Manager Correlation Rule configured. We had the same issue and we got it working only after deploying Manager Correlation Rule
I have already accessed this document before, but I want to know how to configure this code in my source?
How do I configure it?
Is it through VS Code?
Could you describe the steps to me?
This is a cloud rule, which means you need to create a support ticket with SailPoint. All conditions that apply to a cloud rule will be applicable for this too.
Once the rule is deployed, you can update your source using VS Code extension