TreeINFO-For-M365 documentation
    Preparing search index...

    Interface SPFieldCurrency

    interface SPFieldCurrency {
        CurrencyLocaleId: number;
        DefaultValue: any;
        Description: string;
        Hidden: boolean;
        InternalName: string;
        ReadOnlyField: boolean;
        Required: boolean;
        Title: string;
        TypeAsString: "Currency";
    }

    Hierarchy (View Summary)

    Index

    Properties

    CurrencyLocaleId: number

    Determines field's currency.

    DefaultValue: any
    Description: string

    The field's description shown below the input. Supports resource keys with the RESX. prefix (e.g. "RESX.MyFieldDescription"). The key is resolved from the form's Resources translation table.

    Hidden: boolean
    InternalName: string
    ReadOnlyField: boolean
    Required: boolean
    Title: string

    The field label shown next to the input. Supports resource keys with the RESX. prefix (e.g. "RESX.MyFieldTitle"). The key is resolved from the form's Resources translation table.

    TypeAsString: "Currency"