I have been asked to address an issue in our tenant where a user is in 2 HR sources. When the high priority HR source account is disabled then grab the attribute from the second HR source and populate it on the cube so that the down stream systems have correct data. The asked has been focused to Manger so that the approval from Service Now are flowing to the correct manager. Accounts for HR source 1 are deleted 30 days after the account goes disabled and this would be addressed at that time. I have been asked to solve for the 30 day period where the account is in limbo as the HR source 1 is still on the cube.
I tried to address this with a transform for the manger attribute on the primary source identity profile. When I applied the transform to a new attribute created for testing this transform I am getting error message. The message is not very clear and I reviewed the transform over multiple times and I am not seeing why I would be getting this error message.
Any ideas what I am doing wrong? I have validated sourceName and attributeName for each of the values.
There was an exception while calculating the value for this attribute. Error during transformation for attribute: managerDualSource (Transform ID: Calculate DualSource Manager) Cause: Error running account attribute transform for attribute 'null' on identity 'null' :java.lang.IllegalStateException: Unable to query for applications id in the account attribute transform neither sourceId or sourceName specified.
Hi @mpotti
A high level suggestion could be , If you are using logical conditions , I suggest you to use Static transform as main transform , additionally I suggest you to use firstValid to counter any null value.
Hi Mark,
Can you try the below transform which handles the null issue by using firstValid transform and handles the conditional check in static transform.
I have run into another snag with this transform. I need to be able to call a rule in order to look up the ID for the manager. I need to do a look up on rule getReferenceIdentityAttribute in order to extrach EEID for manager so that it shows properly on cube.