I can easily import Leads or Contacts into CRM - but is there a way to
import Accounts ?

At the moment, we import leads and then convert them - but it takes a long
time to do this.

Thanks

Ian

RE: Adding Accounts by KjellSJ

KjellSJ
Tue May 03 09:25:02 CDT 2005

You can use the MSCRM Data Migration Framework for first time import of
accounts. This fw is not "easy" and cannot be used to update existing
records, only to import new records.

Check out http://www.scribesoft.com/Products/InsightForMSCRM.asp for a
solution that supports continuous data integration.

KjellSJ
http://kjellsj.blogspot.com


"Ian Kelsall" wrote:

> I can easily import Leads or Contacts into CRM - but is there a way to
> import Accounts ?
>
> At the moment, we import leads and then convert them - but it takes a long
> time to do this.
>
> Thanks
>
> Ian
>
>
>
>

Re: Adding Accounts by BizWorld

BizWorld
Mon May 09 14:06:36 CDT 2005

This is a multi-part message in MIME format.

------=_NextPart_000_0027_01C554A8.B369EE30
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi Ian,

You can easily import Accounts in CRM but this is a time consuming =
task.
But if your data is less then you can easily handle this.=20

1- Insert all of your Accounts data into some temporary table in CRM SQL =
DB..........Dont forget to add ID column with increment 1....
2- Just create your desired accounts through CRM Create Account module =
with name just 1,2,3,4 etc.=20
Req field is only Account name so it takes 5 minutes to create 100 =
accounts.

3. Write a Cursor which will pick all of your AccountBase table data. =
Dont forget to write an additional Identity()

SELECT IDENTITY(int, 1,1) AS ID_Num , [Name] Into #TempAct from =
AccountBase
Use #TempAct table in Cursor.=20

In Cursor just use Update AccountBase Table with only columns that you =
need to update like=20
Name, PhoneNumbers etc....You have to make InnerJoin with 1st Temp table =
to pick the data.=20
Both TempTable has Identity column to relate.=20

If you are a good SQL Dev then you will do it............

Other Three Approaches are

1- ScribeSoft
2- DMF
3- CRM API.=20

BUT If you need only Accounts then use the above way. If your migration =
contains several task then go for the of three options.

Regards,

BizWorld

"Ian Kelsall" <ian.kelsall@crmnews.com> wrote in message =
news:um9aFl7TFHA.616@TK2MSFTNGP12.phx.gbl...
>I can easily import Leads or Contacts into CRM - but is there a way to
> import Accounts ?
>=20
> At the moment, we import leads and then convert them - but it takes a =
long
> time to do this.
>=20
> Thanks
>=20
> Ian
>=20
>=20
>
------=_NextPart_000_0027_01C554A8.B369EE30
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2900.2627" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=3DArial size=3D2>Hi Ian,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>You&nbsp; can easily import Accounts in =
CRM but=20
this is a time consuming task.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>But if your data is less then you can =
easily handle=20
this. </FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>1- Insert all of your Accounts data =
into some=20
temporary table in CRM SQL DB..........Dont forget to add ID column with =

increment 1....</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>2- Just create your desired accounts =
through CRM=20
Create Account module with name just 1,2,3,4 etc. </FONT></DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; Req field is only =
Account name=20
so it takes 5 minutes to create 100 accounts.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>3. Write a Cursor which will pick all =
of your=20
AccountBase table data. Dont forget to write an additional=20
Identity()</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2><FONT face=3DArial><STRONG><FONT =
color=3D#808080>SELECT&nbsp;=20
IDENTITY(int, 1,1) AS ID_Num , [Name] Into #TempAct from=20
AccountBase</FONT></STRONG><BR>Use </FONT></FONT><FONT face=3D"Times New =
Roman"=20
size=3D3>#TempAct table in Cursor. </FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>In Cursor just use Update AccountBase =
Table with=20
only columns that you need to update like </FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Name, PhoneNumbers etc....You have to =
make=20
InnerJoin with 1st Temp table to pick the data. </FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Both TempTable has Identity column to =
relate.=20
</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>If you are a good SQL Dev then you will =
do=20
it............</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Other Three Approaches are</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>1- ScribeSoft</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>2- DMF</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>3- CRM API. </FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>BUT If you need only Accounts then use =
the above=20
way. If your migration contains several task then go for the of three=20
options.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Regards,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>BizWorld</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>"Ian Kelsall" &lt;</FONT><A=20
href=3D"mailto:ian.kelsall@crmnews.com"><FONT face=3DArial=20
size=3D2>ian.kelsall@crmnews.com</FONT></A><FONT face=3DArial =
size=3D2>&gt; wrote in=20
message </FONT><A =
href=3D"news:um9aFl7TFHA.616@TK2MSFTNGP12.phx.gbl"><FONT=20
face=3DArial =
size=3D2>news:um9aFl7TFHA.616@TK2MSFTNGP12.phx.gbl</FONT></A><FONT=20
face=3DArial size=3D2>...</FONT></DIV><FONT face=3DArial size=3D2>&gt;I =
can easily=20
import Leads or Contacts into CRM - but is there a way to<BR>&gt; import =

Accounts ?<BR>&gt; <BR>&gt; At the moment, we import leads and then =
convert them=20
- but it takes a long<BR>&gt; time to do this.<BR>&gt; <BR>&gt; =
Thanks<BR>&gt;=20
<BR>&gt; Ian<BR>&gt; <BR>&gt; <BR>&gt;</FONT></BODY></HTML>

------=_NextPart_000_0027_01C554A8.B369EE30--


