Process execution locality. Represents where the execution takes place and influences the selection of possible executors. For example, when L, the execution is private to the location, where the process originated. P=Same as parent; L=Location; C=Company; I=Intra-company. [Required] [Default("L")] [Filter(like)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Locality Locality { get; set; }
Public Property Locality As Locality
Get
Set
public:
property Locality^ Locality {
Locality^ get ();
void set (Locality^ value);
}
member Locality : Locality with get, set
Property Value
Type:
Locality
See Also