기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.
Customer Profiles의 Salesforce 객체를 표준 자산에 매핑
이 주제에는 Salesforce 객체에서 Customer Profiles의 표준 자산 객체에 매핑되는 필드의 목록이 나열되어 있습니다.
Salesforce-Asset 객체
다음은 Salesforce-Asset 객체의 모든 필드 목록입니다.
-
Id
-
ContactId
-
AccountId
-
ParentId
-
RootAssetId
-
Product2Id
-
ProductCode
-
IsCompetitorProduct
-
CreatedDate
-
CreatedById
-
LastModifiedDate
-
LastModifiedById
-
SystemModstamp
-
IsDeleted
-
명칭
-
SerialNumber
-
InstallDate
-
PurchaseDate
-
UsageEndDate
-
LifecycleStartDate
-
LifecycleEndDate
-
상태 표시기
-
가격
-
수량
-
설명
-
OwnerId
-
AssetProvidedById
-
AssetServiceById
-
IsInternal
-
AssetLevel
-
StockKeepingUnit
-
HasLifecycleManagement
-
CurrentMrr
-
CurrentLifecycleEndDate
-
CurrentQuantity
-
CurrentAmount
-
LastViewedDate
-
LastReferencedDate
Salesforce-Asset 객체를 표준 자산에 매핑
Salesforce-Asset 객체에서 Customer Profiles의 표준 자산 객체에 매핑되는 필드의 하위 목록입니다.
다음 표에는 Salesforce-Asset 객체에서 표준 자산으로 매핑될 수 있는 필드가 나열되어 있습니다.
Salesforce-Asset 소스 필드 | 표준 자산 대상 필드 |
---|---|
Id |
Attributes.sfdcAssetId |
ContactId |
Attributes.sfdcContactId |
AccountId |
Attributes.sfdcAccountId |
SerialNumber |
SerialNumber |
StockKeepingUnit |
ProductSKU |
UsageEndDate |
UsageEndDate |
상태 표시기 |
상태 표시기 |
가격 |
가격 |
수량 |
수량 |
설명 |
Description |
Salesforce 객체의 Salesforce-Asset 고객 데이터는 다음 표의 인덱스를 사용하여 Amazon Connect 표준 자산과 연결됩니다.
표준 인덱스 이름 | Salesforce-Asset 소스 필드 |
---|---|
_salesforceAssetId |
Id |
_salesforceContactId |
ContactId |
_salesforceAccountId |
AccountId |
예를 들어 ListProfileObjects API에서 ObjectFilter.KeyName
으로 _salesforceAssetId
및 _salesforceAccountId
를 사용하여 표준 애셋을 찾을 수 있습니다. ProfileId
및 ObjectTypeName
이 Salesforce-Asset
으로 설정된 ListProfileObjects API를 사용하여 특정 프로필과 연결된 Salesforce-Asset 객체를 찾을 수 있습니다.