Override Calculated value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2020 11:39 AM
Hi Guys,
I am trying to call script include from Dictionary override- calculation field but it's not working .can you help me to fix this issue?
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2020 02:38 AM
Currently, I have placed there only see my first screenshot it is in dictionary override calculation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2020 02:42 AM
Yes, in that you are simply passing the script include name & function.
Whatever you have now in Calcuation field that works (complete code) needs to be copied over the the Calculation field on the dictionary override.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2022 09:43 AM
How did you get your Calculation field to look like that? Mine looks like
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2020 12:34 PM
Try?
javascript:new datedetails().getDate(current.cmdb_ci)
Please mark my response as correct and helpful if it helped solved your question.
-Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2020 12:38 PM
Sorry,I already tried this, but it didn't work either
