Workflow successful biut not doing what it is supposed to !
Thu, 2 Oct 2008 17:55:01 -0700
i have just started getting into coding workflows and i am having a issue
with the following code:
namespace WorkflowCreateOpportunity
{
[CrmWorkflowActivity("CreateOpportunity", "Custom Workflows")]
public partial class WorkflowCreateOpportunityActivity : SequenceActivity
{
public Work ...
|
Creating CRM Entities via Javascript
Thu, 2 Oct 2008 15:02:21 -0700 (PDT)
I need to be able to create a new Annotation from within a Phone Call
actvity using Javascript. I have been able to use the SOAP XML
interface to retrieve and even update information in the CRM database
before, but have never tried to create an entirely new object. From
the WSDL and some XML traces, I modified m ...
|
How to get a Pre plug-in to cancel the operation in CRM 4
Thu, 2 Oct 2008 07:58:15 -0700
Hi
In CRM 3, it was possible to get a pre-event callout to cancel the operation
that had triggered it by setting the return value to
PreCalloutReturnValue.Abort.
Is there an equivalent concept in a pre-event plug-in in CRM 4? Am I just
missing this in the SDK?
I would like to cancel a delete operation ...
|
Create Lookup from Opportunity to Order - MS CRM 4.0
Thu, 2 Oct 2008 04:26:00 -0700
Hi,
I'm trying to place a lookup field on an opportunity to record the
corresponding order that was placed at the same time last year.
I've tried N:1 and 1:N relationships on both the Opportunity and Order
entities, I can get the field to appear but it doesn't look up to the correct
orders.
Ideally I ...
|
InvalidPluginExecutionException not showing in Application event l
Thu, 2 Oct 2008 04:23:01 -0700
Hi all,
According to the SDK (v4.0.7), "Exception Handling Behavior",
"If it is desirable to show a custom exception message to the user, a
plug-in must throw InvalidPluginExecutionException. When the platform
receives this exception, it displays the exception message
(System.Exception.Message) to the us ...
|
Open a Custom Entity in Modal Window
Wed, 1 Oct 2008 21:52:01 -0700
I have Custom Entity - A and Entity-B.
Having the relationship between them.
When i save the Entity-A Record, onSave() i want to open the Entity-B in new
mode that too in "Modal Dialog Window".
When i say, Window.showModalDialog(URL);
Its opening the Custom Entity in Modal Dialog box, but again its opening ...
|
Set focus to a field in another tab result in error stack overflow
Wed, 1 Oct 2008 17:36:01 -0700
using MSCRM 4.0.
Doing field validation on save event, Set focus to a field in another tab
result in error: stack overflow at line: 0
e.g.
- validate field on save event
- the field to be validated is in tab0
- leave the field to be validated blank, click on another tab
- click save - validate field
- ...
|
|
|
Merging Leads
Wed, 1 Oct 2008 12:11:00 -0700
Hi All,
I have a question about merging leads possibility. Since I have 4 leads
with the same company but different contacts, I want to merge these leads to
one lead only. Other words, Anyway I can create multiple contacts per lead?
If anyone has ideas, please advice me.
Thanks,
-Toi ...
|
Error in importing customization- related to KB article(928958)
Wed, 1 Oct 2008 08:29:00 -0700
Hi,
When I am importing my customization for a custom entity, I get an as "A
record with these values already exists. A duplicate record cannot be
created. Select one or more unique values and try again.".
What could be the problem??
--
romeo!! ...
|
how to save on toolbar button click?
Wed, 1 Oct 2008 06:22:02 -0700 (PDT)
I have a CRM 4 page were the user sets information about an entity
then clicks on a toolbar button to load needed files on an aspx page.
The files that are required change depending upon the details of the
entity. The button passes the the ID and other important information
so my aspx can open and edit the enti ...
|