Andrew,
I'm assuming you're importing it like this:
1) Getting all the projects from source (oracle netsuite) in an excel file and then importing them in ServiceNow.
2) Getting all the project tasks from source in an excel (this shall include a colum...
Dear Nisha,
Assuming that you are working in Service Catalog and have at least 3 variables:
1) Requested For (requested_for) - referencing to the user table
2) Request Type (request_type) - 2 options (questions) -> 'grant_access', 'remove_access'
3) ...
cnharris,
It's most probably because you're putting GlideRecord query and insert operations on client side. As you would know, runClientCode() function is running on client side while showMessage() is running on server side. There is a very limite...