Home Search

DriveWorks Pro 21
PDMGetSerialNumberNames

Send Feedback

PDMGetSerialNumberNames

This function will return the serial number generators for the vault in use.

The SOLIDWORKS PDM Professional plugin must be installed and enabled for this function to calculate.

Syntax

PDMGetSerialNumberNames([Refresh])

Where:

Refresh (optional) is a value that refreshes the data.

Example

RuleResultMeaning
PDMGetSerialNumberNames()PartSerialNumber|AssemblySerialNumber|DrawingSerialNumberWill retrieve the serial numbers once a specification is started.
PDMGetSerialNumberNames(DwConstantRefreshSerialNumbers)PartSerialNumber|AssemblySerialNumberWill retrieve the serial numbers each time the constant changes. DrawingSerialNumber was removed.