ServiceNow AI Platform forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Resolved! Co-owner for Virtual Task Board

I own a Virtual Task Board and I have shared it with other members.  I want to add a co-owner to the VTB so that we can both go in and make certain changes.  For example, I was out of the office and one of the VTB members wanted to change the name of...

Parsing JSON object

I would like to parse the below JSON format and then use the query which is mentioned in the first part to glide the records & update the value mentioned in the JSON second part to the table. How to parse this object? { "company.employeeIN1201222,100...

Resolved! Can't we use = in the global search?

Hi folks, we have some CIs with '=' in the name. We can't find it using the global search unless we remove the '=' character. Is there anyway we can enable the global search to accept '=' character or is it the platform limited capability? Thanks!!

Community Alums by Community Alums  
  • 2841 Views
  • 8 replies
  • 3 helpfuls

How to use GlideCertificateEncryption.generateMac method to encrypt the data in SN side and decrypt the same in another servicenow/different application.

We want to data encryption in the rest based integration. I found this GlideCertificateEncryption.generateMac api and method to do key based encryption. But it didnt have any example on how to use this in our scripted rest api.It would be great if so...