Click HERE to see how Saviynt Intelligence is transforming the industry. |
09/16/2024 01:20 AM
Hi Team,
I am working on Salesforce application migration, done baselining for roles but business unit entilement type doesnot got mapped to Account after successfully running of job and task, task also got completed with 200 response
09/16/2024 03:33 AM
Hi @UtkarshSingh baseline job won't map the accounts .
Could you please elaborate on your use case.
09/16/2024 07:44 AM
09/17/2024 02:34 AM
HI @rushikeshvartak that was SIGA issue i reopened task and closed it it working, now the scenario is i have to reopen all the task for that particular application for the users can you help me to find taskkey all the task was created from Friday 6 pm to saturday 10 pm evening if that help
09/17/2024 10:53 AM
SELECT taskkey
FROM arstasks
WHERE taskdate >= '2024-09-14 18:00:00'
AND taskdate <= '2024-09-15 22:00:00';