Missing Participants Promotion Notice Create Wizard
Hello dear Community,
lately I have encountered a problem while creating a promotion notice on a WTDocument.
To further describe my case:
I am using Windchill Version 12.0.2.1.
In the 3rd step of the Create Wizard of the Promotion Notice, the user has to tick at least 1 user for each custom role: "Genehmiger", "Work Instruction Genehmigung" and "Work Instruction Info".
To ensure that he does so, I have implemented a Validator.

The Problem:
The User ticks one WTUser for each role, like he should, so the Validator should not throw an error message.
The Validator throws an error message.
The User unticks his previously ticked WTUsers and ticks them again.
Now it works just fine and the Validator lets him complete.
In the Validator Class, in the Method "validateFormSubmission", I am retrieving the ticked WTUsers by iterating
uiValidationCriteria.getParameterMap();
While debugging I have noticed that the parameterMap misses some Role-User-Parameters. Then i untick and tick all WTUsers again and they appear in the parameterMap.
My Question:
Is there a solution to my problem?
Has anyone encountered the same problem?
Thank you in advance and best regards,
Darko


