![]() |
[Solved] workflow to concatenate inventory details product lines in one field - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Support (https://discussions.corebos.org/forum-17.html) +--- Forum: Administrator Support (https://discussions.corebos.org/forum-8.html) +--- Thread: [Solved] workflow to concatenate inventory details product lines in one field (/thread-1763.html) |
[Solved] workflow to concatenate inventory details product lines in one field - geraldbigot - 04-21-2020 Hi, What would be the best way to do that : I want to update a text field with these lines, coming from Salesorder : Product 1 - Qty - Description /n Product 2 - Qty - Description /n ... /n Product 5 - Qty - Description /n Is it possible with workflows ? Business Map ? Thank you for your help. Gérald RE: Business map or workflow to concatenate inventory details product lines in one field - joebordes - 04-22-2020 Answered in gitter: I can update a field via a workflow with expression : $(general : (VtigerMeta) inventorydetails) |