Hello,
I was updating the Quote form to add new choices for sales. These new choices work as data selectors for plain quote content.
As example, user can check 3 of choices ( Like car, bike and boat ) and I want to use these data in generated PDF quote.
When I was updating the word template, the XML answear from these new choices is a single line delimered by semicolon, what I need to change to a basic repeating row in a table.
Car; bike; boat
I Need to change this to a basic repeating row in a table. The control center function do not work, the row in word table is blank after I generate it. I Found a solution by using Macros, but Sales doesn´t support this.
Do you have any idea, how can I change this to classis table view with repeating function ?