Hello,
Is there a way to translate text attributes? I’m currently working on a translation project and was able to find, for example, how Acumatica saves translations for item descriptions and where translations for multi-combo attributes are stored. However, is there a way to translate text attributes?
We have multiple text attributes assigned to different stock item classes:
I tried collecting unbound strings in the screen SM200540, but the values for the text attributes are not showing up:
I believe that Acumatica DB is prepared to store translations for this kind of attributes, but not sure how to do it:
I need to create GIs to export the original text in English along with the translations. So far, I’ve created views for the KvExt tables to use them in DACs and have the information available in the GIs. However, I would like to understand if I can populate the translation somehow using the standard solution for text attributes