A ServiceNow developer is designing a portal for end users to submit requests. The requirements state that users should be able to track the status of their requests and receive notifications when the status changes. Which combination of ServiceNow features best meets these requirements?
Trap 1: Service Portal and Access Controls (ACLs)
ACLs control permissions, not user tracking or notifications.
Trap 2: Service Portal and Catalog Client Scripts
Client scripts run on the client side but don't send notifications.
Trap 3: Service Portal and UI Policies
UI Policies control form behavior, not notifications or status tracking.
- A
Service Portal and Access Controls (ACLs)
Why wrong: ACLs control permissions, not user tracking or notifications.
- B
Service Portal and Catalog Client Scripts
Why wrong: Client scripts run on the client side but don't send notifications.
- C
Service Portal and Notifications
Service Portal provides the interface; Notifications send status updates.
- D
Service Portal and UI Policies
Why wrong: UI Policies control form behavior, not notifications or status tracking.