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

Hello,


I want to concatenate three values, or rather, in the sales form, I want to obtain a link which contains the Sales Order Number in the middle. What is a simple way to achieve it?


I would like it to be something like this:

"google/"+"SaleOrder"+"/abcdef"


See here: https://ibb.co/1KNzhb4


If you can help me, I thank you.



อวตาร
ละทิ้ง
ผู้เขียน คำตอบที่ดีที่สุด

Solved.


Automated action.


Python code:


for record in records:

  record.write({

    'x_studio_link_archivos' : record.x_studio_link_inicio + record.name + record.x_studio_link_final

  })

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
How to concatenate fields in a view? แก้ไขแล้ว
8
เม.ย. 25
28967
1
ก.ย. 24
3136
1
เม.ย. 24
1386
1
มี.ค. 22
2512
0
พ.ย. 19
2750