Hi,
I am fairly new to developing applications in the Cisco Unified Call Studio. I can work my way through the different elements and custom elements we are using in existing scripts. I have come across a scenario that requires me to modify an existing {data.element..value}. Is there an easy way to do a Value := Left(10, Value)? Basically, if Value.length = 11 then trim the first character from the Value.
I can't seem to find anything in the documentation that indicates functions or elements that could do that - closest being the Action element - Application_Modifier.
Outside that, I am thinking it would be a Custom Element that runs some Java code to modify the Value.
If this isn't the best location for this question, let me know.
Regards,