Storage.TransferConflictOption Enumeration
- Last UpdatedNov 06, 2025
- 1 minute read
The TransferConflictOption enumeration values specify to take if a conflict arises in the grade, status, or expiry when transfering inventory from one location to another.
'Declaration
Public Enum Storage.TransferConflictOption
Inherits System.Enum
public enum Storage.TransferConflictOption : System.Enum
| Member | Description |
|---|---|
| Error | Error if a conflict is detected. |
| Prompt | Popup a dialog asking the user to choose whether to use the source or the destination's grade, status, and expiry. |
| UseDestInfo | Retain the grade, status, and expiry in the destination row if a conflict is detected. |
| UseSourceInfo | Change the destination row's grade, status, and expiry to match the source row. |
System.Object
System.ValueType
System.Enum
FactMES.Client.Common.Storage.TransferConflictOption