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
*This post is locked for comments
I have the same question (0)