parameter
This topic is part of the eventsubscriber SDF custom object documentation.
Each parameter structured field defines one condition used to filter subscribed events.
Fields
|
Name |
Type |
Required / Optional |
Description |
|---|---|---|---|
|
name |
string |
Required |
Name of the parameter used to filter subscribed events. The supported value is 'RECORDTYPE'. |
|
operator |
string |
Required |
Comparison operator for the parameter. The supported value is 'EQ'. |
|
value |
string |
Required |
Value to compare with the event context field. For the RECORDTYPE parameter, enter a record type ID. For standard record types, see generic_standard_recordtype. For custom record types, enter the custom record type script ID. |