定義管道執行個體的延伸設定實體
適用的管道:SMS、自訂
管道執行個體是 Dynamics 365 Customer Insights - Journeys 中自訂管道的表示法。 建立自訂管道時,您必須設定傳送者,例如 WhatsApp 訊息的傳送者。 自訂管道的每個執行個體 (即管道執行個體實體) 代表單一傳送者。
重要
若要允許 Customer Insights - Journeys 在提交期間存取延伸設定實體,您必須將延伸設定實體的讀取權限新增至「Cxp 管道定義服務使用者」角色。
針對每個自訂管道解決方案,您必須執行下列各項:
建立自訂實體,用於表示基礎解決方案中所定義之管道執行個體實體 (msdyn_channelinstance) 的延伸設定。
實體名稱會透過管道定義步驟指派給 msdyn_channeldefinitionexternalentity 屬性。
新增關聯性至 msdyn_extendedentityid 屬性中的基礎管道執行個體實體。\
此屬性是多型查詢。 以下是以 XML 表示的關聯性範例:
<EntityRelationship Name="msdyn_ChannelInstance_extendedentityid_cr65f_samplechannelinstance">
<EntityRelationshipType>OneToMany</EntityRelationshipType>
<IsCustomizable>0</IsCustomizable>
<IntroducedVersion>1.0.0.0</IntroducedVersion>
<IsHierarchical>0</IsHierarchical>
<ReferencingEntityName>msdyn_ChannelInstance</ReferencingEntityName>
<ReferencedEntityName>cr65f_samplechannelinstance</ReferencedEntityName>
<CascadeAssign>NoCascade</CascadeAssign>
<CascadeDelete>RemoveLink</CascadeDelete>
<CascadeReparent>NoCascade</CascadeReparent>
<CascadeShare>NoCascade</CascadeShare>
<CascadeUnshare>NoCascade</CascadeUnshare>
<CascadeRollupView>NoCascade</CascadeRollupView>
<IsValidForAdvancedFind>1</IsValidForAdvancedFind>
<ReferencingAttributeName>msdyn_extendedentityId</ReferencingAttributeName>
<RelationshipDescription>
<Descriptions>
<Description description="" languagecode="1033" />
</Descriptions>
</RelationshipDescription>
<EntityRelationshipRoles>
<EntityRelationshipRole>
<NavPaneDisplayOption>UseCollectionName</NavPaneDisplayOption>
<NavPaneArea>Details</NavPaneArea>
<NavPaneOrder>10000</NavPaneOrder>
<NavigationPropertyName>msdyn_extendedentityid_cr65f_samplechannelinstance</NavigationPropertyName>
<RelationshipRoleType>1</RelationshipRoleType>
</EntityRelationshipRole>
<EntityRelationshipRole>
<NavigationPropertyName>msdyn_ChannelInstance_extendedentityid_cr65f_samplechannelinstance</NavigationPropertyName>
<RelationshipRoleType>0</RelationshipRoleType>
</EntityRelationshipRole>
</EntityRelationshipRoles>
</EntityRelationship>
建立表單以公開設定欄位。
提示
包含如下所示圖示的影像: 可能會展開以顯示更多詳細資料。 選取影像以展開它。 若要關閉它,請按 Esc 鍵。
表單會在 Customer Insights - Journeys SMS 精靈中載入。 表單識別碼會透過管道定義步驟指派給 msdyn_channeldefinitionexternalformid 屬性。