- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2015 11:55 PM
HI,
There is a field in Requested Item --> "Additional comments (customer visible)", but when I put my comments it gets saved and updated in Activity but not in the same field . How can I apply a condition in one of my Business rule that there are inputs in "Additional comments " since it always shows blank.
I have a business rule in Task table, where I need to apply a condition that if any Additional comments are there, then an event is fired.Also I want to display the value of Additional comments ..............
Anyone can guide please.
Thanks
Solved! Go to Solution.
- Labels:
-
Integrations
-
User Interface (UI)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2015 11:23 PM
I have resolved this. Instead of changing in BR , I changed in Email notification by so now its working.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2015 12:59 AM
HI,
Where you want this comments to be visible in same box or somewhere else.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2015 01:06 AM
I want to display the Additional comments in notification

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2015 01:28 AM
If you want to send it in email notifications then you can send it easily.
just create on more field as Text field copy this comments to that field and in email notification which you have configured
just add that field under message section.
for example:-
Comment:${comments}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2015 02:00 AM
Can you please elaborate how . There can be multiple times comments can be entered.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2015 02:26 AM
u r writing BR rite. SO before insert clear that field and then insert your comments there.