Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 55831

Column Mapping within SQL

$
0
0

Hi all,

I am trying to get a list of the field names (as they exist on the form) and what database column name that relates to.  A little bit like the screen you get on advanced find when you are selecting the columns you require.

So far i have this

select TargetAttributeName, SourceAttributename,*
from [dbo].[ColumnMapping]
where targetEntityName = 'Contact'
and targetAttributeName like '%state%'

But it seems that i am getting lots of results - and i am thinking perhaps this isnt the correct table (this seems to be something to do with exports?).  Could someone point me in the correct direction for the right table.

Thanks in Advance.

Dan


Viewing all articles
Browse latest Browse all 55831

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>