objOldName (Magic xpi 4.14)
Magic xpi’s Expression Editor is unable to handle certain special characters. These special characters are: [space] ~ ` ! @ # , % ^ & * - = + ( ) { } [ ] | " ? / \ < > ; or more than one period (.). For example, if you are working with migrated objects containing any of these characters, such as variables, you need to wrap them with this function when using them in the Data Mapper.
Syntax:
|
objOldName(objname)
|
Parameters:
|
objname: An object. The object can be a variable, an ODS entry, any other repository item, or a Data Mapper node (excluding JSON, since it has a different syntax).
|
Example:
|
'MyString' & objOldName(F.Name>2)
|
(Since version: 4.5)