Remote request parameter table
The Remote Request Parameter [sn_ind_rmt_help_request_param] table stores all parameters that can be used across all remote request definitions.
Remote Request Parameter table
The Remote Request Parameter [sn_ind_rmt_help_request_param] table has the following features:
- Extends the Application File [sys_metadata] table that uses the update_synch dictionary attribute to enable customizations. For more information, see Customizations tracked by update sets.
- Models a request parameter originating from an EMR system.
Role required to configure the table: sn_ind_rmt_help.admin.
| Field | Data type | Description |
|---|---|---|
| Active | True/False | Sets the parameter as active to be used in a request definition. |
| Domain | Domain ID | The domain associated with this record. |
| ID | String | Unique identifier for this parameter that is utilized in a request definition. |
| Name | String | Name of this remote request parameter. |
| Sensitive Data | True/False | Used to classify whether the information received by this parameter is sensitive or not. Note: Fields marked as true should only be mapped to data columns that have column level encryption enabled. |
| Source system | String | Represents the EMR system that this parameter supports. To support all EMR systems, set this field to any. |
Parent Topic:EMR Help data model tables