PdcProjectLine.LineType: Difference between revisions

From External Bemet Wiki
Jump to navigation Jump to search
Created page with "== Declaration == LineType as String == Description == Returns the project line's type == Notes == == Code example == <source lang="vb"> </source> == Availability == A..."
 
No edit summary
 
Line 6: Line 6:


== Notes ==
== Notes ==
 
The returned value is PJ_LINES.DR_CA. Possible values are:
* A = Article
* C = Calculation
* H = Trade calculation
* M = Raw material


== Code example ==
== Code example ==

Latest revision as of 12:42, 21 August 2012

Declaration

LineType as String

Description

Returns the project line's type

Notes

The returned value is PJ_LINES.DR_CA. Possible values are:

  • A = Article
  • C = Calculation
  • H = Trade calculation
  • M = Raw material

Code example

Availability

Available since February 2011 (From version 4.2 onwards).