ADO.NET Provider for Salesforce

Build 24.0.8963

CreateCustomField

組織に新しいカスタムフィールドコンポーネントを追加します。

Input

Name Type Description
Label String フィールドのラベル。
ObjectName String 親オブジェクトの名前。
FieldName String 新しいカスタムフィールドの名前。
Type String フィールドのタイプ。

The allowed values are Checkbox, Currency, Date, DateTime, Time, Email, Location, Number, Percent, Phone, Picklist, MultiselectPicklist, Text, TextArea, LongTextArea, Url, EncryptedText.

Description String フィールドの説明。
Required Boolean フィールドが作成時に値を必須とするかどうかを示します。
Unique Boolean フィールドがユニークかどうかを示します。
ExternalId Boolean フィールドが外部ID フィールドであるかどうかを示します。
DefaultValue String フィールドのデフォルト値を表します。
Length Integer フィールドの長さ。
Precision Integer 数値の精度。精度とは、数値の桁数を表します。
Scale Integer フィールドのスケール。スケールとは、数値の小数点以下の桁数です。例えば、256.99という数値のスケールは2です。
ValueSet String カスタムフィールドの選択リストを構成する値のセットを表します。
VisibleLines Integer フィールドに表示される行数を示します。
MaskType String 暗号化されたテキストフィールドに対して、フィールド内のマスキングされた文字とマスキングされていない文字の形式を指定します。

The allowed values are all, creditCard, lastFour, nino, sin, ssn.

MaskChar String 暗号化フィールドに対して、マスキングに使用する文字を指定します。

The allowed values are asterisk, X.

Result Set Columns

Name Type Description
FullName String フィールドのフルネーム。
Success String ストアドプロシージャが成功したかどうか。

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.8963