The OOTB Sponsor attribute doesn't copy from idea to project conversion. I am getting error message when i try to add attribute mapping through XOG.
XML INPUT:
<?xml version="1.0" encoding="UTF-8"?>
<NikuDataBus xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../xog/src/webroot/WEB-INF/xog/xsd/nikuxog_objectMapping.xsd">
<Header action="write" externalSource="NIKU" objectType="objectMapping" version="8.0"/>
<objectMappings>
<objectMapping mappingCode="ideaToProjectMap" srcObjectCode="idea" destObjectCode="project">
<nls description="Map From Idea to Project" languageCode="en" name="ideaToProjectMap"/>
<attributeMappings>
<attributeMapping srcAttributeCode="obj_business_owner" destAttributeCode="obj_stakeholder1"/>
</attributeMappings>
</objectMapping>
</objectMappings>
</NikuDataBus>
Output
<?xml version="1.0" encoding="UTF-8"?>
<XOGOutput xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/status.xsd">
<Object type="objectMapping"/>
<Status elapsedTime="0.033 seconds" state="SUCCESS"/>
<Statistics failureRecords="1" insertedRecords="0" totalNumberOfRecords="1" updatedRecords="0"/>
<Records>
<Record>
<KeyInformation>
<column name="mappingCode">ideaToProjectMap</column>
<column name="srcObjectCode">idea</column>
<column name="destObjectCode">project</column>
</KeyInformation>
<ErrorInformation>
<Severity>FATAL</Severity>
<Description>XOG-3371: Failed to import object mapping.</Description>
<Exception><![CDATA[
java.lang.Exception: XOG-3378: Data type mismatch between the source attribute code "obj_business_owner" and the target attribute code "obj_stakeholder1".