Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

Developer forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! How to clear value of Date field or make it NULL/empty

Hi All,I want to clear value in the date field. (make date field blank/empty).Please helpField type: DateThank You I used below code but it did not workvar gr = new GlideRecord('u_cmdb_ci_appl_instance');gr.addEncodedQuery('u_number=CI002158339');gr....

NihalMankar_0-1718263039718.png
Community Alums by Community Alums  
  • 2282 Views
  • 3 replies
  • 1 helpfuls

More than 50% members of CAB group need approve

Hi,I need to set the approval options so that the number of approvals from the CAB group must be at least 50% or more. There is already another script in the workflow and I don't know the best way to change it.  

Newuser1212_0-1718885559411.png Newuser1212_1-1718885584036.png

How to check Object is Empty Or not

Hi All,Can you please suggest me how to check Object is empty or not,If JSON is empty then complier should not go till " return JSON.stringify(arr);" if JSON is not empty then complier  should touch return JSON.stringify(arr); line in Code. issue: sc...

Creating a view to change an approval summarizer

Hi, I'm looking to amend an approval summarizer for RITM approvals (why does it put the 'Description' of the RITM as a default rather than the name of the Catalog Item? - weird)Apparently, in order to do this I need to amend the 'approval' view of th...

steveturley_0-1718787021006.png

Bulk update group type in Group

HiI'm searching for the best method to bulk update the group type in the Group table without impacting the existing group types that are already there in each Group. I believe using a fix script would be the best approach, but I would like to confirm...

miro2 by Mega Sage
  • 965 Views
  • 1 replies
  • 0 helpfuls

ATF test window not showing the record opened.

Hi,I recently created an ATF test which checks for problem records, where state=resolved and the mandatory fields can be changed. The test user has the role snc_internal. The test is passing but when the test runs, in the testing window I have notice...

Resolved! Knowledge use report to show by month

Good afternoon all  I have a report that shows all knowledge articles used but the user needs it to show by month. I tried a trend graph, but not sure which field to use to show by month? Used and viewed is a boolean field so how do I display by mont...

TherezaVander_0-1718878506281.png

ScopeAccessNotGrantedException

Hi, I have to populate the integration type field but the system throws the error when i run fix script.var integrationName = 'Tenable'; //integration namevar integrationGR = new GlideRecord('sn_sec_int_integration');// Querying the sn_sec_int_integr...

Shaik22 by Tera Expert
  • 810 Views
  • 1 replies
  • 0 helpfuls