How To validate names for RTC Streams, Components, Baselines and snapshorts
We have got a particular format for naming conventions of streams/components/baselines and snapshots.
while creating the streams, stream name must be checked with the predefine formate. If it does not match then it should given an error or should not allow to save.
Is there any out of the box functionality to restrict the user to Enter name of the Stream, BaseLine, Components and Snapshot name. if we can put any regular expression equivalent to this then that will be very helpful. We know it can be achieved by RTC plugin but we are looking for out of the functionality of RTC if its already there.
Thanks in advance.
while creating the streams, stream name must be checked with the predefine formate. If it does not match then it should given an error or should not allow to save.
Is there any out of the box functionality to restrict the user to Enter name of the Stream, BaseLine, Components and Snapshot name. if we can put any regular expression equivalent to this then that will be very helpful. We know it can be achieved by RTC plugin but we are looking for out of the functionality of RTC if its already there.
Thanks in advance.
Accepted answer
As far as I can tell, there is nothing available in RTC. Please create an enhancement request: https://www.ibm.com/developerworks/rfe/ .
Comments
Is it possible to do using Java script/ Dojo ?
I know it can be done using RTC plain JAVA API's.
JavaScript/Dojo: most certainly no.
JavaAPI for very few cases since there are no extension points for save item for several of the objects you ask about.
You can run checks in the background using Java API, but that is not what you ased for.
JavaScript/Dojo: most certainly no.
JavaAPI for very few cases since there are no extension points for save item for several of the objects you ask about.
You can run checks in the background using Java API, but that is not what you asked for