Class SfActionLinkTemplate
- Namespace
- NetCoreForce.Models
- Assembly
- NetCoreForce.Models.dll
Action Link Template
SObject Name: ActionLinkTemplate
Custom Object: False
public class SfActionLinkTemplate : SObject
- Inheritance
-
SfActionLinkTemplate
- Inherited Members
Properties
ActionLinkGroupTemplate
ReferenceTo: ActionLinkGroupTemplate
RelationshipName: ActionLinkGroupTemplate
[JsonProperty(PropertyName = "actionLinkGroupTemplate")]
[Updateable(false)]
[Createable(false)]
public SfActionLinkGroupTemplate ActionLinkGroupTemplate { get; set; }
Property Value
ActionLinkGroupTemplateId
Action Link Group Template ID
Name: ActionLinkGroupTemplateId
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "actionLinkGroupTemplateId")]
[Updateable(false)]
[Createable(true)]
public string ActionLinkGroupTemplateId { get; set; }
Property Value
ActionUrl
Action URL
Name: ActionUrl
SF Type: textarea
Nillable: False
[JsonProperty(PropertyName = "actionUrl")]
public string ActionUrl { get; set; }
Property Value
CreatedBy
ReferenceTo: User
RelationshipName: CreatedBy
[JsonProperty(PropertyName = "createdBy")]
[Updateable(false)]
[Createable(false)]
public SfUser CreatedBy { 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
CreatedDate
Created Date
Name: CreatedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "createdDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? CreatedDate { get; set; }
Property Value
Headers
HTTP Headers
Name: Headers
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "headers")]
public string Headers { get; set; }
Property Value
Id
Action Link Template ID
Name: Id
SF Type: id
Nillable: False
[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }
Property Value
IsConfirmationRequired
Confirmation Required
Name: IsConfirmationRequired
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isConfirmationRequired")]
public bool? IsConfirmationRequired { get; set; }
Property Value
- bool?
IsDeleted
Deleted
Name: IsDeleted
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isDeleted")]
[Updateable(false)]
[Createable(false)]
public bool? IsDeleted { get; set; }
Property Value
- bool?
IsGroupDefault
Default Link in Group
Name: IsGroupDefault
SF Type: boolean
Nillable: False
[JsonProperty(PropertyName = "isGroupDefault")]
public bool? IsGroupDefault { get; set; }
Property Value
- bool?
Label
Label
Name: Label
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "label")]
public string Label { get; set; }
Property Value
LabelKey
Label Key
Name: LabelKey
SF Type: string
Nillable: False
[JsonProperty(PropertyName = "labelKey")]
public string LabelKey { get; set; }
Property Value
LastModifiedBy
ReferenceTo: User
RelationshipName: LastModifiedBy
[JsonProperty(PropertyName = "lastModifiedBy")]
[Updateable(false)]
[Createable(false)]
public SfUser LastModifiedBy { get; set; }
Property Value
LastModifiedById
Last Modified By ID
Name: LastModifiedById
SF Type: reference
Nillable: False
[JsonProperty(PropertyName = "lastModifiedById")]
[Updateable(false)]
[Createable(false)]
public string LastModifiedById { get; set; }
Property Value
LastModifiedDate
Last Modified Date
Name: LastModifiedDate
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "lastModifiedDate")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? LastModifiedDate { get; set; }
Property Value
LinkType
Action Type
Name: LinkType
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "linkType")]
public string LinkType { get; set; }
Property Value
Method
HTTP Method
Name: Method
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "method")]
public string Method { get; set; }
Property Value
Position
Position
Name: Position
SF Type: int
Nillable: False
[JsonProperty(PropertyName = "position")]
public int? Position { get; set; }
Property Value
- int?
RequestBody
HTTP Request Body
Name: RequestBody
SF Type: textarea
Nillable: True
[JsonProperty(PropertyName = "requestBody")]
public string RequestBody { get; set; }
Property Value
SObjectTypeName
[JsonIgnore]
public static string SObjectTypeName { get; }
Property Value
SystemModstamp
System Modstamp
Name: SystemModstamp
SF Type: datetime
Nillable: False
[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }
Property Value
UserAlias
Custom User Alias
Name: UserAlias
SF Type: string
Nillable: True
[JsonProperty(PropertyName = "userAlias")]
public string UserAlias { get; set; }
Property Value
UserVisibility
User Visibility
Name: UserVisibility
SF Type: picklist
Nillable: False
[JsonProperty(PropertyName = "userVisibility")]
public string UserVisibility { get; set; }