Re: Any limit to custom CRM fields by Matt
Matt
Tue Sep 09 11:47:52 CDT 2003
Simon,
While you could modify the existing columns sizes directly via SQL, I don't
know that I'd recommend doing it. You don't know what kind of problems you
might introduce when a user actually enters more characters than the DB is
setup to handle. There is probably a way to change the metabase to indicate
this change, but you would be in unsupported territory. There is also the
problem of replication. You would need to ensure that the change gets
replicated ot the client Outlook Client MSDE datastore.
I agree that additional functionality would be nice, but am afraid there
hasn't been any word on whether or not we can expect features like you
describe anytime soon.
Matt
"Simon Storr" <sstorr@sdasolutions.com> wrote in message
news:%23u7lZBtdDHA.1932@TK2MSFTNGP10.phx.gbl...
We've already hit the limit for the Contacts table after only 14 fields
(most of which are ints or picklists) - surprising to say the least. But
looking at the existing schema the field sizes are way too big (50 chars for
fax, 150 for email addresses etc.) - what would be the consequences of
reducing some of these field sizes? We also REALLY need the ability to add
tables and edit existing user-defined fields at least! It is extremely
limiting at the moment.
Simon
"lindad" <lindad@icsadvantage.com> wrote in message
news:03ee01c36541$18c32e30$a601280a@phx.gbl...
> There is an 8K limit per record; the SQL limit. So, the
> number of characters already used for a particular record
> type dictates how many remain. For example, the Account
> object is defined out of the box to use more characters
> than a Competitor object. The fewest characters are
> available for the Contact Object.
>
> There is a doc that describes each record type, the pre-
> defined fields and field types and the number of
> characters already used. Think it's on the Microsoft CRM
> Documentation CD.
>
> Most objects may have custom fields added, but not all
> (activities for example can't be modified using
> conventional methods - using the SDK there is more
> latitude I understand).
>
> Once you add a custom field it cannot be deleted nor
> modified. You cannot delete nor modify existing fields.
> You cannot add lookup fields. Hope this helps.
>
> Linda Dienberg
> Microsoft CRM
> Certified Instructor/Professional
> ICS Advantage
> 630-566-8386
> >-----Original Message-----
> >Anybody konw what, if any, limit there is on adding
> custom
> >fields? And Why? All or specific objects?
> >.
> >