- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2022 12:47 AM
We have a custom field(True false type) on change form which is getting updated,
Initially it is set to false, when the change state changes from schedule -> Implement it get updated to true and when again when state changes from implement to review it changes again to false .
We got a script in workflow which was setting value of this to false in second case(i.e from implement to review) but could not figure out from where this value is setting up to true when change moves from schedule to implement.
I checked BR, Client script, UI policies each and every in the script, checked all workflow related to change_request and every script in all of them, but couldn't find out from where the field is getting updated.
Can you please suggest more possible ways or place where I can check for this?
Thanks in Advance
Thanks and Regards,
Rahul
Solved! Go to Solution.
- Labels:
-
Change Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2022 12:55 AM
Hi,
My first thought would be watching the field.
On the Change form (UI16), alt click the custom field label, to bring up the context menu. Click 'Watch...', this should open up the Field Watcher. Run the steps that cause the field to change and review the Field Watcher output.
hth,matt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2022 12:55 AM
Hi,
My first thought would be watching the field.
On the Change form (UI16), alt click the custom field label, to bring up the context menu. Click 'Watch...', this should open up the Field Watcher. Run the steps that cause the field to change and review the Field Watcher output.
hth,matt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2022 02:33 AM
Hi Matt,
I tried marking that field on watch, but it didnt opened the field watcher for me.
I tried clicking on spider icon too, but no window open up.
Can you please suggest what could be the reason.
Thanks
Thanks and Regards,
Rahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2022 03:06 AM
Hiya,
I believe there could be a couple of reasons.
First could be that the record does need to be within the "normal" UI16 frame i.e. it needs to be open with the header and left navigation available.
SN Docs (Field watcher) says: Note: The field watcher works only on form fields. It cannot be used on list fields. Also, field watcher is not available on password-protected fields or encrypted fields. Field watcher is only available within the UI frame. The option to watch a field does not appear in the context menu if you open a record outside of the UI frame, for example, in a new tab.
It also might to help turn on 'JavaScript Log and Field Watcher'
hth,matt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2022 05:38 AM
Hi Matt,
I got that thing but not able to figure out from where the field is getting its value.
Its initially false, but as soon as we refresh or reload the page, it becomes true... as you can see, first response is false and the other two are true.
Can you please review it once,
Thanks
Thanks and Regards,
Rahul