How does one remove addFoundSetFilterParam(arg’s) without exiting the Solution?
It seems like a solution exit is the approach (per doc’s) - am I missing something? i.e. - this is a session persistent (and not to be changed) call.
Thanks
Michael
How does one remove addFoundSetFilterParam(arg’s) without exiting the Solution?
It seems like a solution exit is the approach (per doc’s) - am I missing something? i.e. - this is a session persistent (and not to be changed) call.
Thanks
Michael
Hi Michael,
Short answer: you can’t. However, if you make a global (rather than a hard-coded value) then you can always control it that way perhaps.