This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Creating document from Word Template with multi-select lookup properties

Hi,
I have an Order document with the Product property (muli select lookup).
Is it possible for the values for the added Products to be displayed automatically in the Order template.
The problem is that I don't know how many products will be included in the order.
It can be from a few to a dozen or so positions.
And I would like individual Products to be displayed in the form of a table in the Word template.
Is it possible to achieve the creation of such a document with dynamic content retrieved from a related object?
Thanx,
Maciek
Parents
  • You could add some dummy objects to the multi select (the maximum count you will need, e.g. 10 elements), then add them to your word file and afterwards unselect them in your template..

    Or you could program a VBScript Text Property (Multi Line) which writes a list (each value a different row) from your multiselect. Then you can add the Multi Line Text to your Doc..

Reply
  • You could add some dummy objects to the multi select (the maximum count you will need, e.g. 10 elements), then add them to your word file and afterwards unselect them in your template..

    Or you could program a VBScript Text Property (Multi Line) which writes a list (each value a different row) from your multiselect. Then you can add the Multi Line Text to your Doc..

Children
No Data