How to find correct label to change UI text

Riku
Regular Contributor
Regular Contributor

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?

Riku_0-1685103869505.png

 

 

Regards

Riku

3 REPLIES 3

yogesh
Regular Contributor III
Regular Contributor III

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

yogesh_0-1685204346217.png

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.

Riku
Regular Contributor
Regular Contributor

Hi

Thanks @yogesh for this nice trick. 🙂

I hope Saviynt has some more user frindly way to do this?

Regards

Riku

rushikeshvartak
All-Star
All-Star

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'


Regards,
Rushikesh Vartak
If the response is helpful, please click Accept As Solution and kudos it.