hey team, I have a client who'd like to start tracking their translations using SDF. I've played around with translation collections and xlffs and made some test deployments.
• I was stumbling into a "_Details: All term references must be to terms in translationcollection objects in the same SDF project. Terms cannot be referenced in other SDF projects, bundles, or SuiteApps."_ upon adding an <object>custcollection.scriptid</object> reference to the manifest, suggested by validation tool, even though the
custcollection
was clearly in same project and correct script id being used. Simply including the
custcollection
in the deploy bypasses the issue and translations are deployed successfully.
• The account I'm working with has a huge list of standalone strings that may have been entered manually over time by the user. Would anyone know of the recommended way to fetch the entire list of translation strings programmatically?