Hello everyone, please tell me how I can activate in "Customization" links "TestClients " and "NewParticipant Picker"?
Hi @VladiSlav ,
Looks like they are hidden/disabled from out of the box CarambolaTestingExamplesValidators.
If append ?jcaDebug=1 to windchill URL, you will get debug view (http://windchill_host/Windchill/app/?jcaDebug). Now, mouse hover on the link which is not visible UI and you will see it is either hidden by or disable by above validator class.
Looks like this class exposed/supported for customization.
Regards,
Shirish
You need to write your own validator and extend above validator class CarambolaTestingExamplesValidators.
In your custom validator override performLimitedPreValidation andperformFullPreValidation methods and add your own logic.
Both method returns UIValidationResultSet which in turns contains UIValidationStatus.
Good luck!
Regards,
Shirish
Nope. I did similar customization in the past. I do not have it handy right now, but I will share snap later today or tomorrow.
Regards,
Shirish