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

Forum Posts

Servicenow Technical Interview questions

Hi there, Recently I have attended for an interview for ServiceNow developer role. These are the few questions that I haven't answered. Please help me with these... 1. How do I control access to variables on portal?2. Difference between catalog item ...

Community Alums by Community Alums  
  • 14621 Views
  • 5 replies
  • 4 helpfuls

Resolved! UI action with out of the box form widget

Hi everyone, I am trying to get my UI action on the out of the box form widget in portal to work. All it needs to do is change the state field value to 'approved'When I make it client callable, it disappears from the form widget. I have tried both be...

Toren by Kilo Guru
  • 1496 Views
  • 3 replies
  • 1 helpfuls

Attachment visibility to Guest users

Through the service portal the customer would like to link to things like PDFs, or other specific media inside of ServiceNow, but not require a user to register or login to the system to view those.  From my exploration and understanding, the default...

Jen Edwards by ServiceNow Employee
  • 834 Views
  • 1 replies
  • 0 helpfuls

Adding new RITM to existing Request

Dear Experts, I want to add new RITM in my existing requests. To achieve this, I am using " reqHelper.addItemToExistingRequest()" to add a new RITM in my existing Request.   But the problem is, I am unable to find the actual RITM which is being creat...