Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Hi,
I'm looking for a way to validate a property name before it gets created. Basically, the name of the property is chosen at Runtime by a user, so I'll need to double-check if the Name entered for the property is valid.
Is there a service I can use to verify a specified Name for service AddPropertyDefinition?
Thanks!
Hello @a_labrecque ,
Regarding a a way to validate a property name before it gets created there is a similar community post which might help you
Hope it helps,
Hi @Ciprian-Traian,
Thanks for the response. However, the post you linked me too doesn't contain what I'm looking for.
I'll probably have to create a service to replicate how Thingworx validates if a property name is valid by looking if the string starts with a letter and if it contains invalid character (such as whitespace). I'm a bit reluctant to do so, since I may overlook some cases, and if the Thingworx validation ever gets updated, my service won't be in sync.