Free CAD Exam Braindumps (page: 12)

Page 11 of 70

Application developers configure ServiceNow using industry standard JavaScript to...

  1. Enable the right-click to edit the context menus on applications in the navigator
  2. Extend and add functionality
  3. Customize the organization's company logo and banner text
  4. Configure the outgoing email display name

Answer(s): B

Explanation:

Application developers configure ServiceNow using industry standard JavaScript to extend and add functionality. JavaScript is a scripting language that enables developers to create dynamic and interactive web pages, as well as manipulate data and logic on the server-side. ServiceNow provides various APIs and frameworks for developers to use JavaScript to customize and enhance the functionality of their applications, such as client scripts, UI policies, business rules, script includes, UI actions, and more.


Reference:

[ServiceNow Docs - JavaScript in ServiceNow], [ServiceNow Docs - Scripting in ServiceNow]



How many applications menus can an application have?

  1. 3, one for an application's user modules, one for an application's administrator modules, and one for the ServiceNow administrator's modules
  2. As many as the application design requires
  3. 2, one for an application's user modules and one for an application's administrator modules
  4. 1, which is used for all application modules

Answer(s): B


Reference:

https://docs.servicenow.com/bundle/orlando-platform-user- interface/page/administer/navigation- and-ui/task/t_CreateAnApplicationMenu.html An application can have as many application menus as the application design requires. An application menu is a container for application modules, which are links to features or functionalities within an application. Application menus are displayed in the application navigator, which is the left sidebar of the ServiceNow interface. Developers can create and configure application menus using Studio or the Application Menus module. Application menus can have different roles and visibility settings, depending on the intended audience and purpose of the application.


[ServiceNow Docs - Application menus], [ServiceNow Docs - Create an application menu]



The source control operation used to store local changes on an instance for later application is called a(n)
<blank>.

  1. Branch
  2. Tag
  3. Stash
  4. Update set

Answer(s): A

Explanation:

The source control operation used to store local changes on an instance for later application is called a stash. A stash is a temporary storage area for uncommitted changes that are not ready to be pushed to a remote repository. Developers can use stashes to save their work in progress without committing it to the local repository or discarding it. Stashes can be applied later to restore the changes to the working directory, or dropped if they are no longer needed.


Reference:

[ServiceNow Docs - Stash local changes], [ServiceNow Docs - Source control]


https://docs.servicenow.com/bundle/orlando-application- development/page/build/applications/task/ t_StashLocalChanges.html



What syntax is used in a Record Producer script to access values from Record Producer form fields?

  1. producer.field_name
  2. producer.variablename
  3. current.variable_name
  4. current.field_name

Answer(s): B

Explanation:

The syntax used in a Record Producer script to access values from Record Producer form fields is producer.variable_name. A Record Producer is a type of catalog item that allows users to create records on any table from the service catalog. A Record Producer script is a server-side script that runs when a Record Producer is submitted, and can be used to set values or perform actions on the generated record. The producer object is a global object that represents the Record Producer form and its variables. The variable_name is the name of the variable defined in the Record Producer.


Reference:

[ServiceNow Docs - Record producers], [ServiceNow Docs - Record producer script]


https://community.servicenow.com/community? id=community_QUESTION NO :&sys_id=cc3803addb1cdbc01dcaf3231f9619b6






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

CAD Discussions & Posts