How to determine what object a Note (update ) is attached to?
Hi,
I've created a FUSION scenario that listens for Notes being added, and if they are done by certain user groups, and the task/project is in a certain status - it updates that status to be 'Updated by Stakeholder'
I'm nearly there but have struggled to clearly identify what object the note is attcahed to - project, task, document attached at project level, document attached at task level.
The 'noteObjCode' seems to be right for when the note is attached to a document or task.
But when i add a note to a Project - the' noteObjCode' isn't getting set to 'PROJ'
I'm having to check - if the documentID and TaskID for the Note are NULL - then I'm assuming it's attached to a Project.
Can anyone offer any other help ?