_partner_entity_id is getting blank
Hi All,
We are facing issue that "_partner_entity_id" is getting blank even we have value in "Partner Standard Price Book Entry Id:" for respective part in data base. This is causing issue while integrating to salesforce- in integration xsl "Pricebook_Entry__c" is returned as blank. Any idea why this is happening?
Integration XSL Mapping:
<Pricebook_Entry__c>
<xsl:value-of select="$sub_doc/_partner_entity_id"/>
</Pricebook_Entry__c>
1