Hi,
How do I add Text Line by selecting the field "Type" in Form Settings in my DI Add-On?
Here is the code for adding a regulare Sales Order line:
CODE
oDocument_SalesOrder.Lines.FreeText = "This is not the Text I want to have...It is a Drop Down List and you can select Regular, text, sun-total in Type Column"; oDocument_SalesOrder.Lines.Add();
Thank you,
Rune