04-06-2022
05:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
04-06-2022
05:46 AM
Ok I had some coffee. To set the instance property you would add this under the qty = oRow.ItemQuantity line
Dim oDoc As Document oDoc = oRow.ComponentDefinitions.Item(1).Document iProperties.InstanceValue(oDoc.DisplayName, "PACK_QTY") = qty * 5