UseTransitions Property (FulfillPartRequestSetup)
Specifies whether or not logistics transitions will be checked and the condition/status of the part request detail will be changed during the fulfill operation
Syntax
'Declaration
<PropertyBitValueAttribute()>
Public Property UseTransitions As Boolean
[PropertyBitValueAttribute()]
public bool UseTransitions {get; set;}
Remarks
Setting this value to false allows for multiple calls to the API to be performed without extra complex transitions being added to the system. By default, the value is true.
NOTE: The last call to FulfillPartRequest in the chain of calls should have this value set to true to ensure the transitions are checked and the condition/status is updated properly.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family
Reference
FulfillPartRequestSetup Class
FulfillPartRequestSetup Members