Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2 ตอบกลับ
3716 มุมมอง

Hi everyone,

I have set up a Marketing Automation Campaign that follows up with customer quotations.

I want to be able to include a link to their SO, but I don't know how to add a dynamic link for this.

Can anyone please supply the coding logic for it?

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi,To add a dynamic URL parameter within an email template follow these steps:1. Open the email template you wish to modify.
2. Choose the link where you want to include the dynamic URL parameter.
3. Click the "Insert/Edit Link" or "Insert/Edit Button" button in the email editor toolbar.
4. Enter the base URL, including any static parameters, in the URL field.
5. Append the dynamic URL parameter to the end of the URL, utilizing Odoo's expression syntax "{{...}}".
6. Save the updated email template.
Here's an example of adding a dynamic URL parameter to a link in an email template:

<a href="https://yourdomain.com/sales/orders/%7B%7Bobject.sale_order_id.id%7D%7D" target="_blank">https://yourdomain.com/sales/orders/{{object.sale_order_id.id}}">Click here to view your Sales Order</a>



Ensure the syntax and field names align with your specific use case, referring to Odoo documentation.


Hope it helps


อวตาร
ละทิ้ง
ผู้เขียน

Hi Cybrosys, I have tried remaking the URL but it is going to a 404 Page on my site:

https://capitalequipment.com.au/sales/orders/{{ object.sale_order_id.id}}

Can you help troubleshoot please?

The Double Bracket Syntax doesn't work in my version Odoo 17. When using them in email template links the resulting link contains %7b%7bobject.sale_order_id.id%7D%7D instead of the desired object id. Any advice on what I am doing wrong?

ผู้เขียน

Hi David,
CandidRoot Solutions helped me set this up in my system, I recommend reaching out to them for support.

ผู้เขียน คำตอบที่ดีที่สุด

Thank you so much Cybrosys! What if the URL has a unique access token, does that impact the URL at all?

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
4
ต.ค. 22
5997
0
ก.ค. 21
32
1
ต.ค. 20
4716
6
ส.ค. 25
43761
1
ธ.ค. 23
2889