An insurer would like to include the Law Firm Specialty as part of the Law Firm ' s name whenever the name is displayed in a single widget. Which configurations follow best practices to meet this requirement?
The following Gosu statement is the Action part of a validation rule:
It produces the following compilation error:
Gosu compiler: Wrong number of arguments to function rejectFieldQava.lang.String, typekey.ValidationLevel, java.lang.string, typekey.ValidationLevel, java.lang.string). Expected 5, got 3
What needs to be added to or deleted from the statement to clear the error?
Which GUnit base class is used for tests that involve Gosu queries in PolicyCenter?
A developer needs to create an interface in a customer package to handle banking services. An implementation has been identified for online credit union services. Which interface and implementation classes adhere to the naming conventions?
An insurance carrier requires that a claim be flagged as potential fraud when the Loss Date on a claim is changed, and a review activity and history entry be created. Which configuration will accomplish this?
An insurer specializing in high-risk policies requires a new Account to provide at least three references. A Reference entity is created. What is the best practice for adding and displaying References on the Contact Summary page in TrainingApp?
An insurer wants to determine how many activities have been generated to review a denial decision with an Account Manager. A developer has written this query:
uses gw.api.database.Query
var queryResults = Query.make(Activity).select().toCollection().where(
\ act - > act.ActivityPattern.Code == " account_denial " )
This query does not perform as well as it should. Where should the results be filtered to follow best practices?
The following screenshot displays a segment of the menu items in the sidebar on a Guidewire application:
[Financials, Notes, Documents, Plan of Action, Services, Litigation, History]. The business analysts have uncovered a requirement that the Documents, History, Litigation, and Notes pages should be grouped under a single heading, to be called Legal Records. What is the best practice for accomplishing this?
Which statements describe best practices when using bundles in Gosu to save new entities/edit existing entities? (Select Two)
ABCompanyVendor is an entity in the base application. An insurer needs to add a new company vendor type for auto glass shops. Which configuration fulfills the requirement and follows the best practices?