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.

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

Forum Posts

how to validate user group member in the script include

Hi All, we have a on call support, in the below script we are getting first on call of assignment group person, if user is not available we are using the CI record SME , so  i want to check that SME is also is part of the assignment group or not, if ...

slimgam by Tera Contributor
  • 579 Views
  • 1 replies
  • 0 helpfuls

How can I get data from the Journal?

I'm trying to get the Log data for the Rest API but I can't. I want to use the LOG data to build a history, but it's not shown in the Servicenow Rest API console. How can I pull this data?

Captura de tela 2024-06-13 152906.png Captura de tela 2024-06-13 153004.png Captura de tela 2024-06-13 153703.png Captura de tela 2024-06-13 153722.png

Resolved! Show records if user is member of its assignment group

Hi,  I have 4 custom groups and the cases should be shown If the user is member of its assignment group.  To achieve this I have written a query business rule, it's work fine if the user is member of only 1 group among 4.If he is member of more than ...

decision table

How do I access my new decision table using on Insert Business Rule. My goal is to populate the Priority field on the incident table using BR the query my new decision table

Resolved! String Field auto adjust height

Use Case:I have a string field with a max length of 200.I want to display it as a normal string field and adjust automatically the height and width depending on the input. Thanks.