Comprehensive and Detailed Step-by-Step Explanation: * Definition of a Spoke:A "spoke" is a scoped application or component of an application that contains Flow Designer actions and integrations. Spokes provide reusable functionality and are typically used to extend the capabilities of Flow Designer. * Why It's Called a Spoke: * Spokes are part of the ServiceNow Flow Designer framework. * They contain predefined actions that are reusable across multiple flows. For example, an "Email Spoke" might include actions for sending emails or managing email configurations. * Why Other Options Are Incorrect: * Option B (Flow): This refers to an individual flow, not the application containing reusable actions. * Option C (Bundle): There is no such term as "Bundle" specific to Flow Designer in ServiceNow. * Option D (Action): While flows contain actions, the scoped application that houses these actions is referred to as a spoke. References: * ServiceNow Developer Documentation on Flow Designer Spokes.
https://docs.servicenow.com/bundle/rome-platform-user-interface/page/administer/navigation-and-ui/task /t_CreateAModule.html A module is the functionality within an application menu such as opening a page in the content frame or a separate tab or window. For example, Open is a module under the Problem application menu that opens a list of problem records. Modules are the second level navigation options for applications. Reference: Modules | ServiceNow Tutorials
CAD-JPN 試験問題 5
フォーム上の別のテーブルからレコードを照会する場合、どのフィールド タイプを選択しますか?
正解: A
Comprehensive and Detailed Step-by-Step Explanation: * Reference Field Type: * The Reference field type is used to create a relationship between two tables. It allows you to select and display records from another table directly on a form. * For example, adding a "Caller" field to an Incident form enables you to query and select records from the sys_user table. * Why Other Options Are Incorrect: * Option B (Phone Number field type): This is used for storing phone numbers, not for querying records from another table. * Option C (String field type): While this stores plain text, it does not allow querying or establishing relationships with other tables. * Option D (Date field type): This is used for date or time values, not for referencing another table. References: * ServiceNow Developer Documentation on Field Types.