Oracle workflow notifications
Hi team
I have a requirement for Oracle workflow notifications message
I have to show the address in multiple lines for ship to address
As of now I am able to show in a single line including
Place, city, state, country and pin code
I need to make sure it should print in separate lines
I have tried with chr(13) to print but from front end it's not working
I have tried with chr(13) and chr(10) together it also not working
Can any one help to fix this issue
Thanks
Sampath