Discussion:
User Defined Fields
(too old to reply)
cjbstudent
2009-04-02 13:04:03 UTC
Permalink
Does anyone know how to query the user defined fields in the BCM SQL
database. I have found the table called "ContactUserFields" but all entries
appear in Binary and I cannot extract them for use?
k99ja04
2009-05-22 17:11:03 UTC
Permalink
I wrote a post in response to a more recent question so see that. But I
would query the predefined views. You want the ones with IMAPIView in the
title. i.e. ContactIMAPIView. Then in your query cast them to the
appropriate datatype.

SELECT CAST(UserField1 as nvarchar(50)) as IndustryName
FROM AccountIMAPIVIEW
Post by cjbstudent
Does anyone know how to query the user defined fields in the BCM SQL
database. I have found the table called "ContactUserFields" but all entries
appear in Binary and I cannot extract them for use?
Loading...