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 ErpSyncFieldMapping : Carrier
public ErpSyncFieldMapping()
[JsonIgnore] public FieldAccess? Access { get; set; }
[JsonProperty("Access")] public string Access_String { get; set; }
public virtual bool AlreadyMapped { get; set; }
public virtual string CrmDisplayName { get; set; }
public virtual string CrmDisplayTooltip { get; set; }
public virtual string CrmFieldKey { get; set; }
public virtual string ErpDisplayName { get; set; }
public virtual string ErpDisplayTooltip { get; set; }
public virtual int ErpFieldId { get; set; }
public virtual string ErpFieldKey { get; set; }
[JsonIgnore] public FieldMetadataType? FieldType { get; set; }
[JsonProperty("FieldType")] public string FieldType_String { get; set; }
public virtual string ListReference { get; set; }
public virtual bool MissingInCRM { get; set; }
public virtual bool MissingInERP { get; set; }
public virtual bool ShowInGui { get; set; }
public virtual bool ShowInSearch { get; set; }
public virtual bool SyncToCrm { get; set; }
public virtual bool SyncToErp { get; set; }
Was this page helpful?