| Exam Name: | Associate Certification - InsuranceSuite Developer - Mammoth Proctored Exam | ||
| Exam Code: | InsuranceSuite-Developer Dumps | ||
| Vendor: | Guidewire | Certification: | Guidewire Certified Associate |
| Questions: | 150 Q&A's | Shared By: | justin |
Given the following code sample:
gw.transaction.Transaction.runWithNewBundle(\newBundle - > {
var targetCo = gw.api.database.Query.make(ABCompany)
targetCo.compare(ABCompany#Name, Equals, " Acme Brick Co. " )
var company = targetCo.select().AtMostOneRow
company.Notes = " some value "
}, " su " )
What two items should be added or changed to follow best practices? (Select two)
Which rule is written in the correct form for a rule which sets the claim segment and leaves the ruleset?
A developer needs to create a new entity for renters that contains a field for the employment status. EmploymentStatusType is an existing typelist. How can the entity and new field be created to fulfill the requirement and follow best practices?