Pre-Summer Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: force70

Guidewire Associate Certification - InsuranceSuite Developer - Mammoth Proctored Exam InsuranceSuite-Developer Question # 34 Topic 4 Discussion

Guidewire Associate Certification - InsuranceSuite Developer - Mammoth Proctored Exam InsuranceSuite-Developer Question # 34 Topic 4 Discussion

InsuranceSuite-Developer Exam Topic 4 Question 34 Discussion:
Question #: 34
Topic #: 4

Given the following code sample:

var newBundle = gw.transaction.Transaction.newBundle()

var targetCo = gw.api.database.Query.make(ABCompany)

targetCo.compare(ABCompany#Name, Equals, " Acme Brick Co. " )

var company = targetCo.select().AtMostOneRow

company.Notes = " TBD "

Following best practices, what two items should be changed to create a bundle and commit this data change to the database? (Select two)


A.

End with newBundle.commit()


B.

Add Notes to the bundle


C.

Add targetCo to the bundle


D.

Add company to the bundle


E.

Add runWithNewBundle(\newBundle - > { to the first line


Get Premium InsuranceSuite-Developer Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.