Pages

Search

Microsoft CRM - Visual Basic or .net

Microsoft CRM - Visual Basic or .net


Visual Basic or .net

Posted: 09 Jan 2005 04:49 AM PST

It also depends on what changes you want to make. Many changes are possible
using the provided tools w/o any needed programming. For instance, you can add
fields to the tables and modify the forms w/o any programming. You also have
acces to the Workflow w/o using the SDK.

If, however, you need to go beyond this, the SDK is a good start, as is
searching the archives of this group.

Matt Parks
MVP - Microsoft CRM

----------------------------------------
----------------------------------------
On Sun, 9 Jan 2005 11:25:02 -0800, Frank Lee
<microsoft.com> wrote:

..NET is way to go for Microsoft CRM

Lots of code sample out there for Microsoft CRM in VB.NET and C# (.NET).

Check out the SDK link:
http://www.microsoft.com/downloads/details.aspx?FamilyID=044a98b7-62a1-45a0-8816-45f084b0f63b&DisplayLang=en

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/CrmSdk1_2/htm/v1d2microsoftcrmversion12sdk.asp


Good luck.


Frank Lee
Workopia, Inc.
http://www.workopia.com/Links.htm
San Francisco, CA

"Robert" wrote:
 

MultiCurrency Issue

Posted: 09 Jan 2005 02:25 AM PST

Hi,

Thanks for your reply.
I didn't find the topic in MS CRM General issues.
Would you please give the direct link to the topic?

regards,
Sassan

"Frank Lee" wrote:
 

Using variables in activities generated by workflow

Posted: 07 Jan 2005 07:23 PM PST

This is perfect. It will save me a heap of work.

Thanks a million.

Gill




"Gill" wrote:
 

CRM 1.2 Reports using external data...

Posted: 07 Jan 2005 12:54 PM PST

Hi,

found an earlier post and you guys may like to try it out. Pls reply if you
have any positive results.


----- Original Message -----
From: "Peter Lynch" <com.SPAMFREE>
Newsgroups: microsoft.public.crm
Sent: Friday, December 10, 2004 12:30 AM
Subject: Re: data sources for Crystal Reports

 


Best way to massive assign picklist value for all Accounts

Posted: 07 Jan 2005 12:29 PM PST

If it's a simple data field like this, then you are usually safe doing a direct
database update. So, you could issue a command like:

update accountbase
set customertypecode = 1 (or whatever value you want).

Matt Parks
MVP - Microsoft CRM

----------------------------------------
----------------------------------------
On Fri, 7 Jan 2005 12:29:03 -0800, "Chuck47" <microsoft.com>
wrote:

What is the best method to do a massive assign of a picklist value for all
Accounts. Example: All Accounts are Customers
When you have 40000 Accounts assigning 100 records at a time would be tedious.

Workflow Monitor "Localhost" Logon Error

Posted: 07 Jan 2005 11:11 AM PST

Matt,

Thanks for your reply.

How do I login to the CRM web system? What is the URL address?
I'm not sure about licenses, since, this installation is from MSDN Universal?
How do I assign CRM System Admin role?

Charles

"Matt Parks" wrote:
 

Customer Address Mass Delete

Posted: 07 Jan 2005 10:59 AM PST

Thanks Matt, didnt knew about the DeletionStateCode! It's available for all
entities?

I deleted all the Accounts, and remapped the DTS to include the 1st 2
addresses in the migration of the Accounts.

All the best,
Hugo

"Matt Parks" wrote:
 

SQL Error during data migration

Posted: 07 Jan 2005 09:03 AM PST

Hi to all,

i managed to fix this error.
For the benefit of other readers the error was caused by an actived
Attribute of the account entity which should not be actived anytime. It was
the "AccountId" Attribute which had MigrationCode = 1. Changed this to 0 and
everything worked fine again.

Kind regards
Alex


Inability to design functional reports or workflow processes

Posted: 06 Jan 2005 12:21 PM PST

It is frustrating. In our case I used Live to start the ball rolling under
the auspices that it would take one month without activity before we could
start realizing any results.
I utilized a case with Microsoft on this issue and the only thing that they
came up with is that 2.0 should take care of this issue.

"MattNC" wrote:
 

Mail sent through CRM not showing up in Outlook Inbox

Posted: 06 Jan 2005 11:51 AM PST

MattNC,
Thanks for the info, but we found that the problem was the
CRMMailQueue.exe had stopped and we had to start and then re-start the
service. Mail is now being sent through CRM and Outlook. Thanks again for
your quick response. Have a good one.

"MattNC" wrote:
 

Problem installing SFO with VPN user

Posted: 06 Jan 2005 10:57 AM PST

last one

make sure the user is a local admin on their machine

--
John O'Donnell
Microsoft CRM MVP
http://www.microsoft.com/BusinessSolutions/Community/CRMFaqLanding.aspx


"John O'Donnell" <com-nospam> wrote in
message news:phx.gbl... 
it 
help 


CRM ERROR 1053 when trying to start MSCRM Security Service.

Posted: 05 Jan 2005 08:45 PM PST

Domain controllers are a mixture of 2003 and 2000. Our network was 2000. Weve
added a 2003 domain controller to the domain as we are going through an
upgrade. Our current crm is on 2000 and we are trying to move it to a 2003
server.


"John O'Donnell" wrote: