I'm trying to create a report for my customized version of Account, and
I can't figure out how to add the notes field into the report. It
doesn't seem to be in the Account view in the sql(2005) db.
Any help would be greatly appreciated.

Simon

Re: Report with notes in crm 3.0 by John

John
Thu Dec 29 00:17:28 CST 2005

notes are stored in the annotationbase table

=========================
John O'Donnell
Microsoft CRM MVP


"Simon" <bolivar13@gmail.com> wrote in message
news:1135803798.372023.321870@g47g2000cwa.googlegroups.com...
> I'm trying to create a report for my customized version of Account, and
> I can't figure out how to add the notes field into the report. It
> doesn't seem to be in the Account view in the sql(2005) db.
> Any help would be greatly appreciated.
>
> Simon
>



Re: Report with notes in crm 3.0 by Simon

Simon
Fri Dec 30 12:04:20 CST 2005

Thanks, Don't know how I missed that.