Skip to Content
0
Former Member
May 08, 2008 at 04:11 PM

Sales order Text Line (Type)

67 Views

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