Translated Text record isn't being captured in update set
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2024 07:12 AM - edited 01-07-2024 07:13 AM
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.
Not sure what is causing the issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2024 07:38 AM - edited 01-07-2024 07:42 AM
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. 😞
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2024 08:05 AM
Hi @Bert_c1
same for me, I cannot add it. Also, it's not recommended.
Checking which records will be captured within an Update Set - Support and Troubleshooting (servicen...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2024 04:33 PM
I suggest you export the desired records as xml, and then import them in another instance.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2024 09:00 AM
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.
Thanks
Narsing