This question has been flagged
1 Reply
2353 Views

Is there any way to add the partner_id as a link instead of text to the chatter at the bottom of the sale.order record when a user changes the partner?  

Avatar
Discard
Best Answer

Hello,

I use this snippet to achieve this query :

 <a href="#" data-oe-model="<your_model>" data-oe-id="<your_id_in_model">Dummy Text</a>

I put this text inside the method message_post from chatter.

BR

Avatar
Discard