- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2017 07:51 AM
Hi,
I have a function that iteratively create string commands like ad.u_namefiled1='string1'; to be evaluated by eval .
These instructions refers to a glide record variable ad = new GlideRecord('u_my_table');
I know eval should not be used but replaced by GlideEvaluator.evaluateString .
The problem is that eval is working but GlideEvaluator.evaluateString! I tried to find more detailed documentation about the use of GlideEvaluator.evaluateString but I couldn't find anything useful.
Solved! Go to Solution.
- Labels:
-
Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2017 08:45 AM
Hi,
I understood the problem reading the thread: https://community.servicenow.com/thread/160402
Many Thanks,
Luca
Da: ctomasi
Inviato: lunedì 2 ottobre 2017 17:16
A: Luca Solda
Oggetto: Re: - Eval VS GlideEvaluator.evaluateString
<https://community.servicenow.com/?et=watches.email.thread>
Eval VS GlideEvaluator.evaluateString
reply from Chuck Tomasi <https://community.servicenow.com/people/ctomasi?et=watches.email.thread> in NOW Platform - View the full discussion <https://community.servicenow.com/message/1257083?et=watches.email.thread#1257083>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2025 11:08 AM
It would have been nice if you had shared you solution since there is no documentation on GlideEvaluator.