Hi All,
I have a custom object type custom_record to which an aspect dmc_prm_physical_proxy is attached. current_location_m is a custom attribute of object type custom_record and current_location_id is an attribute of aspect dmc_prm_physical_proxy. I would like to update the values for attributes current_location_m and current_location_id using DQL query.
I used the below DQL query to update the values, but received an error message.
update custom_record objects set current_location_m='Offsite Storage', set dmc_prm_physical_proxy.current_location_id='0b011cd78010458e' where r_object_id='0b011cd7806fa347'
Error:
Error occured during query execution :[DM_QUERY_E_SYNTAX]error: "A Parser Error (syntax error) has occurred in the vicinity of: update pwc_rms_record objects set current_location_m='Offsite Storage', set dmc_prm_physical_proxy."
Can you please help me out to update the value of aspect attribute using a DQL. Any help is greatly appreciated.
Thanks & Regards,
Umesh