Pages

Search

Microsoft CRM - assigning and sharing not working

Microsoft CRM - assigning and sharing not working


assigning and sharing not working

Posted: 09 Jun 2004 09:45 AM PDT

I have a test environment set up. I was logged into the
client as salesperson1 and shared the account with
salesperson2. Then I logged in as salesperson2 to see if
the account that was shared was listed under his accounts -
it wasn't.

 
in message 
share 

Status:

Posted: 09 Jun 2004 08:42 AM PDT

Hi

The code I am using is given below
// BizUser proxy object
Microsoft.CRM.Proxy.BizUser oBizUser = new
Microsoft.CRM.Proxy.BizUser ();
oBizUser.Credentials =
System.Net.CredentialCache.DefaultCredentials;
oBizUser.Url = strDir + "BizUser.srf";

// Incident proxy object
Microsoft.CRM.Proxy.CRMIncident incident = new
Microsoft.CRM.Proxy.CRMIncident();
incident.Credentials =
System.Net.CredentialCache.DefaultCredentials;
incident.Url = strDir + "CRMIncident.srf";

Microsoft.CRM.Proxy.CObjectName objName = new
Microsoft.CRM.Proxy.CObjectName();
objName.Id = strEntityID;
objName.Type = Microsoft.CRM.Proxy.ObjectType.otAccount;

string strErrorMsg;

try
{
Microsoft.CRM.Proxy.CUserAuth userAuth =
oBizUser.WhoAmI();
// Set up the columns that you want to retrieve
string strColumnSetXml = "<columnset >";
strColumnSetXml += "<column>incidentid</column>";
strColumnSetXml += "<column>title</column>";
strColumnSetXml += "<column>ticketnumber</column>";
strColumnSetXml += "<column>statuscode</column>";
strColumnSetXml += "</columnset>";

// Retrieve the incidents
string strResultsXml = incident.RetrieveByObject
(userAuth, objName, strColumnSetXml);
return strResultsXml;

Please do have a look and let me know

Regards
Jeny
 
wrong,....... 
this column, I 
statuscode 
found 
retrieve 

Hyperlink in KB Article

Posted: 09 Jun 2004 08:12 AM PDT

Hi
Let me clarify what my client is looking at .
In a KB article he needs to add a link to a web site say
for eg. google.com. He would add a word Search , which
would be a hyperlink . On clicking the Search it should
open a window with google.com set as default page.

Thanks
Susan
 
in KB articles: 
new article. 
window. 
into the new KB article, but in my tests of this, CRM
dropped the last close bracket } from the hyperlink. So... 
the close bracket } to get Word to add it to the hyperlink. 
your new KB article and it should work. 
want to link to, highlight it and right click to add a
hyperlink, that way the link in the new KB article isn't
so ugly. 
in 

based 

MSCRM 1.2 Installation & Configuration Certification

Posted: 09 Jun 2004 04:10 AM PDT

That sucks... It should not be included, the DMF sucks anyway.


"Pete" <com> wrote in message
news:1a32c01c44e12$624abea0$gbl... 


CRM - incoming mails problem URGENT

Posted: 09 Jun 2004 03:14 AM PDT

Incoming E-mails Do Not Update Microsoft CRM With An Activity Record
Issue

E-mails can be sent from Microsoft CRM but replies do not update Microsoft
CRM with an Activity record. The reply is sent to the Outlook Inbox.

Potential Cause

Starting all of the Microsoft CRM Services with the localsystem account may
prevent Activities from being updated.

Resolution

Add Microsoft CRM Server/IIS Server, the Exchange Server, and the SQL Server
to the Members list in the Pre-Windows 2000 Compatible Access Group on the
Active Directory Server.

1. On your Active Directory Server, click Start, point to Programs, point
to Administrative Tools, and click Active Directory Users and Computers.
2. Expand your Active Directory machine name.
3. Click Builtin.
4. Right-click on the Pre-Windows 2000 Compatible Access group and click
Properties.
5. Click the Members tab.
6. Click the Add button.
7. Add Microsoft CRM Server/IIS Server, the Exchange Server and the SQL
Server to the list.
8. Click OK.
9. Click Apply and then click OK.
10. Restart your Microsoft CRM Exchange Queue Service on your Exchange
Server.

Peter

<microsoft.com> wrote in message
news:1a04501c44e42$f0b68cc0$gbl... 


isv.config speichern

Posted: 09 Jun 2004 02:45 AM PDT

sorry
wrong newsgroup
"Cbu" <cboisseau *AT* psengineering.com> schrieb im Newsbeitrag
news:phx.gbl... 


Workflow & postURL error

Posted: 09 Jun 2004 01:12 AM PDT

Yes I try with the Domain Admin..


CRM Hardware Requirements

Posted: 08 Jun 2004 10:52 PM PDT

Tony

SCSI RAID 5 is a recommendation, not a requirement. you can load crm on a
single hard drive, it does not care.
"Tony" <microsoft.com> wrote in message
news:1a2ba01c44de5$f14643e0$gbl... 


Promoted CRM EMail

Posted: 08 Jun 2004 04:16 PM PDT

Where might I go to 'mess with the properties of the email'? I can't seem
to find anything that is editable.

"Mike Orr" <Mike microsoft.com> wrote in message
news:com... 
attributes, and retry the promote. 
so I 
(I 
that 
record? 



Microsoft CRM data

Posted: 08 Jun 2004 03:12 PM PDT

Thanks Gary and Chris for your responses and suggestions.

I'm just playing, trying to learn IBF and smart tags at the same time. Since
I have access to a MSCRM v1.2 SQL database, I'm using it in the IBF example.
But my
recollection is that the answer to the following question:

Is directly manipulating the MSCRM v1.2 database(s), including the method
described in the IBF example, supported by Microsoft?

is no. But, maybe that has changed or I misunderstood this in the first
place. Just trying to get definitive guidance.

Thanks.

"Chris Kunicki" <com.nospam> wrote in message
news:%phx.gbl... 







MSCRM Crashing for 2nd time

Posted: 08 Jun 2004 01:19 PM PDT


"Mark" <microsoft.com> wrote in message
news:19f4001c44dca$98121170$gbl... 

You can trap for more transparent expert errors using the web.config I
believe.
I dont have the info on what the parameter is but its fairly obvious. I
think you also need to initiate iisreset after making changes, but that
might be misguided. This rings a bell but I think you will find that with
full errors it will make the problem clearer.

That error number say nothing. There is a few suggestions including one that
suggests its because you have .net framewrk 1.1 with crm1.0 and instead
should be 1.0 so that should not be common across versions. Also some that
indicate fixes in integration to great plains etc, or timeout issues with
crystal enterprise. But yours may be a different scenario.

What version is your Exchange? It should be 2000 to match your AD
environment I believe. Also revisit all the spec requirements of CRM and
prerequistites like service packs.