Hallo NG,
I have a little porblem with my Application.
I try to Show an CheckBoxList with all Columns, which exist in the Object
CRM Account or CRM Contact.
This is very easy as long the CRM only have standard fileds like name,
accountnumber or something.
But when the CRM have fileds like CFSManager, I can't use this stanard
schema, because this filed also schould be show.
So is there any possibility, to get the all fileds, which an CRM Object has
via Web Serivce or Database?

Thanks for help,
Andre Grumbach

Re: Read all Fileds/Columns from an CRM Object by Stephen

Stephen
Mon Nov 08 09:21:09 CST 2004

Andre,

The p_GetEntityAttributes 'entity' stored procedure (in the Meta database)
will return a list of all attributes. If I need to use it, I just write a
Web Service to query it.


Stephen

"Andre Grumbach" <andre.grumbach@.itvt.nospam.de> wrote in message
news:%23f4BTRXxEHA.1404@TK2MSFTNGP11.phx.gbl...
> Hallo NG,
> I have a little porblem with my Application.
> I try to Show an CheckBoxList with all Columns, which exist in the Object
> CRM Account or CRM Contact.
> This is very easy as long the CRM only have standard fileds like name,
> accountnumber or something.
> But when the CRM have fileds like CFSManager, I can't use this stanard
> schema, because this filed also schould be show.
> So is there any possibility, to get the all fileds, which an CRM Object
> has
> via Web Serivce or Database?
>
> Thanks for help,
> Andre Grumbach
>
>



Re: Read all Fileds/Columns from an CRM Object by Andre

Andre
Tue Nov 09 05:15:16 CST 2004

Is der no other way?
I would likle o try a suppported way to read the data from the CRM.
Reading directly from the SQL Database shouldn't be supported.
If there will be some changes like in version 2 we can't use this stored
procedure.

"Stephen Redmond" <stephen_at_crm.ie@newsgroup.nospam> schrieb im
Newsbeitrag news:OKhyOaaxEHA.3624@TK2MSFTNGP09.phx.gbl...
> Andre,
>
> The p_GetEntityAttributes 'entity' stored procedure (in the Meta database)
> will return a list of all attributes. If I need to use it, I just write a
> Web Service to query it.
>
>
> Stephen
>
> "Andre Grumbach" <andre.grumbach@.itvt.nospam.de> wrote in message
> news:%23f4BTRXxEHA.1404@TK2MSFTNGP11.phx.gbl...
> > Hallo NG,
> > I have a little porblem with my Application.
> > I try to Show an CheckBoxList with all Columns, which exist in the
Object
> > CRM Account or CRM Contact.
> > This is very easy as long the CRM only have standard fileds like name,
> > accountnumber or something.
> > But when the CRM have fileds like CFSManager, I can't use this stanard
> > schema, because this filed also schould be show.
> > So is there any possibility, to get the all fileds, which an CRM Object
> > has
> > via Web Serivce or Database?
> >
> > Thanks for help,
> > Andre Grumbach
> >
> >
>
>