How to split field value in a weblink?
Hi,
I have created a Weblink in my Account Screen that points to a different application. I am passing Customer ID as a parameter.
The Customer ID consist of 8 digits and ends by 2 digit country code.my [problem I need to pass all digits together separately and country code separately.
For example
Customer ID='12345678US' .
My final URL should look like... http://zzzz.something.com/abc.jsp?val1=12345678&val2=US
How can this be acheived???Is it possible
0