Hi all,
How may I get primary field UI name in c#?
<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false">
<entity name="quote">
<attribute name="name" />
<attribute name="customerid" />
<attribute name="statecode" />
<attribute name="totalamount" />
<attribute name="quoteid" />
<attribute name="createdon" />
<order attribute="name" descending="false" />
<filter type="and">
<condition attribute="quoteid" operator="eq" uiname="2" uitype="quote" value="{70331B62-7FAA-E611-AC7D-005056C00008}" />
</filter>
</entity>
</fetch>
Thank You
*This post is locked for comments
I have the same question (0)