Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class ErpConnectionData : Carrier
public ErpConnectionData()
public virtual bool Connected { get; set; }
public virtual string ConnectionName { get; set; }
[JsonIgnore] public CrmActorType? CrmActorType { get; set; }
[JsonProperty("CrmActorType")] public string CrmActorType_String { get; set; }
[JsonIgnore] public ErpActorType? ErpActorType { get; set; }
[JsonProperty("ErpActorType")] public string ErpActorType_String { get; set; }
[JsonIgnore] public ErpActorType?[] ErpActorTypes { get; set; }
[JsonProperty("ErpActorTypes")] public string[] ErpActorTypes_String { get; set; }
public virtual int ErpConnectionId { get; set; }
public virtual FieldMetadata[] ErpFields { get; set; }
Was this page helpful?