Hello All, is there a way to update multiline text field via live report? I would also like to have the ability to append this data
Hi Cameron,
Direct updates via LiveReport wouldn't be supported, but you can use a LiveReport as a datasource to your WebReport that could do this via:
CATACTION:ADDVALUE:<category>:<attribute>[:Index][:Set Index]:<value>
If you don't have WebReports, it's one of the simpler operations you can achieve with Content Web Services (CWS), you don't need to query the database, you can just update the category template itself.
I believe you could likely also do a PUT or something via REST to achieve the same, but I haven't tried adding to multi-lined Attrs, before.
Thanks
Thanks much! for your response