Tagged Questions
0
votes
0answers
18 views
crm 4.0 crmservice how to connect remote server?
I'm trying to connect to the server crm in this way:
CrmService crmService = new CrmService();
crmService.PreAuthenticate = true;
Shareremover.CrmSdk.CrmAuthenticationToken token = new ...
0
votes
0answers
32 views
CRM 4.0 Report running super slow. What is the best SQL query structure?
I have a CRM 4.0 custom report that runs against a custom entity really slowly (11 mins).
I have an ItemLocationBase table as follows with about 70000 records in it at this stage.
CREATE TABLE ...
0
votes
1answer
99 views
MS Dynamics CRM. Workflow update record
I have workflow that updates entity record after checking condition. Everything works well. But... For example workflow's owner is User1 and i try to modify the record with User2. I thought field ...
0
votes
0answers
26 views
how to send email with account list via in CRM 2011 online
I have a new entity that has a field “DateOfExpired” .
This entity has many:1 relation with account entity.
What I would like to do is that if DateOfExpired remains less than 30 days of today I will ...
0
votes
1answer
67 views
How to define workflow to send mail on particular date?
I have the "Status of Mailer","E-mail" fields on leads screen.I need to send mail after seven days for the particular mail address(Which is avail in Email field) after the "Status of Mailer" field ...
1
vote
3answers
115 views
How to get the contact form value in lead form dynamics crm 2011?
1.I create one new lead.
2.I Assign that lead to "Some person".
3.then I qualify the lead as a "contact".
4.I mapped lead form "Firstname" to contact form "Firstname".It was working Fine.
my question ...
1
vote
1answer
107 views
How to connect LYNC with CRM 2011 online?
Am using MS Dynamics online CRM2011.I need to integrate the lync with this CRM.How to do this?how to make a call for Lead through crm 2011 using lync.Is this possible?Is there any Solutions available ...
2
votes
1answer
49 views
How to add skype for phonecall for lead in crm 2011
im new to crm 2011 ,I need to call the particular lead. is there possibility to add skype to phone call in crm 2011 in lead page.which means is there any solutions are available to do this?
Thanks in ...
0
votes
1answer
88 views
How to send email at specied time and date in crm 2011
after selecting lead and if Email button from ribbon is selected , then email form opens , here is it possible to set time and date for email to be send.
i tried "Actual start , Actual end , Due date ...
0
votes
1answer
148 views
Report rsExecutionNotFound when exporting to other formats
I am using CRM 4.0 SSRS. I can display reports which take a long time. When a report displays I can export to Excel, XML or another file type within in 10 minutes. But after exactly 10 minutes, I ...
0
votes
2answers
36 views
Updating newly added field in CRM 4.0
I have added few fields into crm entity.
Its fine whenever I save/update a record from the CRM form.
However updating or saving the record using the web service does not populating the newly added ...
-1
votes
1answer
219 views
How to send bulk email from marketing list using Workflow in crm 2011 [closed]
Is it possible to send email after marketing list is added to campaign , this sending email has to be done using workflow. Is it possible in workflow.
my crm didn't have an option checked in "sending ...
0
votes
1answer
148 views
How to send mails to marketing list members in crm 2011? [closed]
I added some leads into the marketing list for example if i add 10 leads into one marketing list in crm 2011.Now i open the particular marketing list and select the all leads within that and send mail ...
0
votes
1answer
34 views
How to avoid spaces between to rows while generating report in crm 2011
While generating report there was a unnecessary space between two rows , if count increases then space also increases. So now how to avoid those spaces.
I here by attached screen shot.
Thanks in ...
0
votes
0answers
41 views
Report Generation in crm 2011
I have the 10 contacts in CRM 2011.I need to generate the report based on the contacts.In that report need to having the "Count of the Contacts" which means if I generate the report,how to get number ...