- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2021 06:16 PM
Hello,
This relates to the change_request form.
On my Paris developer instance, I can see there is an annotation that has this text:
${new ChangeRequestDateMessage(current).getDateMsg()}
Which is rendered as follows:
I was unable to find any reference to this on the internet. Infact I couldn't find anything about dynamic annotations which I didn't realise was possible until now.
I am trying to debug this as it is no working on my company's instance, the text comes out empty:
Does anyone have some tips with how to debug this?
Solved! Go to Solution.
- Labels:
-
Personal Developer Instance

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2021 06:22 PM
ChangeRequestDateMessage is the name of a script include.
Go to the Script include table and search for it.
Once you find it, you should look for the specific function with name getDateMsg

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2024 12:24 AM
Thank you! I actually ended up recreating this after trying a few things. The annotation updated when the form was refreshed. It was quite handy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Hi everyone,
We have similar code in the instance but still the issue persists. Is there any additional settings/code changes that need to be done , please let me know?