PartMasterBOMPublishingSyncEnum Enumeration |
An enumerated type representing the default value for the SystemSettings.BOMManagement_PublishingSync__PartMaster_IPNRelationships,
BOMManagement_PublishingSync_PartMaster_MPN, BOMManagement_PublishingSync_PartMaster_VPN, BOMManagement_PublishingSync_PartMaster_CPN
and BOMManagement_PublishingSync_PartMaster_IPN system settings.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public enum PartMasterBOMPublishingSyncEnum
Public Enumeration PartMasterBOMPublishingSyncEnum
public enum class PartMasterBOMPublishingSyncEnum
type PartMasterBOMPublishingSyncEnum
Members
| Member name | Value | Description |
---|
| NeverOverride | 0 |
Never Override
|
| AlwaysOverride | 1 |
Always Override
|
| UpdateMissingInfo | 2 |
Update Missing Information Only
|
| PromptUser | 3 |
Prompt User (Side-By-Side Comparison)
|
See Also