Re: Custom fields more flexible by Matt
Matt
Mon Nov 29 13:11:06 CST 2004
While it's true that support may be an issue, it does NOT mean that MS will not
support you. They will do their best, but if they decide that the change you
made is the cause of the problem, then they may decide they can't help.
Matt Parks
MVP - Microsoft CRM
----------------------------------------
----------------------------------------
On Mon, 29 Nov 2004 10:09:48 -0800, "Steve Chambers"
<SteveChambers@discussions.microsoft.com> wrote:
I would recommend in the strongest possible terms that you not do this. It
is totally unsupported, which means, among other things, that if you have
problems with your system, that MS will not support you.
Also, when the next version of CRM comes along, your upgrade will be a
nightmare.
There is some likliehood that this issue will be addressed in future versions.
Steve C.
"Hendri Irawan" wrote:
> the information below is UNSUPPORTED by Microsoft
> check the metabase database
> find table attribute
> look at fields ValidForCreateAPI, ValidForUpdateAPI, ValidForReadAPI
> those are flags to indicate user access to the attribute
> ValidForCreateAPI ---> enable/disable user to edit the field/attribute upon
> creation of new record
> ValidForUpdateAPI ----> enable/disable user to edit the field/attribute upon
> editting record
> ValidForReadAPI ----> enable/disable user to view the field/attribute
>
> Note: this three flags has direct consequences to ALL FIELDS, so use them
> wisely
>
> henyung
>
>
>