CAD · Question #36
Why would you build a custom app?
The correct answer is A. To fulfill is specific use case on internal processes. C. To create a custom integration for a 3rd party system. Custom applications in ServiceNow are built primarily to fulfill specific internal business use cases not covered by out-of-the-box features (e.g., a custom workflow for an internal HR process), and to create tailored integrations with third-party systems (e.g., a custom…
Question
Why would you build a custom app?
Options
- ATo fulfill is specific use case on internal processes.
- BTo avoid using a code repository like GiotHub or GitLab
- CTo create a custom integration for a 3rd party system
- DTo replace servieNow base tables
How the community answered
(23 responses)- A91% (21)
- B4% (1)
- D4% (1)
Explanation
Custom applications in ServiceNow are built primarily to fulfill specific internal business use cases not covered by out-of-the-box features (e.g., a custom workflow for an internal HR process), and to create tailored integrations with third-party systems (e.g., a custom connector to an ERP or CRM). Avoiding a code repository like GitHub is not a valid reason - ServiceNow actually encourages using Git-based source control. Replacing ServiceNow base tables is also incorrect; custom apps extend the platform, they do not replace core infrastructure.
Topics
Community Discussion
No community discussion yet for this question.