Can we use gs.addInfoMessage in an async Business rule
I am creating a business rule and running it asynchronously. Can I use gs.addInfoMessage in it.
I am creating a business rule and running it asynchronously. Can I use gs.addInfoMessage in it.
When using the API GlideTableCreator all columns longer than 30 characters get truncated. We cannot use the UI to create these tables. Anybody know of a solution to this?
Hi, I have a table with a column which is of a Reference type to another table. I can easily set the value in the GUI for the column fields by typing in a value or using the magnifying glass to search for it. But I am unable to set the value for this...
Hi,Has anyone successfully added multiple items to a cart and placed order using Cart API()? I am having a hard time doing that.var cartId = GlideGuid.generate(null); var cart = new Cart(cartId); var item = cart.addItem('my sys id'); for(var i=0;i<m...
Is there a way to connect to ServiceNow instance REST API authenticating with SAML token (from OKTA)
I tried "gs.warn", "gs.error", in addition to gs.info, but no log is displayed in the application log. Is there a solution?
Hi, How can I rename label for dot walked fields on Reports & List? Thanks, Ashraf
I am able create a standard change with: POST https://<org-sub-domain>.service-now.com/api/sn_chg_rest/change/standard/{standard_change_template_id}However, I have to pass reference field values to get the request created with appropriate display val...
Hello, I have a decimal field on a form. I have a client-side UI action that needs to display the decimal field value on a confirmation pop up. So far I am not getting the expected result. What am I missing? var number = parseFloat(g_form.getValue('...
I am relatively new to developing with Flow Designer. I recently created a simple Flow that contains a custom Action. The Action has one input that is a Reference to the Contract table (ast_contract): There is then one Script step in this Action a...
Hi all, I have two separate catalog item added to Order guide "New laptop" "New Desktop", I would like that user can only select/submit one of this either order a laptop or a desktop. Is this possible in Order Guide someway?
Hi Guys, We have a requirement for one specific Catalog Item to modify the RITM short description and add [India] to short description if requested for user (u_requested_for) location is "India" in sys_user table record. I would like to do this via c...
Hi All, I have a requirement to reset the password properties for my instance as per below: 8 to 20 characters in length.Contain characters from at least three of the following categories:1. Uppercase Letter2. Lowercase Letter3. Number4. Symbol (non-...
Can anyone help me in how to pass data to sp-model to populate a form ?
Similar to stale unanswered question here, I have errors related to to the LDAP Import. I am looking for the code that generates this error so I can add additional logging to determine the cause, or another debugging technique. For this user ...