担当者のフィールド・マッピング
次の表に、CX SalesとB2C Serviceの間の担当者フィールドのマッピングに必要な値を示します。
B2C Service属性 |
B2C Serviceデータ型 |
CX Sales属性とデータ型 |
CX Salesデータ型 |
条件 |
---|---|---|---|---|
Name.First |
PersonName.First String (80) |
FirstName |
VARCHAR2 (150) |
該当なし |
Name.Last |
PersonName.Last String (80) |
LastName |
VARCHAR2 (150) |
該当なし |
Address.Street |
Address.Street 文字列(240) |
PrimaryAddress.AddressLine1 + ',' + PrimaryAddress.AddressLine2 + ',' + PrimaryAddress.AddressLine3 + ',' + PrimaryAddress.AddressLine4 |
VARCHAR2 (240) VARCHAR2 (240) VARCHAR2 (240) VARCHAR2 (240) |
if PrimaryAddress.Country != nul |
Address.StateOrProvince.Name |
Address.StateOrProvince.NamedID.Name 文字列(255) |
PrimaryAddress.Province PrimaryAddress.State |
VARCHAR2(60) VARCHAR2(60) 制約: CX Salesでは、状態フィールドには任意の数の文字を使用できますが、B2C ServiceではORやCAなどの2文字のみを使用できます。 |
If PrimaryAddress.Country != null If Province != null then Province If State != null then State |
Address.City |
Address.City String (80) |
PrimaryAddress.City |
VARCHAR (60) |
If PrimaryAddress.Country != null |
Address.Country.Name |
Address.Country.NamedID.Name 文字列(255) |
PrimaryAddress.Country |
VARCHAR (20) |
If PrimaryAddress.Country != null |
Address.PostalCode |
Address.PostalCode 文字列(10) |
PrimaryAddress.PostalCode |
VARCHAR2 (60) |
If PrimaryAddress.Country != null |
Emails.EmailList.Address |
EmailList.Email.Address String (80) |
EmailAddress VARCHAR (320) |
VARCHAR (320) |
if EmailAddress != null |
Emails.EmailList.AddressType.ID UIのデフォルト値は0。 |
EmailList.Email.AddressType.NameId.ID Long |
該当なし |
該当なし |
if EmailAddress != null |
Phones.PhoneList.Number |
Phones.PhoneList.Number 文字列(40) |
FormattedWork PhoneNumber |
VARCHAR2 (40) 制約: PHONE_COUNTRY_CODEが有効である必要があり、最大3文字まで含むことができます。 他のフィールドは最大長まで受け付けることができます。 「FormattedWorkPhone番号」フィールドの最大サイズは40文字までで、B2C Serviceで使用できます。 |
if FormattedWorkPhone Number !=null |
Phones.PhoneList.PhoneType その場合UIのデフォルト値は0。 |
PhoneList.Phone.PhoneType.NamedId.ID Long |
該当なし |
該当なし |
if FormattedWork PhoneNumber != null |
Phones.PhoneList.Number |
Phones.PhoneList.Number 文字列(40) |
FormattedMobile Number |
VARCHAR2 (40) 制約: PHONE_ EXTENSIONフィールドはUIでは使用できません。 他の制約は、FormattedWorkPhone Numberフィールドのものと同じです。 |
if FormattedMobile Number != null |
Phones.PhoneList.PhoneType UIのデフォルト値は1です。 |
PhoneList.Phone.PhoneType.NamedId.ID Long |
該当なし |
該当なし |
if FormattedMobile Number != null |
Phones.PhoneList.Number |
Phones.PhoneList.Number 文字列(40) |
FormattedFaxNumber |
VARCHAR2(40) 制約: FormattedWork PhoneNumberのものと同じです |
if FormattedFaxNumber != null |
Phones.PhoneList.PhoneType UIのデフォルト値は2です。 |
PhoneList.Phone.PhoneType.NamedId.ID Long |
該当なし |
該当なし |
if FormattedFaxNumber != null |
Phones.PhoneList.Number |
Phones.PhoneList.Number 文字列(40) |
FormattedHome PhoneNumber VARCHAR2(40) 制約: FormattedWorkPhoneNumberのものと同じです |
VARCHAR2(40) 制約: FormattedWork PhoneNumberのものと同じです |
if FormattedFax Number != null |
Phones.PhoneList.PhoneType UIのデフォルト値は4です。 |
PhoneList.Phone.PhoneType.NamedId.ID Long |
該当なし |
該当なし |
if FormattedHome PhoneNumber != null |
Organization.ID |
NameId.id Long |
Enrich (Account PartyId) |
Long |
該当なし |
External Reference |
Long |
PartyId |
NUMBER (18) |
該当なし |