Thanks, @Mario.Morelli. I was able to see the methods that the PolicyPeriod had available, but I am not sure how to tie this all together.
I have this method that I have instrumented. It takes a PolicyPeriod which internally is a delegate to the real
PolicyPeriod. I think you said that it is a class calling a class type of thing.
function requestQuote(policyPeriod : PolicyPeriod, nextStep : String) { requestQuote(policyPeriod, nextStep, ValidationLevel. TC_QUOTABLE , RatingStyle. TC_DEFAULT ) }
I am not sure how to set up the bottom of the MIDC to " Specify the Data to Collect from this Method Invocation " I am not sure how to set this up to get the data that I need because of the delegate. Can you please clarify for me? Thanks.....
... View more