Forum Discussion
gid_216
11 years agoFrequent Contributor
Hi Dustin,
Change the properties of the mapping object in nameMapping with out changing the Mapped Name. For this, you can use regular expressions if required.
For Example:
For NameMapping.Sys.OurProduct_Improved.frmLogin, you can use
NameMapping.Sys.OurProduct.frmLogin in your script(which is already been used), but in the "Mapped Objects" section of name mapping, the property for OurProduct will change if the new process name is Ourproduct_Improved, you can change with this else you can use OurProduct*.
Hope this will help