InternalPartUnitOfIssue Property |
The name or abbreviation of the Unit that this part is measured in. The string value of this property must align with one of the pre-configured unit names
assigned to this attribute via the unit of measure property in the FactoryLogix configuration. Alternatively, a part's Unit of Issue can be set to 'Pieces' (the default value)
by specifying 'Pieces' or 'pcs' here.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public string UnitOfIssue { get; set; }
Public Property UnitOfIssue As String
Get
Set
public:
property String^ UnitOfIssue {
String^ get ();
void set (String^ value);
}
member UnitOfIssue : string with get, set
Property Value
Type:
StringRemarks
For new parts, if this property is left NULL then the part's Unit of Issue is automatically set to 'Pieces'. For existing parts, if this property is left NULL then no changes shall
be made to the part's Unit of Issue during updates. To change an existing part's Unit of Issue to 'Pieces', specify 'Pieces' or 'pcs' for this property.
See Also