Translated Text record isn't being captured in update set

miro2
Mega Sage

 

Hi

I'm trying to capture translated country records in an update set. I changed the field type from String to Translated Text and manually added a record in sys_translated_text for a specific language. The translation works as expected.

The issue is that the record from Translated Text isn't being captured in the update set. Initially, I thought the problem might be due to a missing attribute, but this was added automatically.

miro2_0-1704640050411.png

miro2_1-1704640251716.png

 

Not sure what is causing the issue.

6 REPLIES 6

Bert_c1
Kilo Patron

Try adding the attribute: 'update_synch=true' to the Collection record in the dictionary for the 'sys_translated_text' table.  Then make a change to a record in that table and check that it is captured.

 

However, that failed for me. 😞

I suggest you export the desired records as xml, and then import them in another instance.

Narsing1
Mega Sage

Go to the List view of sys_translated_text table.

Filter with your  records to be added to update set.

use "Create Application Files" like this and it will be added to your update set.  No need to modify the dictionary.

Narsing1_0-1704646767688.png

Thanks

Narsing