I don't understand why ... but that's the case. M...
# sdf
d
I don't understand why ... but that's the case. Makes things disconnected. I can't sets my own key, but I can derive it from the scriptid ,,, but converted to UPPERCASE.
a
Hello Darren, can you provide a couple of code snippets that illustrate the problem?
d
In my 'collection' xml, I'll have this string
Copy code
<string scriptid="greeting">
	<defaulttranslation>Hello</defaulttranslation>
</string>
But, in script, I reference that string like ...
Copy code
var handle = translation.load({
	collections: [
		{ collection: 'custcollection_test', alias: 'labels', keys: ['GREETING'] }
	]
});

log.audit('', handle.labels.GREETING());
I would have thought I could use
handle.labels.greeting()
. Perhaps I'm missing something?