IP 2014: Calculated Expression not intepreting "/" correctly
After upgrading to IP14, we noticed that calculated fields that have a forward slash "/" are no longer being interpreted correctly.
For example the Calculated:
"http://" + [OAK URL LOV WebServer] + "." + [OAK URL LOV Domain] + "/" + [OAK URL LOV App]
is now being interpreted as http:[OAK URL LOV WebServer] + "." + [OAK URL LOV Domain] + [OAK URL LOV App]
"http: siebel.server1.comcallcenter_enu" where
[OAK URL LOV WebServer]="siebel"
[OAK URL LOV Doman] = "server1.com"
[OAK URL LOV App] = "callcenter_enu"
In IP13, it would have been interpreted as http://siebel.serrver1.com/callcenter_enu