MAnaging Relationships
Thu, 18 Sep 2008 23:49:01 -0700
Hi,
I have a customer who already is using CRM 4.0 as a production enevironment.
We have a custom entity that has a N:1 relationship with Contact entity.
We need to have a N:N relationship between them (no more N:1).
So in order to achieve this without losing the data already entered, what
could be don ...
|
Add multiple contact references to a Custom entity
Thu, 18 Sep 2008 19:16:01 -0700
Hi There
I am working with CRM version 4
I have a custom entity which has a relationship to contacts. I need to be
able to add multiple contact records to the custom entity.
The way I envisage it is that the user would select the contact records form
a view and add the to the custom entity record by som ...
|
Can't reference CrmService on production server
Thu, 18 Sep 2008 13:49:03 -0700
Hello,
I really need some help, I created some workflow programs on a
test server and when I tried to deploy it I ran into problems.
I need to add the CrmService and when I try I get this error when I try to
update the reference
The customer tool â??MSDiscoCodeGeneratorâ?? failed. Schema item ...
|
Lookup value selection by Enter key
Thu, 18 Sep 2008 12:47:01 -0700
Is there any way to select lookup value by pressing "Enter" key on keyboard
and avoid mouse click?
--
romeo!! ...
|
Crm 3.0 Rendering form problem
Thu, 18 Sep 2008 10:44:02 -0700
Hi all,
my problem is:
in my quote page, i include a js module with (waiting for the rendering
complete status). a single js module.
inside the quote form i have created a custom lookup, and i hide a lot of
stuff, included the follow up pane.
it happens that if i do not add an alert before the procedur ...
|
Does BPEL work to model CRM 4.0 workflows
Thu, 18 Sep 2008 06:07:02 -0700
Hi everybody,
my question is: "Does BPEL work to model CRM 4.0 workflows".
I'm curious if anyone knows about BPEL an CRM 4.0 workflows. Since I've got
to model workflows that will be implemented in CRM 4.0 i would like to know
if you could somehow import them or something if you model them in BPEL since
...
|
How to use SERVER_URL
Thu, 18 Sep 2008 05:13:01 -0700
Hi All,
i have written some jscript in the onload event of a form using SERVER_URL
and it doesnt work. I need to use this because i think it will save me time
instead of having to change the URL for different environments (production
and dev). If i say alert(SERVER_URL) i do get the url as
http://servern ...
|
|
|
Empty a "Lookup" - Value in C# Plug-in!
Thu, 18 Sep 2008 13:14:45 +0200
Hi,
I have an entity called "new_batch" that in 1:N relationship with
"new_transaction".
How do I empty the "lookup" of "new_batch" on the "new_transaction" entity
in C#?
I did the following, but it didn't work :
CrmSdk.new_transaction transactionUpdate = new
CrmSdk.new_transaction(); ...
|
Inovice Detail
Thu, 18 Sep 2008 01:59:54 -0700 (PDT)
Hi,
i want to get invoice detail ,
i have written following code...
________________________________________________________________
CrmAuthenticationToken token=new CrmAuthenticationToken();
token.AuthenticationType=0;
token.OrganizationName="Microsoftcrm";
CrmService crm_service=new CrmServic ...
|
CRM 4.0 issues
Thu, 18 Sep 2008 01:57:01 -0700
Hi,
I need to know 2 things concerning CRM 4.0:
1- Sometimes i open a record, i don't change anything in it and when i clso
it, i get the pop up asking me if i want to save changes unless i loose
unsaved changes.
Why does this happen?
Can we do anything to change it?
2- In the search field above e ...
|