DataEntryDefaultValueConditionFormName Property |
If not null specifies that the default should be applied only if Form_Name equals the specified value. [Filter(eq)] [ORD]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic string ConditionFormName { get; set; }
Public Property ConditionFormName As String
Get
Set
public:
property String^ ConditionFormName {
String^ get ();
void set (String^ value);
}
member ConditionFormName : string with get, set
Property Value
Type:
String
See Also