I am trying to create a GX model for PolicyPeriod entity. When I try to test it using Gosu scratch pad it takes lot of time to execute/display output (10 to 15 mins). Is there a better way of testing this:
I am trying to check the transformedpayload
Code:
var transformedPayload = (new policyperiodmodel.PolicyPeriod(aPolicy).asUTFString())
print(transformedPayload )