PdcCalculation.CustomerArticleNo

From External Bemet Wiki
Jump to navigation Jump to search

Declaration

CustomerArticleNo as String

Description

Returns or changes the customer's articlenumber

Notes

This property returns or sets the 'CustomerArticleNo' of the current calculation. This field can be found in the calculation header.

Code example

This code example returns the CustomerArticleNo of the active calculation.

dim objCalc

  set objCalc = pdc.ActiveCalculation
  msgbox objCalc.CustomerArticleNo

Availability