Updating State & StatusReason during a PreUpdate callout
Sun, 24 Aug 2008 11:30:51 -0700 (PDT)
I need to sometimes update the State of an entity in the middle of a
PreUpdate callout. I think I've discovered that I can't simply add the
State & StatusReason as new property attributes to the entityXml, like
I can with just about any other entity attribute, unfortunately. So
I've resorted to calling the CrmSe ...
|
Plugins and SharedVariables
Sun, 24 Aug 2008 10:52:03 -0700
I am trying to pass a SharedVariable from one plugin to another, but am not
having any luck. I have the following two plugins:
CaseCreate : Registered on Incident Create as Synchronous, Post Stage, Parent
CaseUpdate: Registered on Incident Update as Synrchonous, Post Stage, Child
In the CaseCreate, I add a ...
|
Callout XML extra attributes (type, name, dsc) missing, why?
Sat, 23 Aug 2008 10:55:40 -0700 (PDT)
If I define this way:
<postvalue>@all</postvalue>
My code works great. But using @all can be slow. So, I try to do what
is recommended and list out only the elements I need in my custom
code, such as:
<postvalue>regardingobjectid</postvalue>
But when I do that, there are extra attributes (type, name, d ...
|
IFRAMES - remove header of view
Sat, 23 Aug 2008 17:29:40 +1000
Hi all
I know I've seen how to do this somewhere but can't find it again.
Can someone please tell me how to remove the heading on an IFRAME - eg
areaContacts in an IFRAME - don't want New , Excel , Print etc.
Thanks
Pete
...
|
Importing data into CRM
Fri, 22 Aug 2008 11:45:00 -0700
We need to import some of our ERP data into CRM. Our consultants have been
trying for months to use BizTalk to import the data, to no avail.
I am wondering if there is an issue with doing direct inserts into the CRM
tables. Has anyone ever done this, and if so, what potential risks do we need
to be aware of ...
|
How force CRM to interrogate the entity savedquery each window aperture lookupsingle.aspx?
Fri, 22 Aug 2008 18:00:54 +0200
How force CRM to interrogate the entity savedquery each window aperture
lookupsingle.aspx?
Indeed, during the 1st opening of the window lookupsingle.aspx for an entity
( "account" for example), CRM research sight to see with a request
(RetrieveMultiple on savedquery with isdefault = 1 and returnedtypecode = ...
|
Adding multiple Access Rights to an account
Fri, 22 Aug 2008 08:49:00 -0700
Is there a way to add multiple rights to an account? I want to do something
similar to this:
principalAccess.AccessMask = AccessRights.ReadAccess;
principalAccess.AccessMask = AccessRights.WriteAccess;
principalAccess.AccessMask = AccessRights.AppendToAccess;
This approach does not work. If I use only on ...
|
|
|
Is there a way to remove all rights from an account for ALL users?
Fri, 22 Aug 2008 08:48:01 -0700
IĆ¢??ve pulled some sample code from the SDK that removes all rights from an
account for a SPECIFIC user. Is there a way to remove all rights from an
account for ALL users? Thanks for reading.
// Creates the SecurityPrincipal
SecurityPrincipal principal = new SecurityPrincipal();
principal.Type = SecurityP ...
|
Adding Data to the Bottom of a Text Box
Fri, 22 Aug 2008 08:36:03 -0700
Hi,
Here is what I want to do. I have 2 fields. The first is called journal and
the 2nd is called description. Onsave, I would like to take what is in the
description and place it into the journal field and then delete what is in
the the description field. I know the theory behind this. The question I have ...
|
HELP! Error creating Web References to Metadataservice and Discove
Fri, 22 Aug 2008 08:26:01 -0700
Using a VB.NET desktop app in VS 2005, receiving errors when trying to create
Web References to CRM services.
I can successfully create the web reference to the CrmSdk service at:
http://MyUrl/MSCrmServices/2007/CrmService.asmx
However, when I try to create the references to Discovery and Metatadata
servi ...
|