No announcements
Found 213303 threads
-
0 Votes
CRM 2011: Integrating CRM with external devices
Hi Mostafa, This is possible you can directly do it into CRM DB, but I am hoping you should be aware of that it is not supported.Answered | 4 Replies | 3151 Views | Created by Mostafa Moatassem - Thursday, January 12, 2012 12:58 PM | Last reply by Hassanz - Thursday, January 12, 2012 11:18 PM -
6 Votes
CRM WEB SERVICE ENTITY DATA FETCHING
Hi, Yes, you can do that, you can query metadataservice to get specific entity and display it's attributes in datagrid refer below for the ...Answered | 16 Replies | 8072 Views | Created by Hari nvp - Thursday, June 24, 2010 10:02 AM | Last reply by HIMBAP - Monday, June 28, 2010 1:18 PM -
2 Votes
hosting custom web application with web.config within CRM 2011
i ended up hosting my asp.net website within ISV. cheers cheers, S.Khan MCTSAnswered | 3 Replies | 5884 Views | Created by Sanaullah Khan - Monday, September 26, 2011 1:58 AM | Last reply by Sanaullah Khan - Monday, September 26, 2011 11:51 PM -
3 Votes
CRUD Operations CROSS domain
Hello All, I successfully completed CRUD Operations on my local machine, but when I am going to accomplish the same thing Cross domain then it is giving ...Answered | 4 Replies | 3551 Views | Created by sushil sahu - Monday, August 19, 2013 6:19 AM | Last reply by sushil sahu - Tuesday, August 20, 2013 5:38 AM -
0 Votes
Azure AD application MINIMUM set of permissions required to set to perform CRUD operations?
Hi, I am trying to perform CRUD operations for users on Office365.Answered | 1 Replies | 1261 Views | Created by Bagalkot Neha - Monday, April 4, 2016 6:09 AM | Last reply by Dave Patrick - Monday, April 4, 2016 12:47 PM -
1 Votes
Custom entities in CRM
The latest xRM demo VPC for Dynamics CRM has three xRM verticals, one of which is employee management (Jobs, Employees, Relocations, Inquiries, Job Applications, Applicants, ...Answered | 5 Replies | 7286 Views | Created by CRM Consultant - Wednesday, December 16, 2009 6:02 PM | Last reply by Leon Tribe - Monday, December 21, 2009 2:44 AM -
0 Votes
How to get a list ALL Entities in CRM 2011 via web service.
Try this code OrganizationRequest oreq = new OrganizationRequest(); oreq.RequestName = ...Answered | 1 Replies | 5945 Views | Created by shekhar007 - Wednesday, March 21, 2012 11:59 AM | Last reply by Rajesh Keesara - Wednesday, March 21, 2012 12:09 PM -
0 Votes
CRM Web Services?
CRM web service would be ideal to use in this kind of scenario.Answered | 3 Replies | 6860 Views | Created by Badgerwooz - Wednesday, February 4, 2009 11:05 PM | Last reply by Amanda Mattson - Monday, February 9, 2009 10:21 AM -
0 Votes
Workflow and plugins CRM Web Service problem
I was wondering if when I update the entity by the plugin if somehow the web service updates all attributes of the entity, even though the value ...Answered | 4 Replies | 6556 Views | Created by Fernanda Sousa - Sunday, January 3, 2010 10:24 PM | Last reply by Fernanda Sousa - Monday, January 4, 2010 6:26 PM -
1 Votes
CRM authentication for external hosted application
How to configure an Internet-Facing Deployment for Microsoft Dynamics CRM 4.0 Make sure your using impersonation in your web.config, you can then make requests as the user.Answered | 2 Replies | 4934 Views | Created by Anilkumar401 - Thursday, March 4, 2010 10:05 AM | Last reply by _Simon_Jackson - Thursday, March 4, 2010 12:58 PM -
0 Votes
Dynamic Entity-Create Entities in CRM
Hi Hari, Since it is a particl class, You can not use the above code when you are working with MS CRM Web Service.Answered | 19 Replies | 7697 Views | Created by Hari nvp - Wednesday, July 21, 2010 8:10 AM | Last reply by Hari nvp - Wednesday, July 21, 2010 12:28 PM -
0 Votes
crm service ...
Windows -> Windows Service (if you want it to run silently as a windows service) or windows c# -> Windows -> Windows forms ...Answered | 7 Replies | 4451 Views | Created by BUGS Bunny Race - Thursday, August 19, 2010 10:29 AM | Last reply by JdZ - Thursday, August 19, 2010 1:12 PM -
0 Votes
how to Connect CRM 2011 using Web Service??
thanks for reply but I got is to create a record in CRM 2011 using Web ...Answered | 7 Replies | 7021 Views | Created by krunal89 - Tuesday, November 15, 2011 3:23 PM | Last reply by krunal89 - Friday, January 11, 2013 11:48 AM -
1 Votes
Custom Entity and Custom Attribute not listed in Web Service
Settings -> Customization - > Download Web Service Description Files 2.Answered | 4 Replies | 5214 Views | Created by Karina Tasha - Saturday, April 10, 2010 8:32 AM | Last reply by Kiran N - Monday, May 24, 2010 7:48 AM -
1 Votes
How to Integrate MS CRM 4.0 into a web portal?
Thanx for your reply Umar and I am aware of the accelerators which populates few of the entities on the web portal but in my case I want to bring the whole web ...Answered | 4 Replies | 6765 Views | Created by Prince Sunny - Friday, October 15, 2010 2:55 PM | Last reply by Prince Sunny - Saturday, October 16, 2010 5:30 PM -
2 Votes
How do I pass the same user Credentials to CRM from Web service consumer to Web service that consumes CRM?
Hi, there are a couple of approaches for this: -If your web service is hosted in the same domain as CRM, you can possibly use ...Answered | 5 Replies | 4383 Views | Created by Gandhi Basnet - Friday, October 26, 2012 3:29 PM | Last reply by Gandhi Basnet - Monday, January 7, 2013 7:09 PM -
3 Votes
Extending Microsoft CRM 2011 with ASP.net, question about web services
You need to use the CRM web service for all operations.Answered | 2 Replies | 6599 Views | Created by nick.Oak - Thursday, August 4, 2011 4:53 PM | Last reply by Joe Gill - Thursday, August 4, 2011 5:23 PM -
1 Votes
Update record of an entity using update (post operation) plugin of another entity in dynamics crm 2011
you can update the entity you register your plugin service.Update.Answered | 4 Replies | 6361 Views | Created by nmathur - Friday, February 3, 2012 11:49 AM | Last reply by Amreek Singh - Tuesday, February 7, 2012 11:51 AM -
0 Votes
CRM + Web Service
Here is a link to the CRM SDK, There is a lot of good code samples included and full documentation included in the .CHM file that is included.Answered | 3 Replies | 4272 Views | Created by Gustavo CRM - Saturday, July 30, 2011 1:05 AM | Last reply by Jamie Miley - Saturday, July 30, 2011 11:00 PM -
0 Votes
CRM 2011 - Missing Services
The Application Service, is the front-end server, it's pretty much like the Application Server role on CRM 4, and basically installs IIS ...Answered | 2 Replies | 4120 Views | Created by Statistic - Monday, December 19, 2011 8:30 PM | Last reply by Statistic - Monday, December 19, 2011 8:59 PM
No announcements