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 09:20 AM - edited 01-07-2024 09:22 AM
Hi @Narsing1
When I added records as Application files, it created records with the Metadata Snapshot type.
I'm not sure if this is the correct way to capture those records in an update set (I used this method to capture credentials, for example). Normally, when I translate records in a custom table within the HR scope, records are captured in the update set as expected.
Do you know why it doesn't work like that when translating records from core_country?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2024 09:33 AM
You can rely on this process and it will capture that record.
Also, you can observe the customer update record payload.. should be something like this which means, it captured properly.
Thanks,
Narsing