RequisitionPlanExplanationMessage Property |
A message that explains why the program has generated the planned orders for this row.
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string ExplanationMessage { get; set; }
Public Property ExplanationMessage As String
Get
Set
public:
property String^ ExplanationMessage {
String^ get ();
void set (String^ value);
}
member ExplanationMessage : string with get, set
Property Value
Type:
String
See Also