Hi, are we able to use alias for attributes? It seems like fullname attribute disappear if I use alias.
<fetch mapping="logical" output-format="xml-platform" version="1.0" distinct="false" >
<entity name="contact" >
<attribute name="fullname" alias="aliasname" />
</entity>
</fetch>
*This post is locked for comments
I have the same question (0)