repeating attributes update
Hi, I m trying to execute the below dql update tcs_tax_location_tax_map object append fya = (select reviewer_level_1 from tcs_tax_loc_tax_role_map where tax_id_fk=1 and location_id_fk=96) where location_id_fk =96 and tax_id_fk =1) Here fya is a repeating attribute and reviewer_level_1 is also a repeating attribute. This is…