When a user removes a custom form from an issue or any other object, the system updates area does not keep an audit trail letting us know that a custom form was removed. Need a way to know when a custom form was removed from a record and by whom regardless of the object.Thank you!
@Doug Den Hoed‚ Also.. this gives you flexibility for code reuse - without changing your code.. code runs on value on Current Status Calc, so you can assign different values to Current Status Calc without having to change the code every tiime win win!!! Awesome.. just awesome! thank you again!
@Doug Den Hoed‚ Soo.. I definitely sat down for this one and had way too much coffee !! and oh my goodness.. you are legendary Doug!!! It worked! you are right, it had to do with the order in which the system resolved the calculations on the free text field. THANK YOU!!!!!
Thank you Doug!!! here are my responses: what is the object type for each of the rows in your screenshot? Issue recordsis Current Status a custom dropdown parameter on a custom form attached to each such row? No is a free text field in a custom form.is Status History a calculated custom parameter on...
same place as you, not sure why is not working. What you and Doug have suggested should work but system doing something different... No i was not logged in as someone else, that's a great suggestion though. Greatly appreciate all the time and effort you vested on helping me with this. Thank you!
Thanks so much Doug, somehow that is not what I am seeing . I understand what you are saying and technically, thats how it should work. see attached.
Hi Greg! thanks so much for looking into this, and yes I am seeing a different name. For example, if I log in and look at a record i see D.R shows in the last updated by. When i go in and change the status value, it shows me that DR changed the status not me. No fusion integration, I am on the sa...
Hi !Thank you for responding to this!. That is a great suggestion, i actually do that to audit information on different workstreams. When i run the code you provided ( very helpful by the way), it tracks the status change, and returns the person who last updated the record, but not the person who u...
Thank you Doug! for some reason replacing "Last Updated By.Name" by {$$USER}.{ID} or any other combination didn't work. LEFT(IF(LEFT(Status History,LEN(IF(ISBLANK(Status),"-",Status)))=Status,Status History,CONCAT((IF(ISBLANK(Status),"-",Status)),Last Updated By.Name," - "," (",$$NOW,") | ...