Hi,
I need to change the label of a type. I tried to use the following command:
ALTER TYPE "ecm_treasury" MODIFY "ecm_treasury" (SET "label_text"='Treasury') PUBLISH
But it failed with the following error:
Error occured during query execution :[DM_QUERY2_E_DATA_DICT_ERROR_FOR_ATTR_A_C]error: "The following error(s) occurred processing an ALTER/CREATE statement for type ecm_treasury, attribute ecm_treasury."
That means I cannot change the lable of a type using DQL. I know I can change it using Composer. Is there any other approach to do the same?
Please share your knowledge and experience.
Thanks.
ta