No announcements
Found 301279 threads
-
5 Votes
CRM asking for credentials when using outlook plugin
I know the Credentials are correct as I can use them to sign into the webapp for CRM.Answered | 19 Replies | 9117 Views | Created by Pford0779 - Monday, December 5, 2011 6:24 PM | Last reply by Pford0779 - Wednesday, February 1, 2012 4:29 PM -
1 Votes
Getting Credentials of logged in user in plugin
Plugins only return the CRM ID of the user under whose context the plugin is being executed.Answered | 3 Replies | 4763 Views | Created by jcasper - Monday, September 24, 2012 7:26 PM | Last reply by Sam - Inogic - Tuesday, September 25, 2012 3:18 AM -
0 Votes
CRM Online: How to pass user credentials to webrequest?
Those SOAP services or an app through an Iframe (using cross frame scripting) would be the only ways to use the api.Answered | 4 Replies | 5965 Views | Created by SelfCrm - Wednesday, April 4, 2012 12:03 PM | Last reply by Pranit17 - Thursday, September 28, 2017 10:54 AM -
0 Votes
Making WebRequest in plugin using Network credential
I think this is standard HTTP behaviour; the request will first try without credentials (generating a 401), then submit the credentials.Unanswered | 3 Replies | 2077 Views | Created by Manuj Gupta - Friday, July 19, 2013 11:59 AM | Last reply by DavidJennaway - Wednesday, July 24, 2013 9:10 AM -
0 Votes
Can we make installer for Plugins?
http://msdn.microsoft.com/en-us/library/cc151099.aspx Hassan.Answered | 2 Replies | 6032 Views | Created by D-Virdi - Friday, July 10, 2009 12:16 PM | Last reply by Hassan Hussain - Friday, July 10, 2009 12:33 PM -
0 Votes
Network Credentials - Javascript WebService Calls
Therefore, the default network credentials can be used.Answered | 12 Replies | 10352 Views | Created by darrmerc - Wednesday, May 4, 2011 1:07 PM | Last reply by Jamie Miley - Tuesday, February 14, 2012 6:56 PM -
1 Votes
using the Sharepoint webservice from CRM 4.0 plugin
If you have Kerberos enabled on the Sharepoint, you can use the Negotiate authentication from the client (plugin) by using ...Answered | 2 Replies | 3823 Views | Created by Keliud - Friday, March 2, 2012 4:14 AM | Last reply by Manny Grewal - Monday, March 5, 2012 6:06 AM -
2 Votes
CRM 2011 | Plugin: How to connect to external Database
In fact, I use the exact same credential string in a console application, and that works perfectly!Answered | 15 Replies | 23141 Views | Created by Ahmad Anwar - Monday, April 11, 2011 10:32 AM | Last reply by Oğuz Erdeve - Wednesday, December 19, 2012 4:03 PM -
3 Votes
Outlook Plugin
Make sure that when you add the certificate to the local machine, it is added to the 'Trusted Root Certification Authorities' store.Answered | 7 Replies | 4132 Views | Created by Sunny_20 - Monday, August 8, 2011 10:35 PM | Last reply by Sunny_20 - Tuesday, August 9, 2011 7:31 PM -
0 Votes
Win 10 credentials network problem
Hello, I'd ask in theAnswered | 2 Replies | 1458 Views | Created by bahatifizz - Wednesday, March 2, 2016 9:35 AM | Last reply by Just Karl - Wednesday, March 2, 2016 2:56 PM -
0 Votes
Use webservices in Plugin
Hi Sindhu, Good thanks for updating, if the links and replies means please mark as answer for us to me and david.Answered | 4 Replies | 1428 Views | Created by Siddhu336 - Thursday, March 21, 2013 4:08 PM | Last reply by SuryaMSCRM - Thursday, April 25, 2013 7:24 PM -
0 Votes
Can we use HttpContext in Plugin?
Thanks nishant, I'hv to use httpcontext for getting Logged User Name and Session Id in my AuditLog plugin.Answered | 6 Replies | 8211 Views | Created by D-Virdi - Monday, July 6, 2009 1:51 PM | Last reply by Chinmay Patel - Tuesday, July 7, 2009 11:00 AM -
0 Votes
Invoke web service from CRM Plugin
If not then don't make the subsequent call, but if they are you can make the call wtih some explicit credentials.Answered | 12 Replies | 8233 Views | Created by anate - Wednesday, April 20, 2011 2:23 PM | Last reply by Shravan Kumar Macharla - Monday, October 28, 2013 7:27 PM -
0 Votes
Plugin debug using Developer toolkit
Hello, I don't think you can debug plugin using developer toolkit, You can have to manually copy your plugin dll and pdb file in assembly folder rerfer: ...Answered | 1 Replies | 1910 Views | Created by Yogesh Mulay - MCTS - Thursday, May 23, 2013 3:12 AM | Last reply by HIMBAP - Thursday, May 23, 2013 5:33 AM -
1 Votes
Export Data using Plugin
Hi, Agreed with Thomas, you can do that you can get marketing list and export them in File and can construct URL based on the location refer for Marketing ...Answered | 2 Replies | 3007 Views | Created by SGhodke - Tuesday, November 22, 2011 6:53 AM | Last reply by HIMBAP - Tuesday, November 22, 2011 7:15 AM -
1 Votes
newtonsoft.json.dll used in a plugin
So I'm going to use XmlReader.Answered | 4 Replies | 7103 Views | Created by mardukes - Friday, June 28, 2013 1:56 AM | Last reply by JogOn - Wednesday, July 31, 2013 10:01 AM -
1 Votes
How to send email using plugin
Hi Deepak, To get the template id from template title programmatically you could use QueryExpression, QueryByAttribute class within your plugin.Answered | 9 Replies | 7021 Views | Created by D-Virdi - Thursday, June 25, 2009 9:42 AM | Last reply by Nishant Rana - Thursday, June 25, 2009 1:25 PM -
8 Votes
synchronous plugin vs asynchronous plugin
If you want to gain some performance and don't want the action at once then you make a plugin asyn.Answered | 6 Replies | 31297 Views | Created by Nar_mscrm - Monday, February 14, 2011 6:33 AM | Last reply by BalaBramhaReddy Gajjala - Friday, August 19, 2016 5:57 AM -
0 Votes
disable a plugin from another plugin
You could possibly use some special columns to differentiate what you want to do, in the plugin code you check the value of such columns, and not execute any ...Answered | 1 Replies | 5064 Views | Created by jeljeljel - Wednesday, May 25, 2011 9:35 PM | Last reply by Daniel Cai - KingswaySoft - Wednesday, May 25, 2011 9:56 PM -
2 Votes
Using System.Web.Extensions in Crm plugin
I would recommend against using ILMerge for a core .NET assembly, as it is not supported and there is no real way to know how it will behave.Answered | 4 Replies | 14130 Views | Created by zozo2185 - Friday, March 30, 2012 3:59 PM | Last reply by Michael B. Scott - MSFT - Thursday, April 12, 2012 10:42 PM - Items 1 to 20 of 301279 Next ›
No announcements