RE: Need Primary key in a custom work flow
Hi Aiden Kaskela (MVP)
I am not able to see my primary key in crm which is generated by sql itself.
When I make advanced find view. It is look like as shown below:
<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false">
<entity name="aw_mailchimp">
<attribute name="aw_mailchimpid" />
<attribute name="aw_name" />
<attribute name="createdon" />
<order attribute="axp_name" descending="false" />
<filter type="and">
<condition attribute="aw_mailchimpid" operator="eq" uiname="AXPulse" uitype="aw_mailchimp" value="{6A1C0CE4-8ACF-E611-999E-005056C00008}" />
</filter>
</entity>
</fetch>
I want to get aw_mailchimpid in my custom workflow. I know all the things that you told me and I am able to get all remaining fields of this table. How can I get aw_mailchimpid in my custom work flow?
Thank You