- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2020 05:49 AM
Hi there
this only happens on one particular catalog item, i do no thave any script running for that particular catalogi item.
all my catalog item use the same workflow but only on this one i keep getting the message below
Function nowDateTime is not allowed in scope x_xxxxx_customer. Use GlideDateTime instead: new GlideDateTime().getDisplayValue()
Thanks
Levino
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2020 06:28 AM
Hi,
Is the workflow for that item running on a scoped app?
If so, it's telling you "nowDateTime" is not allowed in scoped app and to use GlideDateTime...instead.
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2020 06:28 AM
Hi,
Is the workflow for that item running on a scoped app?
If so, it's telling you "nowDateTime" is not allowed in scoped app and to use GlideDateTime...instead.
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2020 06:35 AM
Hi there,
It's indeed like Allen already mentioned. The error tells you exactly what your issue is. If it's in scope, indeed your using a not allowed function in scope.
Here's a nice Docs page with loads of scoped examples:
https://docs.servicenow.com/bundle/kingston-application-development/page/app-store/dev_portal/API_re...
Kind regards,
Mark
2020 ServiceNow Community MVP
2020 ServiceNow Developer MVP
---
LinkedIn
Community article list
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field