CostCorrectionsOptionResetTransactionsStateOnReleasing Property |
When true, the stock transactions state are re-set when the cost correction is released. The idea is to notify these documents, so that they have chance to re-generate their sub-documents. [Required] [Default(false)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool ResetTransactionsStateOnReleasing { get; set; }
Public Property ResetTransactionsStateOnReleasing As Boolean
Get
Set
public:
property bool ResetTransactionsStateOnReleasing {
bool get ();
void set (bool value);
}
member ResetTransactionsStateOnReleasing : bool with get, set
Property Value
Type:
Boolean
See Also