Issue: Trying to copy a source language field value to target language field with metadata binding. Steps to reproduce:
- Added metadata bound filed to XML Translation Settings under //translationobject/copyfromsource/ishfields <ishfield name="FHWCHANGETYPETOPIC" level="lng"/>
- Create an object in source language and release it. Error in Translation management logs Create translations failed with error: Value type "value" is not allowed on field "FHWCHANGETYPETOPIC". Field has configured metadata binding and it's value type can only be 'id' or 'element' [f:1053 fe:FHWCHANGETYPETOPIC ft:Text]
- Add ishvaluetype attribute to config in step 1. ishvaluetype="id" get an error IshTranslationConfiguration The XML of IshTranslationConfiguration did not pass schema validation. The 'ishvaluetype' attribute is not declared.
Thanks in advance for your help