Pages

Search

Microsoft CRM - Exchange in Native mode

Microsoft CRM - Exchange in Native mode


Exchange in Native mode

Posted: 05 Nov 2004 06:54 AM PST

Thanks Stephen.


"Stephen Redmond" <nospam> wrote in message
news:phx.gbl... 


import data from sql on a clean install of CRM (new SID)

Posted: 04 Nov 2004 10:04 PM PST

I have given you another approach on this at this thread
http://communities2.microsoft.com/communities/newsgroups/en-us/default.aspx?pg=1&guid=&sloc=en-us&dg=microsoft.public.crm&fltr=&mid=63c1db67-13bc-4182-be82-bef0e0088b0b

Ronald

"Tino" wrote:
 

deleting CRM users??

Posted: 04 Nov 2004 01:25 PM PST

Hi,

It is possible to hard delete a users in the ms crm database, but of course
this is not supported. If you chose to delete this way, be a bit careful
because you will have to delete related records in other tables that just the
record in the table SystemUserBase.

Good luck

"wlandymore" wrote:
 

CRM privileges....

Posted: 04 Nov 2004 09:49 AM PST

Thanks.
Worked like a charm!

"MattNC" wrote:
 

Custom Forms

Posted: 04 Nov 2004 06:57 AM PST

Fantastic, thats perfect, thanks matt

Tom

Matt Parks <com> wrote in message news:<com>... 

How to restore data from old sql on a clean install of CRM

Posted: 04 Nov 2004 06:55 AM PST

Ok Matt, you win :) I forgot about that..

Ronald

"Matt Parks" wrote:
 

Sales for Microsoft Outlook Client

Posted: 04 Nov 2004 05:21 AM PST

While it's true that there is no Service functionality in SFO, CS users can
still view/modify Accounts and Contacts. Those entities span SFA and CS.
Aditionally, the activities will still syncs. In theory CS only users can
use use the SFO client.

Jason Hunt
Invoke Systems

This posting is provided "AS IS" with no warranties, and confers no rights.


"Stephen Redmond" <nospam> wrote in message
news:phx.gbl... 


Closing aspx page

Posted: 03 Nov 2004 11:31 PM PST

or you could write a small .vbs script and schedule it

heres an example

----start code-------
sub doTask()
dim oXMLhttp
dim sUrl

on error resume next

set oXMLhttp = createobject("MSXML2.XMLHTTP.3.0")
sUrl = "http://server/your.page.aspx"

oXMLhttp.open "GET", sUrl, false
oXMLhttp.send()

set oXMLhttp = nothing

end sub

call doTask()
------end code--------

hope that helps

"Stephen Redmond" wrote:
 

CRM New Email, then Communications Error Missing Microsoft CRM Key

Posted: 03 Nov 2004 06:26 AM PST

It is on CD1 - the Server install CD.

"Nigel Smith" <microsoft.com> wrote in message
news:com...