Resolved! how to check if user is a member in particular group, With sysid of user .
how to check if user is a member in particular group, With sysid of user .
how to check if user is a member in particular group, With sysid of user .
Hey guys, I'm sure this is related to either an ECL or Business rule for querying the table, but so far my changes haven't worked, so looking for some help.I'm trying to publish some reports (first, below, is on the incident table, but there will als...
Hi All, Need your inputs on Flow Designer. Have created a flow which has to trigger on creating the record in sysevent tbl. but i don't see Flow getting trgrd. can someone help on what am missing here ? Records are getting created in sysevent tbl a...
We have a legacy custom-built application that extends the task table. When an item in this application is created, it generates a TASK (i.e. TASK123456). With the Service Catalog generating TASKs (as expected), we noticed both the application and th...
Hello! I'm working on a widget that shows a short T&C message before a user can book a desk within the WSD Suite, now I have the T&C pop-up working without an issue. But I want to expand the widget so it can be used else where not as a pop-up. As suc...
For instance, if I wanted to find all standard change templates that would create standard changes for the Database Administrator group, how could I do that? It doesn't look like the Change Request Values available in the proposal definition are avai...
Hi SN Community, Need a bit of technical help . We are trying to write a sample Java code to make an inbound scripted api call and are getting stuck. we used documentation here https://docs.servicenow.com/integrate/inbound_rest/reference/r_...
Hi,I want to create a field on Incident form same as "Is one of" field for selection of multiple dropdown.Please let me know if its possible?
I want to restrict the selection of future date on a date field in service portal , as it should give a field message "Date cannot be future date" and then clear the field value. I have tried the older code found on Servicenow community as mentioned ...
Hi, We are using flow designers for catalog items. For catalog task, we are setting assignment group from flow designer. In Audit history its showing group is updated but on the form of catalog item group field is blank. There is no BR or Client sc...
After we upgraded to London our users started being redirected back to the Service Portal home page when logging in from Catalog items, or other pages within the portal. This is less than ideal and many of our users are now complaining. However, I ...
Hi Team,I need to redirect user to fill their survey on the portal so how to do this ?eg. https://xyz?uri=assessment_take2.do%3Fsysparm_assessable_type=6f2e2a7a37d55e0099f16ec2b3990eee%26sysparm_assessable_sysid=ca917d850fedde00ac0e22d8b1050e44Genera...
hi, I uploaded a document in SN and published it also, now i want its link to be available on catalog item, how can I add that from where i can get the direct link to Document so that i may hyperlink it in catalog item
Hello there, I would like to know how I could compare two dates within a script. I have the following snippet: var grGr=new GlideRecord("u_orders"); grGr.query(); var date; var today = new GlideDateTime(); //get the current date while(grGr.next()...
I have a field on a form which I want to verify as being hidden/ empty. The field would be hidden if it is empty as that part is already built in. I want to find out if the field is visible or if the field is empty on the form in a client script. Ple...
