MY Fetch xml is as follows and i'm using fetchUtil to fetch results. But in the results link entity results are always concatenated with schema name. How get string values without schema name ?
<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false">
<entity name="xxx_opportunityresource">
<attribute name="xxx_opportunityresourceid" />
<attribute name="xxx_name" />
<order attribute="xxx_name" descending="false" />
<filter type="and">
<condition attribute="xxx_opportunity" operator="eq" uiname="First Opp" uitype="opportunity" value="{7904E53C-A7AB-E111-8DF0-00155D01AB06}" />
<condition attribute="xxx_opportunityresourcestatus" operator="eq" value="5" />
</filter>
<link-entity name="xxx_consultant" from="xxx_consultantid" to="xxx_resource" visible="false" link-type="outer" alias="a_7cb2d7e74eabe1118df000155d01ab06">
<attribute name="xxx_fullname" />
</link-entity>
Result comes in following format
stex_fullnamestex_consultantJohn Mark John"