I got a challenge from my colleague at CRMK:
I need to set owners on accounts with a team with the same name as the account.
Mia @ CRMK
Is that even possible??
Yes, it actually is.
Simplest query
I start with a very simple query to get all Accounts:
<fetch>
<entity name='account'>
<attribute name='name' />
<attribute name='ownerid' />
</entity>
</fetch>
New…
Continue Reading Jonas Rapp’s Article on their blog
FetchXML improve for us to achieve more
I got a challenge from my colleague at CRMK: I need to set owners on accounts with a team with the same name as the account. Is that even possible?? Yes, it actually is.
Blog Syndicated with Jonas Rapp’s Permission

