Manager Update Transform Error

Take a look at the links provided below, which may be helpful to you. First Valid | SailPoint Developer Community

I don’t see any issues with @baoussounda . I have just removed all the “ignoreErrors” as it’s default value is true.

{
    "name": "Manager Name Rework",
    "type": "static",
    "attributes": {
        "ignoreErrors": "true",
        "value": "#if($status=='inactive')manager#{else}$manager#end",
        "status": {
            "type": "accountAttribute",
            "attributes": {
                "attributeName": "Status",
                "sourceName": "Manager Test Pull"
            }
        },
        "manager": {
            "type": "firstValid",
            "attributes": {
                "values": [
                    {
                        "type": "rule",
                        "attributes": {
                            "attributeName": "managerid",
                            "name": "Cloud Services Deployment Utility",
                            "operation": "getReferenceIdentityAttribute",
                            "uid": "manager"
                        }
                    },
                    "No Manager"
                ]
            }
        }
    },
    "internal": false
}
1 Like