how to pass data back to CRM online from azure SB with two listener?
Hi, so far I am able to receive the CRM data being passed by the azure aware plugin with the help of two way listener that is listening to a azure service bus end-point. Â I wrote a simple azure aware...
View ArticleRE: how to pass data back to CRM online from azure SB with two listener?
i will check the URL you sent me. thanks. But, I am using the same listener that you mentioned here - where capturing the data is no issue How to pass the data back to the CRM record?
View ArticleRE: selection information in invoice report
thanks for your response.I know I can't download default invoice report.So, I am building custom invoice report as I mentioned using FetchXML.My qustion is how I can implement that selection...
View Articleselection information in invoice report
I am working with building custom invoice.How can I add the selection information above into report?thanks a lot
View ArticleRE: selection information in invoice report
Sorry, I have one more qustion.I would like to add notes from invoice into custom invoice report.What would FetchXML look like?thanks
View ArticleRE: Populate Field on Form using Lookup to Another Entity
You could use SOAP but in instances where you are just retrieving a value lots of times it works out to less lines of code to use REST.Here is a simple example - this would be for a Contact lookup -...
View ArticlePopulate Field on Form using Lookup to Another Entity
I have an entity (E1) with a lookup field and a number field. The lookup refers to a second entity (E2) which also has a number field.  When a user chooses a value for the lookup field on the E1 form...
View ArticleSMTP/Email Services Integration with MS Dynamic CRM
Dear All,Now you can be track you Campaign response in below...
View ArticleSMTP/Email Integration with MS dynamic CRM
Now you may track campaign report in below format, by using these reports you may boost your...
View Articlehow to send a tweet from CRM2011
hiwould like to be able to send a tweet from crm once an account has been saved.the tweet has the company name. can u pls assist me, dt knw how to do and have no clue. tnx
View ArticleRE: how to send a tweet from CRM2011
Here is a solution to your problem:xrm-crm.com/example-twitter-microsoft-crm-2011
View ArticleRE: How to convert an outlook contact to lead in crm 2013
Here is what the CRM help files say you can do: "By using Microsoft Dynamics CRM for Outlook , you can save individual Outlook contacts, appointments, e-mail messages, and tasks as Microsoft Dynamics...
View ArticleHow to convert an outlook contact to lead in crm 2013
Can't find a way to convert an outlook contact.The only way seems to re-type all the information in the lead form.I have a sales rep profile.
View ArticleRE: How to convert an outlook contact to lead in crm 2013
To add outlook contacts to CRM you can follow this procedure:www.powerobjects.com/.../adding-outlook-contacts-to-dynamics-crm-2011
View ArticleRE: Mobil CRM Online
Microsoft Dynamics CRM Mobile is available at a starting price of $30 (U.S.) per user, per month and supports the use of up to three devices per user.Check these...
View ArticleRE: How to write a recursive fetxml in mscrm 2011
Here is a sample code to retrieve data from multiple entities using Fetch XML:string fetchXml = @"<fetch version='1.0' output-format='xml-platform' mapping='logical' distinct='true'>...
View ArticleRE: how to send a tweet from CRM2011
If you want to send a tweet when an account is created you would need to come up with a plugin using the CRM SDK and connect to the Twitter APIs. I don't believe anyone has created such functionality.
View ArticleRE: Which is the best method to send a mass email to a marketing list?
Hi,We are providing SMTP/Email Integration with MS Dynamic CRM with best reports...
View ArticleWhich is the best method to send a mass email to a marketing list?
I'm using Dynamics CRM 2011.I'm going to set up a campaign and use a number of my marketing listsI need to send an email containing marketing material and a festive greeting card to around 800...
View ArticleRE: how to send a tweet from CRM2011
Hi jason,that is exactly what im looking for, but dont knw how to do it. i had that idea of writing the plugin using the SDk and the twitter aPIs; but dont where to start etc...need help !!
View Article