You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to support the translation view APEX_APPLICATION_TRANS_MAP. The catch is that it doesn't contain a column application_id. Instead it has primary_application_id. Though this could be easily added in, need to see if we need to map the child applications for translations.
The text was updated successfully, but these errors were encountered:
In the APEX_APPLICATION_TRANS_MAP table , the PRIMARY_APPLICATION_ID is the APPLICATION_ID.
This table is used for mapping the different translated languages and associating a translated application ID that will be generated during the translation process (Publish).
I think that it would be useful to see if the mapping has changed or if the image directory has changed.
So the following columns should be extracted for compare :
Need to support the translation view
APEX_APPLICATION_TRANS_MAP
. The catch is that it doesn't contain a columnapplication_id
. Instead it hasprimary_application_id
. Though this could be easily added in, need to see if we need to map the child applications for translations.The text was updated successfully, but these errors were encountered: