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 ErpSyncDefaultValue : Carrier
public ErpSyncDefaultValue()
[JsonIgnore] public FieldAccess? Access { get; set; }
[JsonProperty("Access")] public string Access_String { get; set; }
public virtual string DefaultValue { 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 FirstSyncDefaultValue { get; set; }
public virtual bool HasFirstSyncDefaultValue { get; set; }
public virtual string ListName { get; set; }
public virtual bool Mandatory { get; set; }
public virtual bool PromptUser { get; set; }
Was this page helpful?