I want to createa marketinglist.The contact datain CRM.The queryshould refer tothe email addresses ofan Excellist.What can be done?
Marketinglist
MS CRM 2011 Func Favorites (recently visited)
Hi,
this func works on my pc not.
What is the requirement (browser) for that?
Thank you
Axel
Dynamics CRM Error !! Object doesn't support on this.get_element().save("RVItems")
Hi all ,
I have checked there is some error on this Line . But the strange thing is that its not on all Machines . I have checked . What could be the Possible Users.
Thanks on advance.
Ragards,
Vandana Thakur.
Link to 'New' record?? (e.g. Account, Contact, Opp)
Is it possible to use a hyperlink to create new records in CRM. For example, if I wanted to post a link on my SharePoint that said 'Click here to create a new CRM contact' and then the link would open up the new Contact form in CRM.
Set Regard Feature not available until track button is pushed
Within Outlook 2007 my Set Regarding button is grayed out until I track the email. I would like to just utilize the Set Regarding feature. How can I enable Set Regard to be able to use the feature without additional steps? Thanks!
IS THERE A WAY TO WIPE OUT ALL DATA FROM AN CRM INSTANCE
Moving from evaluation to live left some data that i can't delete to start fresh. If there was a way to clean the whole instance, i could start importing real data.
Qualified Lead creates unnecessary Contact & Opportunity record, how do I stop this?
When I create a new Lead record, and qualify that record, I have three other records created: Opportunity, Contact, Account. This seems like a waste to me as we only need an account to be created, how do I stop the Opportunity & Contact from being created?
Quote Mail Merge - Repeating Table of Products
I have read a lot of articles on this, but cannot find a definitive method of using mail merge to create a single page quote document with the list products. can anyone point me in the correct direction? thanks!
How to change Default file type for excel exports?
Was wondering how you change the default file type for excel exports?
The standard should be .XML right?
Correo con enlaces dinámicos
Hola!
En este momento necesito hacer esto que explicas pero un poco mas complejo:
Necesito incluir los datos principales de las cuentas en variables ubicadas en el correo, el cual tiene un botón que redirige a un formulario html el cual le debe permitir al cliente actualizar los datos que correspondan.
Plantilla de Correo: imagen que indica que al hacer clic, se redireccionará a una página para actualizar sus datos, contiene botón con link y parámetros que se envían a otro formulario.
Formulario Web: Contiene Textbox con los datos recuperados de los parametros y botón que debe enviar estos datos para actualizarlos en el CRM.
No se si me explico bien
Agradezco si sabes como puedo realizar esto, o donde puedo encontrar información.
GRACIAS!!!
problems importing excel spreadsheet
I am having trouble importing my excel spreadsheet to CRM. I can't match the the fields and labels and I have on my excel spreadsheet to CRM. I have all of the fields that come up in CRM but when my contacts are imported, there is either email, contact name, or account name missing. CAN ANYONE HELP PLEASE.
Convert incoming Email to Case
I'm writing a process workflow to examine email records in the incoming queue and convert them to Case records if a logic statement is true.
but when I choose the Create Record line in the process workflow, only the Regarding field is available to move to the Customer field. How do I grab the Customer info from the incoming email to create the case?
Task change status from canceled to completed on its own
Hi
I have a weird problem with Dynamics crm 2011 and outlook. When a task,phone call or a letter is created in CRM and then syncronized with outlook, it shows as a task in outllook. Then if you set the task as canceled in CRM it first shows the status as canceled which is correct. But then after another syncronization with outlook, the task dissapears from the task list in outlook which is correct but if you go back to the original task, phone call or letter in CRM, i find that the status has changed from canceled to completed and i find myself unable to differentiate betwee tasks,phone calls or letters that have been completed from the ones that have been canceled and i am forced to delete the canceled ones to be able to generate accurate reporting.
Any idea why this is happening? is it a bug or am expected behaviour?
any help is appreciated.
Thank you
Customer Data Update
I have to allow each client to update their own data with an HTML page or something.
Is there any way to do that?
Thanks
Unable to edit process
I have a process in my test environment which was put there by importing an unmanaged solution from the development environment. If the conditions in the workflow are met, the workflow fails. The workflow is set to run when a Service Case is created or a field within it changes. The conditional statements are;
Does Case Type = x
If Yes, then do the Product = x and does the CustomField = y
Then SendEmail
If I try and change the email, it won't let me change anything and gives me the message: This workflow cannot be created, updated or published because it was created outside the Microsoft Dynamics CRM Web application. Your organization does not allow this type of workflow.
The test and development environment share the same infrastructure and are simply separate organizations. It has UR 13 installed. Having gone back and checked, the workflow also fails in the development environment.
Is there a known issue with workflows?
Show Hide not working - JS function
This function has worked before but it wont work not. Can anyone help debug whats wrong with the JS code?
function FunctionTitle() {
var FunctionTitle = Xrm.Page.data.entity.attributes.get("field title").getSelectedOption().text;
HideShowTab("Tab Title", false); //initial setup
if (FunctionTitle[0] != null) {
switch (FunctionTitle) {
case "Option 1":
HideShowTab("Tab Title", true); //initial setup
break;
case "Option 2":
HideShowTab("Tab Title", false); //initial setup
break;
case "Option 3":
HideShowTab("Tab Title", false); //initial setup
break;
case "Option 4":
HideShowTab("Tab Title", false); //initial setup
break;
}
}
}
"Accounts" Classic View : CRM Online (Office 365 Cloud)
Hello Forum Members:
How do I configure my Accounts in CRM, so they always appear in Classic View? In new CRM for Office 365 Cloud, it is an extra hover & click to 'Switch to Classic' View (in the {...} Tab within Account Master), and it is a burden. How can I get my Classic View back (for Accounts)?? Please help!
Thanks, CB
Problem Creating Mappings In CRM 2011 On Premise
Hi. I have created a custom entity that has a N:1 relationship to Contacts.
In the customization section of CRM 2011 if I go to Contacts and create a mapping of a field text length 10 (source) to a field text length 10 (target). In this example the custom entity is my source and the contacts entity is my target.
If from a custom entity record which has data filled in that text field length 10 I create a new contact record and save it I do not have the data that I put in the custom entity text field come across to the new contact record.
Any ideas as to what I am doing wrong?
Thanks.
Rick Bellefond
RB Data Services
www.rbdata.com
Quote : XML Templates (help)
Dear Forum Members:
I need help with building a Quote in Microsoft CRM Online (Office 365 Cloud). I have the XML Quote Template sample on a memory key. Just have to upload it properly and generate the Quote so that it will open the MS Word and merge in the Quoted line items.
Can anybody help? I am somewhat familiar with this Template upload process, because I have successfully built an Invoice in MS CRM before. This Quote process has me stumped however.
Please help!
Thanks,
Casey
SQL Query
Hello,
can anybody say me which tables should I use, when I want select contacts owned by CRMuser which are not in any marketing list?
I can write SQL query, but I do not know CRM DB structure.