Dear Dctm Folks,
I need your help on resolving the issue in Form Adaptor.
I need to modify the query present in the existing dmc_xfm_adaptor_config object as it is causing an issue.
I got parser error while trying to update the object using below query:
UPDATE dmc_xfm_adaptor_config OBJECTS
SET param_value = 'select emp.attr1 as emp_id from dm_dbo.EMPLOYEE emp where emp.emp_code='${empcode}''
WHERE r_object_id='091e867581771bb1';
The issue is due to presence of $ symbol in the query.
Your inputs and suggestions will be highly important to me!!!!!
Thanks and Regards,
Ganesh Kumar