Guidewire InsuranceSuite-Developer Question Answer
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?

