- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2022 10:05 AM
Hi All,
below is my requirement.
based on operation i need to display info message like below
1) test1
2) test2 using add info message (i need to use single info message).
Is it possible to get?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2022 10:51 AM
You can use a variable to get multiline. Try below
var sMsg='line 1<br/>';
sMsg=sMsg+'line 2<br/>';
sMsg=sMsg+'line 3';
gs.addInfoMessage(sMsg);

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2022 10:10 AM
Hi Lakshmi,
not sure i understand the requirement, could you add more information/examples?
Sounds like youll be able to do what you need with a Client Script but if you could share more information I could be more helpful.
Please mark this answer as helpful or correct if it has helped.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2022 10:51 AM
You can use a variable to get multiline. Try below
var sMsg='line 1<br/>';
sMsg=sMsg+'line 2<br/>';
sMsg=sMsg+'line 3';
gs.addInfoMessage(sMsg);
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2022 11:23 AM
Suresh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2022 11:43 AM
Hello
Please share the beloe info to assist you better?
Which form needs the info message?
Assuming its catalog item is it foe one catalog item or all?
Will the message be visible all the time or on condition
Thanks