Table of Contents

Class SfFiscalYearSettings

Namespace
NetCoreForce.Models
Assembly
NetCoreForce.Models.dll

Fiscal Year Settings

SObject Name: FiscalYearSettings

Custom Object: False

public class SfFiscalYearSettings : SObject
Inheritance
SfFiscalYearSettings
Inherited Members

Properties

Description

Description

Name: Description

SF Type: string

Nillable: True

[JsonProperty(PropertyName = "description")]
[Updateable(false)]
[Createable(false)]
public string Description { get; set; }

Property Value

string

EndDate

End Date

Name: EndDate

SF Type: date

Nillable: True

[JsonProperty(PropertyName = "endDate")]
[Updateable(false)]
[Createable(false)]
public DateTime? EndDate { get; set; }

Property Value

DateTime?

Id

Fiscal Year Settings ID

Name: Id

SF Type: id

Nillable: False

[JsonProperty(PropertyName = "id")]
[Updateable(false)]
[Createable(false)]
public string Id { get; set; }

Property Value

string

IsStandardYear

Is Standard Year

Name: IsStandardYear

SF Type: boolean

Nillable: False

[JsonProperty(PropertyName = "isStandardYear")]
[Updateable(false)]
[Createable(false)]
public bool? IsStandardYear { get; set; }

Property Value

bool?

Name

Name

Name: Name

SF Type: string

Nillable: False

[JsonProperty(PropertyName = "name")]
[Updateable(false)]
[Createable(false)]
public string Name { get; set; }

Property Value

string

PeriodId

Period ID

Name: PeriodId

SF Type: reference

Nillable: True

[JsonProperty(PropertyName = "periodId")]
[Updateable(false)]
[Createable(false)]
public string PeriodId { get; set; }

Property Value

string

PeriodLabelScheme

Period Name Scheme

Name: PeriodLabelScheme

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "periodLabelScheme")]
[Updateable(false)]
[Createable(false)]
public string PeriodLabelScheme { get; set; }

Property Value

string

PeriodPrefix

Period Prefix

Name: PeriodPrefix

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "periodPrefix")]
[Updateable(false)]
[Createable(false)]
public string PeriodPrefix { get; set; }

Property Value

string

QuarterLabelScheme

Quarter Name Scheme

Name: QuarterLabelScheme

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "quarterLabelScheme")]
[Updateable(false)]
[Createable(false)]
public string QuarterLabelScheme { get; set; }

Property Value

string

QuarterPrefix

Quarter Prefix

Name: QuarterPrefix

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "quarterPrefix")]
[Updateable(false)]
[Createable(false)]
public string QuarterPrefix { get; set; }

Property Value

string

SObjectTypeName

[JsonIgnore]
public static string SObjectTypeName { get; }

Property Value

string

StartDate

Start Date

Name: StartDate

SF Type: date

Nillable: True

[JsonProperty(PropertyName = "startDate")]
[Updateable(false)]
[Createable(false)]
public DateTime? StartDate { get; set; }

Property Value

DateTime?

SystemModstamp

System Modstamp

Name: SystemModstamp

SF Type: datetime

Nillable: False

[JsonProperty(PropertyName = "systemModstamp")]
[Updateable(false)]
[Createable(false)]
public DateTimeOffset? SystemModstamp { get; set; }

Property Value

DateTimeOffset?

WeekLabelScheme

Week Name Scheme

Name: WeekLabelScheme

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "weekLabelScheme")]
[Updateable(false)]
[Createable(false)]
public string WeekLabelScheme { get; set; }

Property Value

string

WeekStartDay

Week Start Day

Name: WeekStartDay

SF Type: int

Nillable: True

[JsonProperty(PropertyName = "weekStartDay")]
[Updateable(false)]
[Createable(false)]
public int? WeekStartDay { get; set; }

Property Value

int?

YearType

Year Type

Name: YearType

SF Type: picklist

Nillable: True

[JsonProperty(PropertyName = "yearType")]
[Updateable(false)]
[Createable(false)]
public string YearType { get; set; }

Property Value

string