No announcements
Found 106007 threads
-
1 Votes
Prevent Close Opportunity CRM 2011
Hi, You can perform validations via JScript after user closes the Opportunity Close window and can cancel the event as mentioned in the following ...Answered | 2 Replies | 7945 Views | Created by bmanbluez - Friday, September 23, 2011 6:31 PM | Last reply by Jehanzeb.Javeed - Friday, September 23, 2011 6:45 PM -
5 Votes
Prevent Close Opportunity
If it can then it will call CRM's native close function "complete".Answered | 17 Replies | 8722 Views | Created by -Pingkan- - Thursday, April 1, 2010 8:29 AM | Last reply by mrbello - Sunday, June 20, 2010 4:10 PM -
3 Votes
CRM 2011 Online - Close opportunity Form using Custom Dialogs??
Hi, You can not modify any Aspx web page (Opportunity Won\Lost dialog etc.) contents in CRM 2011, i would suggest you to use the following ...Answered | 1 Replies | 13508 Views | Created by S Ballani - Sunday, December 18, 2011 1:29 PM | Last reply by Jehanzeb.Javeed - Sunday, December 18, 2011 7:59 PM -
3 Votes
CRM 2011 - Plugin for Opportunity Close
I was doing wrong by firing the plug-in for Opportunity Close entity on 'Create' message based on my understanding that I should get both Opportunity status and ...Answered | 6 Replies | 7841 Views | Created by H.Desai - Tuesday, March 17, 2015 10:18 PM | Last reply by Sharath Somanathan, Bangalore - Friday, July 24, 2015 10:36 AM -
3 Votes
Prevent closing lost Opportunities if Competitor is not added
Is there a way we can enabled competitior for won opportunities when closing the opportunities?Answered | 12 Replies | 9404 Views | Created by Testing CRM 365 - Friday, October 1, 2010 8:39 PM | Last reply by Andrii Butenko - Wednesday, October 6, 2010 7:01 AM -
0 Votes
CRM 4.0 - Closing an Opportunity
I have found a way around this using Andriy code for the OnSave of the ...Answered | 2 Replies | 3386 Views | Created by BharatP - Thursday, July 28, 2011 9:50 AM | Last reply by BharatP - Thursday, July 28, 2011 12:13 PM -
2 Votes
CRM 2011: Prevent window from closing on Save and Close
I've passed the execution parameters to the javascript and placed this line: ExecutionObj.getEventArgs().preventDefault(); This ...Answered | 4 Replies | 16859 Views | Created by Pat Beringer - Tuesday, November 22, 2011 3:26 PM | Last reply by glenn_goodwin8 - Wednesday, November 23, 2011 11:21 PM -
0 Votes
Prevent users of closing opportunities
You can do that with several methods: - a plugin that stops the closing of the opportunity - some javascript that hides the close ...Answered | 3 Replies | 5761 Views | Created by zachile - Tuesday, March 16, 2010 3:13 PM | Last reply by Tanguy T [MVP CRM] - Wednesday, March 17, 2010 8:59 AM -
0 Votes
CRM 2011 Cannot clone closed opportunities
The previously selected closed task is cloned with below code; AuthenticateWithNoHelp AWNH ...Answered | 3 Replies | 3301 Views | Created by Pasha Rabizadeh - Thursday, October 27, 2011 4:14 PM | Last reply by İsmail TUTUMLUER - Wednesday, April 3, 2013 10:36 AM -
0 Votes
Customizing the close opportunity in CRM 4.0
Please go to CRM Server and go to inetpub\wwwroot\SFA\opps.Answered | 6 Replies | 9302 Views | Created by Sandeep Dhaliwal - Wednesday, April 13, 2011 9:24 PM | Last reply by Sandeep Dhaliwal - Monday, April 18, 2011 9:57 PM -
0 Votes
RetrieveMultiple-Opportunity CRM 2011
I want to do this on CRM records, so when they open CRM, they should see that field updated.Answered | 3 Replies | 1041 Views | Created by myCRMGuy - Monday, May 27, 2013 6:21 AM | Last reply by Payman Biukaghazadeh - Monday, May 27, 2013 7:31 AM -
2 Votes
CRM 2011 - Design Question to Measure Opportunity Stages
JavaScript will only give an accurate result if the user keeps the opportunity open whilst making all the stage changes, which is unlikely.Answered | 3 Replies | 1102 Views | Created by H.Desai - Tuesday, October 28, 2014 10:50 PM | Last reply by H.Desai - Thursday, October 30, 2014 11:19 PM -
1 Votes
CRM 2011 Opportunity Close on Won N:N relationship
There is a plugin which does some stuffs which gets fired when the opportunity is closed as Won .Answered | 2 Replies | 2800 Views | Created by vivekprd - Thursday, June 13, 2013 4:46 PM | Last reply by vivekprd - Friday, June 14, 2013 4:06 PM -
0 Votes
Opportunity records accidentally deleted in crm 2011 online
Do I have to use the bulk export tool in codeplex (modify it for crm 2011) or can I just use the advanced find to export the emails?Answered | 5 Replies | 4320 Views | Created by CRMNJ - Monday, December 19, 2011 2:09 AM | Last reply by Frank Lee CRM MVP - Tuesday, December 20, 2011 2:50 PM -
1 Votes
CRM 2011 Rest kit to retrieve only related Opportunity products in an Opportunity
Then, when you are building the oData query, put a condition to only query the opportunity products which their opportunity ID is equal to the captured ID.Answered | 4 Replies | 2374 Views | Created by Paul Wesley - Friday, July 12, 2013 6:24 AM | Last reply by Paul Wesley - Friday, July 12, 2013 9:27 AM -
0 Votes
CRM 2011 Data Import Opportunity Competitor
Here is an example of a work around: How to import many-to-many relationships to CRM Online Here is a tool created ...Answered | 1 Replies | 2587 Views | Created by Tom Verhasselt - Wednesday, December 12, 2012 6:37 AM | Last reply by JLattimer - Thursday, December 13, 2012 3:58 AM -
0 Votes
How to prevent unsaved modification dialog on closing entity form ?
try this var attributes = Xrm.Page.data.entity.attributes.get(); for (var i in attributes) ...Answered | 3 Replies | 13895 Views | Created by ChristopheBHMG - Tuesday, November 1, 2011 11:43 PM | Last reply by Hardik.Chauhan - Wednesday, November 9, 2016 6:45 AM -
0 Votes
Close Opportuning using jscript
CRM ConsultantAnswered | 2 Replies | 1418 Views | Created by rockstar1 - Monday, April 15, 2013 11:08 AM | Last reply by rockstar1 - Thursday, May 23, 2013 12:11 AM -
0 Votes
How to access an opportunity entity in a CRM 2011 plugin when closing the opportunity
Hi, I need to create a plug-in that fires after an opportunity is closed as won.Answered | 3 Replies | 6774 Views | Created by JMF Green Beacon - Tuesday, August 23, 2011 8:34 PM | Last reply by CRM elite - Sunday, July 15, 2012 6:28 PM -
1 Votes
Get Opportunity Close reason
Hi Jon, what you need is another customer workflow which takes opportunity object as input and returns you correct opportunity close (activity) record, ...Answered | 1 Replies | 1357 Views | Created by Jon_Evans - Monday, March 18, 2013 4:23 PM | Last reply by Mayank Pujara - Monday, March 18, 2013 5:06 PM - Items 1 to 20 of 106007 Next ›
No announcements