Milcho Dimkov
12/08/2023, 10:09 AMAll term references must be to terms in translationcollection objects in the same SuiteCloud project. Terms cannot be referenced in other SuiteCloud projects, bundles, or SuiteApps.
Thanks!Ryan Valizan
12/08/2023, 2:30 PMtranslationscollection
objects within the same SDF project. Unfortunately, terms cannot be shared across different SDF projects, bundles, or SuiteApps.
To resolve this, ensure that all term references within your SDF project point to terms defined in the translationscollection
of the same project. If the terms are defined in a separate project, you'll need to include them in your current project's translationscollection
. If you're working with terms that need to be shared across multiple projects, you'll have to include these terms in each individual project or consider centralizing where these terms are managed.Jeff Subat
12/08/2023, 9:30 PMMilcho Dimkov
12/09/2023, 7:52 AMRyan Valizan
12/09/2023, 4:09 PMsdfcli exportobjects -type translationcollection -scriptid custom_translation_id -destination /path/to/destination
To import terms into the sandbox environment:
sdfcli importobjects -type translationcollection -scriptid custom_translation_id -path /path/to/source
Make sure to replace custom_translation_id with the actual script ID of your translation collection and set the correct paths. Always back up your data before performing these operations.Ryan Valizan
12/09/2023, 4:12 PMJeff Subat
12/09/2023, 10:00 PMRyan Valizan
12/09/2023, 10:25 PMAaron Lozier
12/13/2023, 12:06 AMmanifest.xml
(Even project:adddependencies
adds them just fine, but the vaidation still fails)Jeff Subat
12/13/2023, 12:10 AMkarlenigma
01/12/2024, 10:22 AM