Question

Saving lookup translations

I added an entity inheriting from Base lookup,  let's call it Registration status. Then I added a new lookup in Studio->Lookups - Registration statuses and from this interface I added two status instances - Registered and Unregistered. Then I wanted to translate the lookup name and the names of the statuses. I added appropriate records to tables SysLookupLcz and SysUsrRegistrationStatusLcz.

Now I want to save the rows from these tables in a Data package, so that they get saved in our code repository but I cannot find the tables in the drop down. I know that there's another table called Translation and that the translated strings that I created are there but the table has tens of thousands of rows and it's difficult to find my strings there. What should I do? Is it possible to save rows from tables SysLookupLcz and SysUsrRegistrationStatusLcz directly or do I have to save, carefully filtered, data from the Translation table?

Like 0

Like

1 comments

Never mind, I haven't realized that the translations get saved automatically when you save data from the base table (UsrRegistrationStatus and Lookup in my case). I'm leaving the question in case someone else searches for that topic.

Show all comments