Add | Adds a new text or subtotal line to the document. |
Delete | Deletes an existing text or subtotal line in the document. |
SetCurrentLine | Sets the active row to a specified row number. |
Add | Adds a new text or subtotal line to the document. |
Delete | Deletes an existing text or subtotal line in the document. |
SetCurrentLine | Sets the active row to a specified row number. |
AfterLineNumber | Returns or sets the line number after which the text or subtotal line will appear.
This property is mandatory. You must set this property in incremental order. Table: INV10. Field name: AftLineNum. |
Count | Returns the number of special lines in the document. |
Freight1 | Returns a calculated value of the 1st freight expense in local currency.
Source table: IN10V (virtual table). |
Freight1FC | Returns a calculated value of the 1st freight expense in foreign currency.
Source table: IN10V (virtual table). |
Freight1SC | Returns a calculated value of the 1st freight expense in system currency.
Source table: IN10V (virtual table). |
Freight2 | Returns a calculated value of the 2nd freight expense in local currency.
Source table: IN10V (virtual table). |
Freight2FC | Returns a calculated value of the 2nd freight expense in foreign currency.
Source table: IN10V (virtual table). |
Freight2SC | Returns a calculated value of the 2nd freight expense in system currency.
Source table: IN10V (virtual table). |
Freight3 | Returns a calculated value of the 3rd freight expense in local currency.
Source table: IN10V (virtual table). |
Freight3FC | Returns a calculated value of the 3rd freight expense in foreign currency.
Source table: IN10V (virtual table). |
Freight3SC | Returns a calculated value of the 3rd freight expense in system currency.
Source table: IN10V (virtual table). |
GrossTotal | Returns a calculated value of the gross total in local currency.
Source table: IN10V (virtual table). |
GrossTotalFC | Returns a calculated value of the gross total in foreign currency.
Source table: IN10V (virtual table). |
GrossTotalSC | Returns a calculated value of the gross total in system currency.
Source table: IN10V (virtual table). |
LineNum | Returns the text or subtotal line number. |
LineText | Returns or sets the string for text line. |
LineType | Sets or returns a value specifying the type of the special line (text line or subtotal line). |
OrderNumber | Returns the order of the text or subtotal line. The order of the line is specified by the order you have added the line in the DI API. |
Subtotal | Returns a calculated value of the sub total in local currency.
Source table: IN10V (virtual table). |
SubtotalFC | Returns a calculated value of the sub total in foreign currency.
Source table: IN10V (virtual table). |
SubtotalSC | Returns a calculated value of the sub total in system currency.
Source table: IN10V (virtual table). |
TaxAmount | Returns a calculated value of the tax amount in local currency.
Source table: IN10V (virtual table). |
TaxAmountFC | Returns a calculated value of the tax amount in foreign currency.
Source table: IN10V (virtual table). |
TaxAmountSC | Returns a calculated value of the tax amount in system currency.
Source table: IN10V (virtual table). |