mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 11:43:26 +08:00
12 lines
801 B
XML
12 lines
801 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<PlatformEventChannelMember xmlns="http://soap.sforce.com/2006/04/metadata">
|
|
<!-- Optional: add one <enrichedFields><name>FIELD_API_NAME</name></enrichedFields> per field. Single-hop API names only (e.g. OwnerId, ParentId, MyLookup__c, Region__c). -->
|
|
|
|
<!-- Default CDC channel: ChangeEvents (no path prefix). For a custom channel, use its DeveloperName, e.g. PartnerSync__chn. -->
|
|
<eventChannel>ChangeEvents</eventChannel>
|
|
<!-- Optional: add <filterExpression>YOUR_PREDICATE</filterExpression> if needed (predicate body only, no WHERE keyword). -->
|
|
|
|
<!-- ChangeEvent entity name. Standard: <Object>ChangeEvent. Custom: replace __c with __ChangeEvent. -->
|
|
<selectedEntity>AccountChangeEvent</selectedEntity>
|
|
</PlatformEventChannelMember>
|