Wait, there's no longer a way to delete users? So if I'm working on a Fusion automation that's triggered by new user creation, then my testing will result is potentially dozens of junk user accounts?
I work with OP and wanted to post the resolution. Turns out that Workfront is requesting a user certificate as part of the IDP authentication process. This means you have to disable SSL decryption. Adding *.workfront.com to our decryption bypass list on our firewalls fixed the problem.
It's working!!!2 small caveats:1. I'm getting emails but still no in-app notifications. Not sure why.2. I had to use this to add a note to a task:"topNoteObjCode":"TASK",
"topObjID":"{<object id>}", I can't thank you enough!
I will definitely try this, assuming a note can be attached to a task as opposed to a project. My scenario is currently creating an update on the task, but I like your solution much better.
So... there's a field called "Users Historical Decisions" that gives us data of how many approvals each user has made over the last 12 months. Neat! With the new licensing model, going above a certain threshold will kick a user from a free license to the "Light" license. We're going to be billed for...
A group in our org has 9 custom user fields on the Project object that are various points of contact for the projects. They also have a custom task status called "Released". The requirement is that, when a task is set to Released, those points of contact are notified. Each POC field may or may not b...
Thank you for the response. I already have the user's ID, the Create Record module just doesn't recognize it for some reason.Once all is said and done this module needs to send a notification to a list of people (based on custom fields on the associated project). Do I really have to iterate through ...