Hello,
I'm wondering if it is possible to automatically fill in a Custom Property value using characters from within the node name/caption?
For example, say we have a node with name/caption: 12345-Cab1-3850
(The naming convention is Five Digit Location ID-Cabinet-Device Type)
I'd like to create a custom property called "Cabinet" that is defined by taking characters 7-10 from the node name/caption string.
So in this case, the value of the Custom Property for this node would return 'Cab1'
Is this easily achievable in any way?
I'd like to automate it due to the large number of nodes we have.
Thanks!