‎2009 Jul 17 11:29 AM
Hello All,
I need to display a warning message in a Sales Order transaction...
I am able to do that alright...but the issue is i am using a Z class and I have to display the message "Please enter complete PO number in Header details u2013 Text u2013 Billing Instructions." but in my case the '-' is getting converted to a '#'...
What can be done to avoid this ??
Thanks,
Tatvagna Shah.
‎2009 Jul 17 11:33 AM
Hi,
Why do not you take '-' in text field.
"Please enter complete PO number in Header details " u2013 Text u2013" Billing Instructions."
Thanks & regards,
Shreemohan
‎2009 Jul 17 11:38 AM
HIi ,
Take each portion of messages in direrent string and the concatenate all the string to another string seprated by '_'.
Try this
Hope its work
Thanks
Shambhu
‎2009 Jul 17 11:49 AM
Hi ,
try with concatenate statement.
Please let me know if you still need any more help.
Thanks and regards,
Rajeshwar
‎2009 Jul 17 2:05 PM
Not working using concatenate...
I tried using a custom message class and adding a message to it...this gave me an error message initially, but seems to be working now....
Keep you guys posted...
Cheers,
Tatvagna Shah.