Java Method Invocation Data Collectors - invoke object or getter chain not working on parameter
Hello, I have this method. function requestQuote(policyPeriod : PolicyPeriod, nextStep : String) { requestQuote(policyPeriod, nextStep, ValidationLevel.TC_QUOTABLE, RatingStyle.TC_DEFAULT)} I am trying to call a method on the policyPeriod parame...