We have implemented "CreateOnly:True" on our USync dictionary import so that it will only add new dictionary items and not modify any existing entries
At the moment we have a site that is using 2 languages:
English (US) and French
For this dictionary item, we only have a value for English at the moment:
Now we wanted to add values for the French side of things via the USync Dictionary Import but I wonder if there's away we can prevent overriding the English value?
Is there a way to just influence the French field?
What if we're doing it just from he config file? Like when a config file has a French value and the French field on the target instance has blank. How do we make it so that the French value in the config will update just the French value in the target instance.
Would we be able to use uSyncImportingItemNotification handler to influence what properties gets saved/ updated? We used this handler before but that's to exclude certain nodes from the import.
USync Dictionary Import Create Only
Hello,
We have implemented "CreateOnly:True" on our USync dictionary import so that it will only add new dictionary items and not modify any existing entries
At the moment we have a site that is using 2 languages:
English (US) and French
For this dictionary item, we only have a value for English at the moment:
Now we wanted to add values for the French side of things via the USync Dictionary Import but I wonder if there's away we can prevent overriding the English value?
Is there a way to just influence the French field?
Hi,
Its not something you can do with uSync on its own (well not easily) but You can do this with uSync.Complete.
If you have two servers, and the "Variant publish" option selected for a server
then when you push dictionary items to the other server, you can pick which languages to include
And then only the languages you update will be pushed, the other languages will not be overwritten.
Hi Kevin,
Thank you for your response.
What if we're doing it just from he config file? Like when a config file has a French value and the French field on the target instance has blank. How do we make it so that the French value in the config will update just the French value in the target instance.
Would we be able to use uSyncImportingItemNotification handler to influence what properties gets saved/ updated? We used this handler before but that's to exclude certain nodes from the import.
Regards,
Francis
is working on a reply...