Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Setting the 'Message' component 'body' property value.
cool_007
Hi,
I want to edit the body of the message component of one of the message component. Can someone tell me how this can be achieved ?
I tried using message.setPropertyValue("APP::BODY", "New Message"); but it doesn;t seem to be working.
Any pointer will be highly appreciated.
Thanks in advance !!
Find more posts tagged with
Comments
cool_007
Hi All,
I got solution......
only thing that I was missing was to update server after setting message body
message.update();
Cheers
example.zip