Is App Engine Studio available for PDI?
Hi, I am trying to create a custom App using App Engine Studio in my PDI, however I am not able to Submit it (as it displays n error message) Please advice. Thanks, Anubhav
Hi, I am trying to create a custom App using App Engine Studio in my PDI, however I am not able to Submit it (as it displays n error message) Please advice. Thanks, Anubhav
Hi All, I want to hide the Variables section / Incident Variable Editor on the incident form. Steps to re-produce in our OOB instances: 1. User Self Service -> Click on Service Catalog. 2. Search for Create Incident and open it. Fill the required fie...
Is it possible for a User to Login to Servicenow Instance without Roles or Groups?
I created an array (allQueues) which lists some companies from the core_company table. From there, I am obtaining each companies’ sub-queues (u_phone_queue) string field which is listed in a comma separated list. Afterwards, the sub-queues should be ...
Hi Community, My catalog item contains MRVS which contains reference (application to select), select box & text variables. How do we copy these values selected onto the catalog task description? Tricky part is, Each row with different reference vari...
Hello Snow community,In order to confirm what I noticed,Do we have a process flow widget ?I want to display it on this page :
Hi All,I missed to capture the table schema in update set while creating the table. Now am trying to capture the table data in new update set. But, when i am trying to move the update set to other instance. The table label is changing as "LABEL". Ple...
I have a Record Producer which makes several outbound REST calls to pull in data from a 3rd party app. I also have a form that is accessible to the users of the application which make the same REST calls to pull in data. On two of the calls I wo...
Hello Community, I need to update the field Users ( the recipients) in the form of one scheduled report to be dynamic values. I have created the scheduled report with one user because this one will be always as default, but I need to add more user...
Hi, when bringing in large amounts of JSON data via a REST API and updating back-end tables, what would be the preferred method? I have had issues in the past when trying to handle large amounts off data as variables in script. Thanks..
How would I script to get a count of records relative to the current date? This wouldn't be a range. It would be specific to a specified number of days like 3 days ago, 2 days ago, etc. (eg Get the number of incidents created 3 days ago relative to t...
Hey Everyone, We are having a problem with our Mid Server connection with LDAP. The error code that LDAP is producing is 10300 which is a LDAP_ERROR_COMMUNICATION_EXCEPTION. I don't know much about Mid Server and LDAP, but how do you resolve this i...
I have created SingleLineText Field on Record Producer name as Temperature. I Want to achieve to validate this field from regex which takes only integer and with 2 decimal digits. And also it takes a value within a range from 95.0 to 106.0. If the ...
Hi Everybody, I have a question about the LDAP user import. In my Customer, the coaslesce is objectSID. I need to convert the value on the objectSID on hex Exemple: Base 64: AQUAAAAAAAUVAAAAPt85e78Lxl5Dn58Z+J0AAA== Hex: 01 05 00 00 00 00 ..........
I'm trying to use g_form.setLabelOf in an onChange client script on the default Problem form. Here is my very simple code: function onChange(control, oldValue, newValue, isLoading, isTemplate) { if (isLoading || newValue === '') { return; ...
