Class SfSetupAuditTrail
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Setup Audit Trail Entry
SObject Name: SetupAuditTrail
Custom Object: False
public class SfSetupAuditTrail : SObject
- Inheritance
-
SfSetupAuditTrail
- Inherited Members
Properties
Action
Action
Name: Action
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "action")]
[Updateable(false)]
[Createable(false)]
public string Action { get; set; }
Property Value
CreatedBy
ReferenceTo: User
RelationshipName: CreatedBy
[JsonProperty(PropertyName = "createdBy")]
[Updateable(false)]
[Createable(false)]
public SfUser CreatedBy { get; set; }
Property Value
CreatedByContext
Created By Context
Name: CreatedByContext
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "createdByContext")]
[Updateable(false)]
[Createable(false)]
public string CreatedByContext { get; set; }
Property Value
CreatedById
Created By ID
Name: CreatedById
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "createdById")]
[Updateable(false)]
[Createable(false)]
public string CreatedById { get; set; }
Property Value
CreatedByIssuer
Created By Issuer
Name: CreatedByIssuer
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "createdByIssuer")]
[Updateable(false)]
[Createable(false)]
public string CreatedByIssuer { get; set; }
Property Value
CreatedDate
Created Date
Name: CreatedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }
Property Value
DelegateUser
Delegate User
Name: DelegateUser
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "delegateUser")]
[Updateable(false)]
[Createable(false)]
public string DelegateUser { get; set; }
Property Value
Display
Display
Name: Display
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "display")]
[Updateable(false)]
[Createable(false)]
public string Display { get; set; }
Property Value
Id
Setup Audit Trail ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
ResponsibleNamespacePrefix
Source Namespace Prefix
Name: ResponsibleNamespacePrefix
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "responsibleNamespacePrefix")]
[Updateable(false)]
[Createable(false)]
public string ResponsibleNamespacePrefix { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
Section
Section
Name: Section
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "section")]
[Updateable(false)]
[Createable(false)]
public string Section { get; set; }