Resolved! Jelly - how to use "Not Equal" (!=)
Help!Anyone know how to do a not equal to in a situation like this?Thanks!- JamesCode<j:if test="${jvar_sc_request.approval != 'requested'}"> <g:inline template="item_workflow.xml" /> </j:if>
Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.
Help!Anyone know how to do a not equal to in a situation like this?Thanks!- JamesCode<j:if test="${jvar_sc_request.approval != 'requested'}"> <g:inline template="item_workflow.xml" /> </j:if>
When I am trying to run a report on incidents for specific groups,when I add filters on group[reference field] it should only show those values which are marked as active in SNOW , but the filer shows up all the active and inactive records.How can we...
I am creating a new service in Service Catalog, the service workflow needs to retrieve data by calling company's internal REST API. How do I achieve that?
We have an SLA that is retroactively calculated based on a "Received Date" (Retroactive = True and Set Start To = Received Date). When the Received Date is edited, the SLA doesn't get cancelled and re-created. How can I force the cancellation and re-...
Hello there,I am trying to build some requirement here which goes like:-i want to validate a particular field with minimum 6 characters without spaces.I mean to say is if the user types "abcdef"(6 characters without space) or "a a a a a a"(6 characte...
Hi folks,I'd like to get your expertise in a business rule on List Edit view issue, I have experienced an issue where in ListView (cell update action) the associated table that does not refresh itself, but works on form update, Let me explain furth...
Hi,I am trying to create an incident using my instance.HttpPost httpPost = new HttpPost("https://myinstance.service-now.com/api/now/table/incident");httpPost.setHeader("Accept", "application/json");httpPost.setHeader("Content-Type", "application/json...
The notification "Notify attestation recipient" on the Assessment Instance [asmt_assessment_instance] table emails the recipients when an attestation is executed. My goal is to have an email script which queries the Knowledge [kb_knowledge] table f...
Hi,We're at Fuji Patch 10.I have a requirement to add a button to an incident form that links to a specific Knowledge Base (KB) support document when a 'service affected' field is filled in. We want the button to appear when the field is filled in ...
Hello, I would like to add an image to a field in the table. I have chosen the field type as Image (the image icon is available in System UI -> Images) and set the business rule, but the image is not getting displayed in the table. Can ...
I have two fields ( Glide date time) , called outage stat and outage end. i have another field called Total Outage (in minutes). This should be auto calculated based off the Outage Start and Outage End fields. This is what I've done so far ; but do...
Hi Community!My team is developing a custom application which has a small number of external API calls - both PUT and GET messages which we use to syncronise data with an external system. We currently ask our customers to enter their API key (and s...
Hi,does anyone experienced problems with long running background processes on a scoped-application. The problem that Fuji introduced some undocumented Quota Rule "Scoped Background Transactions" that cancels any background process after 10 min (600 s...
hii am suffring with scripting please tell me easy way to learn and give me some guide lines
I have the following business rule on a table.function onAfter(current, previous) { //This function will be automatically called when this rule is var gr = new GlideRecord('u_safety_events'); gr.get(current.getValue('u_safety_event_number'))...
