Eplan Platform API
Eplan.EplApi.MasterData Namespace / MDPartsDatabaseItemPropertyList Class / ARTICLE_ERPNR Property / ARTICLE_ERPNR Property

In This Topic
    ARTICLE_ERPNR Property
    In This Topic
    ERP / PDM number 1 # 22056.
    Syntax
    public MDPropertyValue ARTICLE_ERPNR {get; set;}
    public:
    property MDPropertyValue^ ARTICLE_ERPNR {
       MDPropertyValue^ get();
       void set (    MDPropertyValue^ value);
    }

    Property Value

    Returns property value of type System.String.
    Remarks

    Unique part number of an external ERP system or PDM system. The ERP / PDM numbers must be unique per individual property for different parts. At the same part, identical values are permitted for the "ERP / PDM number 1" to "ERP / PDM number 10" properties. Any number of characters can be entered for the ERP / PDM number. If you assign a value via the application programming interface, you have to specify the same value individually for all part variants.

    See Also