Resolved! make reference display the specified field of another table
there is a field 'referenceType' reference from table2,how to make the choices display specified field of table2,not sys_id as above?
Interested in a ServiceNow event built for developers? Registration for now[dev]26 is officially open!
there is a field 'referenceType' reference from table2,how to make the choices display specified field of table2,not sys_id as above?
When I run this code, and when the generated excel file that is downloaded and opened gives the following error: The code works for content type xls and csv's. var attachment = new GlideSysAttachment(); var rec = new GlideRecord('incident'); rec.ge...
HI All, I have a table which is extended from CMDB CI. There are also many custom fields created in the child table. Does anyone have a way to fetch the list all the custom fields from the child table via script?. it should only give results of non e...
In Glide Form API, the method g_form.addFormMessage(String message, String type) is not working properly. When I am using this method without g_form, it's giving correct output in the form. Why is it so happening?
Hello All, We have requirement to show the request,requested item and corresponding task in one page.How can it achieved? Please help me on this
Under health scan, I need to uncheck the "Run Business Rule" checkbox in Transform Map, only for those maps where it's not needed. So, how can I check if there is any Business Rule running after the transform map.
Hello all, I am trying to pass two parameters to a REST API that I have created. The parameters are: queryParam.opened_at_start_date and queryParam.opened_at_end_date. The values are formatted and passed as: opened_at_start_date=01-01-2022&opened_a...
On the incident form for Major Incident, we have the Post Incident Report tab, when incident is resolved. I would like to replace the table under Findings for all news major incidents, but where, do I do that ?
Hello, I was curious if anyone has ever run into an issue with a stalled approval workflow. We have a workflow currently that has two approvals one after another. One Approval-User stage, and if Approved moves on to a Approval-Group stage, if that i...
Hi All, Actually in the form we have some related lists, so in the one of related list's, in the list view, i want to display one column to only two groups(Assistants and administrators), only those two groups people able to see those column in the l...
Hello, I have a task to calculate the number of months between two date fields. (Price validity end date – Change date) I tried to solve it with the code below, but I don't think that's the best approach. var changeDate = new GlideDateTime(current.u...
Hello, In Normal Change I have created a Subflow which is create 2 Tasks in New state. This is working so far. The Change can moved to Asses, moves automatically to Authorize.But after Approval the Change stays in Authorize State and don't moves to ...
Hi All I have created an ACL for accessing rest api and attched in security tab but its not working all users without itil role also can retrieve data from ServiceNow how we can rectify this issue? ACL POSTMAN USER PROFILE ...
Does anyone have a template or form guidance on what they provide to their users to create a new catalog item?
I've looked through the following solutions for First Response in the community that do not solve my problem. See below: https://community.servicenow.com/community?id=community_question&sys_id=db7367e5dbc474102dc24f78139619d5https://community.servic...
