DataEntryDefaultValueConditionRole Property |
When not null, specifies that the default value should be applied only when the user plays the specified role. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Role ConditionRole { get; set; }
Public Property ConditionRole As Role
Get
Set
public:
property Role^ ConditionRole {
Role^ get ();
void set (Role^ value);
}
member ConditionRole : Role with get, set
Property Value
Type:
Role
See Also