Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
Do anyone have idea, if the revise validator can be enabled/disabled based on a IBA attribute values ?
For Example, Prevent users from Revising the Object when the IBA attribute have value called "PENDING"
Let me know if anyone has any idea or worked on such cases or any alternate solution for the same
Solved! Go to Solution.
@avillanueva , Thanks for that Response
Validator does not seems is supported as the Revise is a template based processor and the Revise action is something that appears on Folder Action (Where we select multiple Objects) which sometimes does not detect the validator.
i would like to know the listener option, if possible can you share me more info on your suggestion?
Thanks in advance
I would write a validator and link it to the revise action:
the other option is a listener that keys off of revise events and throws an exception in the case you provided.
@avillanueva , Thanks for that Response
Validator does not seems is supported as the Revise is a template based processor and the Revise action is something that appears on Folder Action (Where we select multiple Objects) which sometimes does not detect the validator.
i would like to know the listener option, if possible can you share me more info on your suggestion?
Thanks in advance
Let me check this way and will post the update, Thanks @avillanueva that was very quick 🙂
This can be done with a listener for sure.
I’ve written lots of listeners for many people/companies.
This would be easy to write/implement.
I can’t write it an send it to you however because that would not be fair to those who compensate me for writing Windchill code for them.
However, if this is a real issue and needs to be resolved now, feel free to contact me.
David