Re: Adding Accounts by Ian

Ian
Fri May 13 03:15:44 CDT 2005

This is a multi-part message in MIME format.

------=_NextPart_000_0014_01C5579C.57753160
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Thanks,

we will take a look.

Regards

Ian
"BizWorld" <moonis.tahir@gmail.com> wrote in message =
news:eZw1LpMVFHA.3544@TK2MSFTNGP10.phx.gbl...
Hi Ian,

You can easily import Accounts in CRM but this is a time consuming =
task.
But if your data is less then you can easily handle this.=20

1- Insert all of your Accounts data into some temporary table in CRM =
SQL DB..........Dont forget to add ID column with increment 1....
2- Just create your desired accounts through CRM Create Account module =
with name just 1,2,3,4 etc.=20
Req field is only Account name so it takes 5 minutes to create 100 =
accounts.

3. Write a Cursor which will pick all of your AccountBase table data. =
Dont forget to write an additional Identity()

SELECT IDENTITY(int, 1,1) AS ID_Num , [Name] Into #TempAct from =
AccountBase
Use #TempAct table in Cursor.=20

In Cursor just use Update AccountBase Table with only columns that you =
need to update like=20
Name, PhoneNumbers etc....You have to make InnerJoin with 1st Temp =
table to pick the data.=20
Both TempTable has Identity column to relate.=20

If you are a good SQL Dev then you will do it............

Other Three Approaches are

1- ScribeSoft
2- DMF
3- CRM API.=20

BUT If you need only Accounts then use the above way. If your =
migration contains several task then go for the of three options.

Regards,

BizWorld

"Ian Kelsall" <ian.kelsall@crmnews.com> wrote in message =
news:um9aFl7TFHA.616@TK2MSFTNGP12.phx.gbl...
>I can easily import Leads or Contacts into CRM - but is there a way =
to
> import Accounts ?
>=20
> At the moment, we import leads and then convert them - but it takes =
a long
> time to do this.
>=20
> Thanks
>=20
> Ian
>=20
>=20
>
------=_NextPart_000_0014_01C5579C.57753160
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1498" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Thanks,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>we will take a look.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Regards</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Ian</FONT></DIV>
<BLOCKQUOTE=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"BizWorld" &lt;<A=20
href=3D"mailto:moonis.tahir@gmail.com">moonis.tahir@gmail.com</A>&gt; =
wrote in=20
message <A=20
=
href=3D"news:eZw1LpMVFHA.3544@TK2MSFTNGP10.phx.gbl">news:eZw1LpMVFHA.3544=
@TK2MSFTNGP10.phx.gbl</A>...</DIV>
<DIV><FONT face=3DArial size=3D2>Hi Ian,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>You&nbsp; can easily import Accounts =
in CRM but=20
this is a time consuming task.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>But if your data is less then you can =
easily=20
handle this. </FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>1- Insert all of your Accounts data =
into some=20
temporary table in CRM SQL DB..........Dont forget to add ID column =
with=20
increment 1....</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>2- Just create your desired accounts =
through CRM=20
Create Account module with name just 1,2,3,4 etc. </FONT></DIV>
<DIV><FONT face=3DArial size=3D2>&nbsp;&nbsp;&nbsp; Req field is only =
Account name=20
so it takes 5 minutes to create 100 accounts.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>3. Write a Cursor which will pick all =
of your=20
AccountBase table data. Dont forget to write an additional=20
Identity()</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2><FONT face=3DArial><STRONG><FONT =
color=3D#808080>SELECT&nbsp;=20
IDENTITY(int, 1,1) AS ID_Num , [Name] Into #TempAct from=20
AccountBase</FONT></STRONG><BR>Use </FONT></FONT><FONT face=3D"Times =
New Roman"=20
size=3D3>#TempAct table in Cursor. </FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>In Cursor just use Update AccountBase =
Table with=20
only columns that you need to update like </FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Name, PhoneNumbers etc....You have to =
make=20
InnerJoin with 1st Temp table to pick the data. </FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Both TempTable has Identity column to =
relate.=20
</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>If you are a good SQL Dev then you =
will do=20
it............</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Other Three Approaches =
are</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>1- ScribeSoft</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>2- DMF</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>3- CRM API. </FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>BUT If you need only Accounts then =
use the above=20
way. If your migration contains several task then go for the of three=20
options.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Regards,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>BizWorld</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>"Ian Kelsall" &lt;</FONT><A=20
href=3D"mailto:ian.kelsall@crmnews.com"><FONT face=3DArial=20
size=3D2>ian.kelsall@crmnews.com</FONT></A><FONT face=3DArial =
size=3D2>&gt; wrote in=20
message </FONT><A =
href=3D"news:um9aFl7TFHA.616@TK2MSFTNGP12.phx.gbl"><FONT=20
face=3DArial =
size=3D2>news:um9aFl7TFHA.616@TK2MSFTNGP12.phx.gbl</FONT></A><FONT=20
face=3DArial size=3D2>...</FONT></DIV><FONT face=3DArial =
size=3D2>&gt;I can easily=20
import Leads or Contacts into CRM - but is there a way to<BR>&gt; =
import=20
Accounts ?<BR>&gt; <BR>&gt; At the moment, we import leads and then =
convert=20
them - but it takes a long<BR>&gt; time to do this.<BR>&gt; <BR>&gt;=20
Thanks<BR>&gt; <BR>&gt; Ian<BR>&gt; <BR>&gt; <BR>&gt;</FONT>=20
</BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_0014_01C5579C.57753160--