Free CAD Exam Braindumps (page: 19)

Page 18 of 70

When a selecting a data type for a field that will be displayed on a form, which of the following statements is NOT correct?

  1. Use the Choice data type to limit options in a field
  2. Use the Data data type to enter the date and time of day.
  3. Use the Phone Number data type to automate phone number data validation.
  4. Use the string data type for a free-form text field.

Answer(s): C

Explanation:

The data type of a field determines the format, validation, and display of the field value on a form.
When selecting a data type for a field, you should consider the purpose and function of the field. The statements A, C, and D are correct for selecting a data type for a field. For example:
Use the Choice data type to limit options in a field: The Choice data type allows you to create a field that has a predefined set of options for the user to select from. The options can be displayed as a drop-down list, radio buttons, or checkboxes. For example, you can use the Choice data type for a field that indicates the priority of a task.
Use the Phone Number data type to automate phone number data validation: The Phone Number data type allows you to create a field that accepts and validates phone numbers. The field will automatically format the phone number according to the user's locale and country code. For example, you can use the Phone Number data type for a field that stores the contact number of a user.
Use the string data type for a free-form text field: The string data type allows you to create a field that accepts any text input from the user. The field can have a maximum length of 255 characters. For example, you can use the string data type for a field that captures the short description of an incident.
The statement B is not correct for selecting a data type for a field. There is no Data data type in ServiceNow. To enter the date and time of day, you should use the Date/Time data type. The Date/Time data type allows you to create a field that accepts and displays a date and time value. The field will use a calendar widget and a time picker to help the user enter the value. For example, you can use the Date/Time data type for a field that records the due date of a task.


Reference:

[Field types]
[Date/Time field type]



Which one of the following is NOT part of the Form Designer?

  1. Form layout
  2. Page header
  3. Schema map
  4. Field navigator

Answer(s): C

Explanation:

https://developer.servicenow.com/dev.do#!/learn/courses/sandiego/app_store_learnv2_learnmore _sandiego_learn_more/app_store_learnv2_learnmore_sandiego_form_and_list_layouts/app_store_ learnv2_learnmore_sandiego_what_is_form_designer
The Form Designer is a tool that allows you to create and customize forms on the ServiceNow platform. The Form Designer has four main components:
Form layout: The form layout shows the preview of the form and allows you to drag and drop fields, sections, and related lists onto the form. You can also resize, reorder, and delete the elements on the form layout.
Page header: The page header shows the name of the table and the form that you are editing. You can also access the form properties, save the form, and switch to the form view from the page header.
Field navigator: The field navigator shows the list of available fields for the table and allows you to search, filter, and add fields to the form. You can also create new fields and edit existing fields from the field navigator.
Schema map: The schema map is not part of the Form Designer. The schema map is a separate tool that shows the relationships between tables and fields on the platform. You can access the schema map from the System Definition > Tables module or from the context menu of a table.


Reference:

[Form Designer]
[Schema map]



Which class is NOT part of the Client side scoped APIs?

  1. GuideDialogWindow
  2. GuideAjex
  3. GuideRecord
  4. GuideForm

Answer(s): C

Explanation:

This class allows you to create and manipulate dialog windows on the user interface. You can use this class to display messages, forms, or custom HTML content in a modal window. GuideAjex: This class allows you to make asynchronous calls to the server and process the response. You can use this class to retrieve data, execute scripts, or perform actions on the server without reloading the page.
GuideForm: This class allows you to access and manipulate the fields and values on a form. You can use this class to get or set field values, show or hide fields, add or remove options, or validate field inputs.
The class GuideRecord is not part of the Client side scoped APIs. GuideRecord is part of the Server side scoped APIs, which are a set of classes and methods that allow you to interact with the database and perform server-side logic on the ServiceNow platform. GuideRecord is a class that represents a record in a table and allows you to query, insert, update, or delete records on the server.


Reference:

[Client side scoped APIs]
[Server side scoped APIs]



When designing and creating a form, what do you create to organize fields on a form?

  1. Related lists
  2. Tabs
  3. Sections
  4. Buttons

Answer(s): C

Explanation:

When designing and creating a form, you can create sections to organize fields on a form. Sections are containers that group related fields together and provide a label and a description for the group. You can use sections to improve the readability and usability of the form. You can also collapse or expand sections to show or hide the fields within them. The other options are not valid ways to organize fields on a form. Related lists are not fields, but lists of records that are related to the current record on the form. Tabs are not part of the form, but part of the application menu that allows you to navigate between different modules. Buttons are not fields, but elements that perform actions on the form, such as saving, updating, or deleting the record.


Reference:

[Form sections]
[Related lists]
[Application menus and modules]
[Form buttons]






Post your Comments and Discuss ServiceNow® CAD exam with other Community members:

CAD Discussions & Posts