Class SpecialSearchKeys
Special search keys that must be supported through SearchActorsAdvanced
Namespace: SuperOffice.ErpSync
Assembly: SuperOffice.Plugins.dll
Syntax
public static class SpecialSearchKeys : Object
Fields
PARENT_ACTORTYPE
Specifies that the actor we're searching for is the child of an actor with this actor type. Always used in conjunction with PARENT_ERPKEY
Declaration
public const string PARENT_ACTORTYPE = "ParentActorType"
Field Value
Type | Description |
---|---|
String |
PARENT_ERPKEY
Specifies that the actor we're searching for is the child of an actor with this primary key. Always used in conjunction with PARENT_ACTORTYPE
Declaration
public const string PARENT_ERPKEY = "ParentErpKey"
Field Value
Type | Description |
---|---|
String |