ServiceNow Scripting Objects
In ServiceNow, we have two types of Scripting Object, Client Side Object & Server Side Object
Server Side
Object that runs on database
- Business Rule
- UI Action
- ACL
- Scheduled Job
- Script Include
- Script Action
- Data Policy
- Fix Script
- Background Script
- Workflow
- Flow Designer
- UI Macro
- Processor
- Rest Message
- Scripted Rest
- Transform Map
- Widget
- Report
- Email Notification – Email Script
- SAML
Client Side
Object that runs on user browser
- Client Script
- UI Policy
- UI Action
- UI Page
- UI script
- Style Sheet
One response
Thanks a lot Sir!