An insurer has a number of employees working remotely. Displaying the employee ' s name in a drop-down list must include the employee ' s location (e.g., John Smith - London, UK). How can a developer satisfy this requirement following best practices?
A developer is creating an entity for home inspections that contains a field for the inspection date. Which configuration of the file name and the field name fulfills the requirement and follows best practices?
In the data model, each contact is associated with an array of bank accounts. These bank accounts are displayed as a list in multiple places within ContactManager. You have started by creating a " BankAccountsLV " ListView. Which of the following are valid configuration steps?
Given the following code example:
var query = gw.api.database.Query.make(Claim)
query.compare(Claim#ClaimNumber, Equals, " 123-45-6798 " )
var claim = query.select().AtMostOneRow
According to best practices, which logic returns notes with the topic of denial and filters on the database?
Which statements describe best practices when using bundles in Gosu to save new entities/edit existing entities? (Select Two)
What type of Assessment Check ensures that applications have monitoring and logging frameworks in place?
An insurer has extended the ABContact entity in ContactManager with an array of Notes. A developer has been asked to write a function to process all the notes for a given contact. Which code satisfies the requirement and follows best practices?
The Panel Ref in the screenshot below displays a List View with a toolbar. Add and Remove buttons have been added to the toolbar, but they appear in red, indicating an error. The Row Iterator has toAdd and toRemove buttons correctly defined.
What needs to be configured to fix the error?
Which GUnit test method adheres to the Guidewire naming standards?
In the screenshot below
A developer has added a tab labeled Delinquencies to the tab bar of BillingCenter. This tab will contain several pages. The first page in the tab will display a summary of the currently-selected delinquency, the second page will show the associated policy, and the third page will show the associated account.
What PCF container will be used to configure this requirement?