Is there any safe way to update a custom field in the Accounts on CRM without
using .Net programming or expensive software like Scribe.

We need to update a flag custom field using info from another database. I
know how to do it using ODBC link in Access to the CRM table, but I also know
this is not recommended due to security in CRM. But we do not have any other
options right now.

Giving that this is not part of the default fields in CRM, and we are only
updating not adding or deleting, are there really any issues to worry about.
If so, is there another option.

Thanks,
Malcolm

Re: updating a custom field in Accounts from another SQL database by Matt

Matt
Mon Jul 10 22:51:34 CDT 2006

If the field is a basic type (ie. not a GUID), then you are usually safe.
However, you need to be aware that this update will bypass any callouts and
possibly workflow checks that are dependant on the record update. This may
or may not be an issue for you.

--

Matt Parks
MVP - Microsoft CRM


"Malcolm" <Malcolm@discussions.microsoft.com> wrote in message
news:7EB15BEA-7BEB-4F1A-B988-26ABDF216408@microsoft.com...
Is there any safe way to update a custom field in the Accounts on CRM
without
using .Net programming or expensive software like Scribe.

We need to update a flag custom field using info from another database. I
know how to do it using ODBC link in Access to the CRM table, but I also
know
this is not recommended due to security in CRM. But we do not have any other
options right now.

Giving that this is not part of the default fields in CRM, and we are only
updating not adding or deleting, are there really any issues to worry about.
If so, is there another option.

Thanks,
Malcolm