No announcements
Found 102964 threads
-
1 Votes
Is It possible to trigger a work flow on the selection of lookup?
This is the JavaScript am calling on selection of lookup.Answered | 7 Replies | 1211 Views | Created by RathiRojini - Thursday, August 29, 2013 7:10 AM | Last reply by Shaleenb - Friday, August 30, 2013 6:59 AM -
0 Votes
Track values upon triggering plugin???
Hey, That you can get from outputparameters, then why are looking for contactid(when the plugi is triggered after saving it,now when im in ...Answered | 11 Replies | 4208 Views | Created by Vijji MSL - Wednesday, August 4, 2010 9:10 AM | Last reply by Andrii Butenko - Thursday, August 5, 2010 3:54 PM -
0 Votes
Removing Lookup value in Plugin - Pre update event.
Use Lookup.Null Property to reset lookup value.Answered | 2 Replies | 5761 Views | Created by Nirmalkumar Manturmath - Wednesday, July 1, 2009 11:01 PM | Last reply by Nirmalkumar Manturmath - Thursday, July 2, 2009 5:35 PM -
0 Votes
update a lookup field plugin
It will be your lookup value.Answered | 5 Replies | 2030 Views | Created by ReignFan - Thursday, November 6, 2014 7:52 PM | Last reply by ReignFan - Friday, November 7, 2014 2:04 PM -
1 Votes
Plugin triggered by Delete:
Also, Although using PreImage is better option but I just want to give you another option you also also use retrivemultiple to get lookup value based on ID that ...Answered | 7 Replies | 4605 Views | Created by Leonard_Str - Tuesday, July 27, 2010 9:49 AM | Last reply by Leonard_Str - Wednesday, July 28, 2010 2:38 PM -
0 Votes
change the lookup values depend on selected piclist
Hi, * Here is the code to set a lookup-attribute: ...Answered | 9 Replies | 2554 Views | Created by Ahmet Çankaya - Monday, December 17, 2012 12:58 PM | Last reply by HIMBAP - Tuesday, December 18, 2012 8:20 AM -
0 Votes
Are plugins triggered by reports?
Hi Roman, Just curious, why would you want to trigger a plugin everytime a report is executed?Answered | 4 Replies | 5886 Views | Created by Roman Delaveaux - Friday, June 3, 2011 9:17 AM | Last reply by Gonzalo Ruiz R - Friday, June 3, 2011 2:18 PM -
0 Votes
After a value is selected in a lookup
You mean that code should be set in onchange event of lookup attribute, fetch data and set other ones in form interface ?Answered | 4 Replies | 4167 Views | Created by Yojan - Friday, August 6, 2010 9:03 PM | Last reply by Ranjitsingh R - Saturday, August 7, 2010 4:04 AM -
0 Votes
Problem triggering reactivation plugin
i set the attribute submit mode to always... and triggering messages on setstage with update Thanks & Regards VijjiAnswered | 2 Replies | 3192 Views | Created by Vijji MSL - Wednesday, September 28, 2011 7:41 AM | Last reply by Vijji MSL - Wednesday, September 28, 2011 12:14 PM -
2 Votes
Plugin triggering issue
)entity.Properties["salesorderid"])); if (entity.Properties.Contains("new_tariffid")) connObject.Properties.Add(new ...Answered | 7 Replies | 4647 Views | Created by Faisal Fiaz - Thursday, June 10, 2010 2:31 PM | Last reply by DavidJennaway - Wednesday, July 21, 2010 4:17 PM -
5 Votes
Trigger a plugin on close of activity
Actually My plugin is getting triggered when i register it in Setstate and Setstatedynamicentity.. an in this i have a if condition where it checks ...Answered | 6 Replies | 4099 Views | Created by Athul MT - Tuesday, September 25, 2012 7:13 AM | Last reply by Athul MT - Thursday, September 27, 2012 6:44 AM -
0 Votes
CRM 4: execute plugin while changing the value of a field
Dear Gonzalo, thanks alot for your help most probably, I'll do this, but I was thinking that there is some way to trigger the plugin while changing field ...Answered | 6 Replies | 4264 Views | Created by Mostafa Moatassem - Tuesday, July 5, 2011 12:16 PM | Last reply by Jehanzeb.Javeed - Tuesday, July 5, 2011 1:53 PM -
0 Votes
Trigger a plugin on selection of a Lookup value.
You can't trigger directly a plugin when the onchange event occurs (can be triggered indirectly but in that case you need to use javascript, and if can ...Proposed | 3 Replies | 1484 Views | Created by Sangram.kb - Tuesday, August 27, 2013 7:26 PM | Last reply by Naren MN - Wednesday, August 28, 2013 11:08 AM -
1 Votes
SQL Trigger or Plugin?
I think it is better to write a plugin for CRM and then execute the plugin depending upon your business requirement.Answered | 1 Replies | 2294 Views | Created by Basquiat - Monday, August 6, 2012 9:22 AM | Last reply by MubasherSharif - Monday, August 6, 2012 9:44 AM -
0 Votes
auto increment field value number on selecting specific account in lookup field
Hi, can u help me with the exact syntax for a plugin i can use for incrementing a field by 1 for everytime i select "account1" in the ...Answered | 3 Replies | 1017 Views | Created by Amy.4 - Wednesday, April 23, 2014 9:19 AM | Last reply by [MVP] Alessandro Graps - Thursday, April 24, 2014 7:04 AM -
0 Votes
SubGrid Value in PlugIn
Therefore, if you have a plugin that triggers when the subgrid record is updated it should work and if your plugin wants to know which is the "parent" ...Answered | 4 Replies | 4219 Views | Created by Kevin30309 - Thursday, August 18, 2011 1:26 AM | Last reply by Kevin30309 - Thursday, August 18, 2011 12:56 PM -
0 Votes
Plugin Trigger on multiple edit of Cases?
Is the Bulk Update process not triggering your Plug-in for some selected records?Answered | 13 Replies | 5464 Views | Created by SL. _ - Thursday, July 29, 2010 7:18 PM | Last reply by SL. _ - Friday, August 13, 2010 8:05 PM -
0 Votes
CRM 2011 - Lookup with Multi-values
Thereafter if you type the postcode in the lookup field for that entity, it would search for a match in the postcode/suburb field too and set the appropriate record if it finds exactly one ...Answered | 3 Replies | 3237 Views | Created by Trev Stephenson - Tuesday, July 10, 2012 1:45 AM | Last reply by Trev Stephenson - Wednesday, July 11, 2012 6:19 AM -
2 Votes
How to Check the NULL Values for lookup in plugin?
Hi, Becuase you are adding the lookup property into the entity whether it is null or not use code like this: if (_cor !Answered | 5 Replies | 12531 Views | Created by Srikanth_MSCRM - Friday, July 1, 2011 9:09 PM | Last reply by Jehanzeb.Javeed - Friday, July 1, 2011 10:44 PM -
2 Votes
How to control one lookup value with the selection of other lookup
Filtered lookups are built in crm2011. you just need to change some ...Answered | 2 Replies | 3649 Views | Created by E Ravi kumar - Saturday, August 20, 2011 1:48 PM | Last reply by Amreek Singh - Sunday, August 21, 2011 12:20 PM - Items 1 to 20 of 102964 Next ›
No announcements