Mosh Professor
Professor
9 years agoString functions for ##token## interpolation
Implement string functions for the Name field. We have very normalized naming conventions and this would save us from having to add multiple items.
Example, we have services named:
	Finance - Corporate - UK
	Finance - Corporate - FR
	Finance - Corporate - DE
and so on. Would be easier if we could use a string function with token interpolation, especially or the NOC widget, for example:
Finance @RIGHT(‘##SERVICEGROUP##’, 2)
	Where ‘Finance’ is a static, and the function @RIGHT() returns the right most two characters from the ##SERVICEGROUP## token interpolation for each matched item.  The end result would be NOC blocks with labels:
	Finance UK
	Finance FR
	Finance DE
	Hope this makes sense.
	 
	 

