7.4 Adapter Properties
This topic provides information on adapter properties.
The mapping of all such values between OBDX and OBCM can be found/maintained using the below script:
select * from DIGX_FW_CONFIG_ADAPTER_PROP_B where host_id like 'CMS%' and transaction_type
not in ('ALL');
SELECT r.resource_value, c.Prop_id, c.prop_value
FROM digx_cfg_Config_all_b c JOIN digx_fw_resource_bundle r ON r.resource_name LIKE '%' || c.Prop_id || '%'
WHERE c.module = 'cms' AND c.prop_id LIKE 'CashManagementAdapterImplConfig%';Parent topic: Cash Management System