05/26/2023 05:24 AM
Hi
In version 23.4 label editor finds labels only with their technical name.
If i see on some page label i want to change, how can i know it's technical name so i can find it in "label management" -page?
Regards
Riku
05/27/2023 09:22 AM
I hope someone from Saviynt provides an official solution to this, but here is how I do it:
You can make this call in Postman and get all the labels and their technical names for given locale:
/ECMv6/api/idw/messageProperties/retrieveMessages?locale=en
This call is not officially in their REST API but I dug this out from Chrome's debug tools so it may stop working at any time.
05/28/2023 10:38 PM
Hi
Thanks @yogesh for this nice trick. 🙂
I hope Saviynt has some more user frindly way to do this?
Regards
Riku
05/29/2023 08:03 PM
I have already raised idea for same
https://ideas.saviynt.com/ideas/EIC-I-4218
meanwhile running below query from data analyzer should solve your issue
select * from message_properties where message_value='Applications'