No announcements
Found 302085 threads
-
0 Votes
HOW CAN RUN DUPLICTAE DETECTION IN PLUGIN?
Tanguy's code will work in a plugin, just make sure to use: var service = context.CreateCrmService(true); //before: // Create the account ...Answered | 2 Replies | 8589 Views | Created by chandoklow hassan - Tuesday, September 29, 2009 11:27 AM | Last reply by Carlton Colter - Sunday, October 4, 2009 3:19 AM -
2 Votes
Detecting if running in sandbox mode in plugin?
I am developing a plugin which needs to behave slight differently if running in Sandbox mode or not as if not it needs to get HttpContext.Current which gives an error in ...Answered | 3 Replies | 1563 Views | Created by Paul at Clew - Wednesday, May 1, 2013 7:12 AM | Last reply by Paul at Clew - Wednesday, May 1, 2013 8:15 AM -
2 Votes
Duplicate Detection across Contacts and Leads
For this kind of functionality you would need to write a plugin that performs the duplicate detection itself -using criteria that you define- and updates data in the entity.Answered | 4 Replies | 3484 Views | Created by ktcarere - Wednesday, October 3, 2012 1:31 PM | Last reply by Pavlos Panagiotidis - Friday, October 5, 2012 9:05 PM -
0 Votes
Can you have a plugin run on schedule?
Technically there isn't any way to "schedule" jobs in CRM - however there is trick you can use the leverages child workflows: Scheduling recurring workflows in ...Answered | 2 Replies | 1007 Views | Created by mardukes - Thursday, December 5, 2013 9:16 PM | Last reply by mardukes - Friday, December 6, 2013 4:01 PM -
0 Votes
how to run plugin one after other?
You can set a rank (Execution Order) when you register a plug-in.Answered | 4 Replies | 5240 Views | Created by D-Virdi - Tuesday, July 21, 2009 11:32 AM | Last reply by Andrii Butenko - Tuesday, July 21, 2009 12:42 PM -
0 Votes
CRM 4.0 - Detecting Email Attachments with a Plugin
Now, how do I tell if the related activity is an email?Answered | 3 Replies | 3006 Views | Created by ChrisH5491 - Wednesday, August 24, 2011 3:19 PM | Last reply by Thomas Thankachan - Thursday, August 25, 2011 1:59 AM -
1 Votes
Debug an asynchronous running plugin
Hi, i want to debug a plugin that is running asynchronous in the child pipeline.Answered | 2 Replies | 5798 Views | Created by Jan Klode - Monday, March 23, 2009 3:18 PM | Last reply by Jan Klode - Monday, March 23, 2009 3:39 PM -
0 Votes
PlugIn
Also you can use current dup detection model.Answered | 1 Replies | 7030 Views | Created by Golden Fish - Saturday, April 25, 2009 11:06 AM | Last reply by Ayaz.Ahmad - Sunday, April 26, 2009 9:32 PM -
0 Votes
Plugin running under SYSTEM account
How does this change things?Answered | 13 Replies | 10431 Views | Created by CRM Junky - Monday, July 5, 2010 1:44 PM | Last reply by DavidBerry - Thursday, July 8, 2010 7:16 PM -
0 Votes
Can we use HttpContext in Plugin?
Hi Deepak, Synchronous plugin would run immediately so if there is lot of processing in plugin user could notice a slight delay, in case of ...Answered | 6 Replies | 8081 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
Permissions on data (entities) while running a CRM plugin
Plugins generally run in the context of the logged in user.Answered | 2 Replies | 3039 Views | Created by Simon Tauscheck - Friday, November 4, 2011 11:03 AM | Last reply by Sam - Inogic - Friday, November 4, 2011 11:34 AM -
0 Votes
How Can I Get The VersionControlServer class in Plugin.
Hello, I implemented Custom Checkin Policy and Custom Plugin.Answered | 1 Replies | 942 Views | Created by Hüseyin Büyükdere - Monday, January 6, 2020 6:54 AM | Last reply by Richard Mueller - Monday, January 20, 2020 11:51 AM -
1 Votes
can we call javascript in plugin
Hi, You can't call javascript methods in plug-ins, since javascript runs on client side and plug-in is server-based technology.Answered | 2 Replies | 5639 Views | Created by Yongjian Zhu - Saturday, July 17, 2010 2:51 PM | Last reply by Ranjitsingh R - Monday, July 19, 2010 3:55 AM -
0 Votes
when can infinite loop occur in a plugin.
Hi, An infinite plugin loop example is: You have a post-update plugin on an entity 'A' that updates something in entity 'B' and entity 'B' has a post update ...Answered | 2 Replies | 9695 Views | Created by Sandra.CRM - Friday, September 14, 2012 5:38 PM | Last reply by Imran I Abbasi - Friday, September 14, 2012 11:03 PM -
0 Votes
plugin for IIS ???
Hi , I have a site developed in php Now here I want to develop a "mobile-friendly module" (a plugin-in for IIS) using dotnet which will ...Answered | 1 Replies | 9851 Views | Created by connect_fc - Thursday, August 14, 2008 1:09 PM | Last reply by Kiran Polimetla - Wednesday, October 22, 2008 3:26 PM -
0 Votes
CRM 2011 Online - Plugin Workflow running order
The plugin takes just a little too long to run Synchronous.Answered | 4 Replies | 3724 Views | Created by Gordon Johnston - Tuesday, October 30, 2012 9:42 AM | Last reply by Gordon Johnston - Tuesday, October 30, 2012 10:31 AM -
0 Votes
Timed Out Exception in Plugin when running in Sandbox
Let me see what can I do with this.Answered | 6 Replies | 2630 Views | Created by Manuj Gupta - Wednesday, April 18, 2012 9:40 AM | Last reply by Ankit Himmatlal Shah - Wednesday, April 18, 2012 11:10 AM -
26 Votes
How to run windows application from plugin in crm 4.0???
so all i need is to run the windows application during the execution of plugin.Answered | 9 Replies | 3923 Views | Created by kartik ghodasara - Wednesday, March 14, 2012 1:42 PM | Last reply by kartik ghodasara - Thursday, March 15, 2012 6:20 AM -
0 Votes
Run a workflow from plugin assembly
Hey there, I'd like to run a defined and published workflow from my pre-step plugin.Answered | 1 Replies | 5641 Views | Created by theWeird - Wednesday, October 7, 2009 6:09 AM | Last reply by Andrii Butenko - Wednesday, October 7, 2009 6:33 AM -
0 Votes
How can I do a duplicate detection check on a custom field in a more address record?
As K.S said you could use your own plugin.Answered | 5 Replies | 2026 Views | Created by rlavigne - Thursday, May 30, 2013 2:33 PM | Last reply by Payman Biukaghazadeh - Friday, May 31, 2013 7:35 AM - Items 1 to 20 of 302085 Next ›
No announcements