No announcements
Found 151054 threads
-
0 Votes
ExecutionObj.getEventArgs().preventDefault() working variantly on Lead Qualification.
On-Save Event I'm using the following code for Validation before Lead Qualification.Unanswered | 1 Replies | 1627 Views | Created by Ashwani_Ashwin - Monday, March 31, 2014 6:40 PM | Last reply by HIMBAP - Tuesday, April 1, 2014 8:08 AM -
0 Votes
preventDefault is not working in mscrm 2013
I've put the conditions of PreventDefault() on Lead Qualification.Answered | 10 Replies | 4520 Views | Created by anwar_addi - Wednesday, December 18, 2013 11:00 AM | Last reply by Ashwani_Ashwin - Monday, March 31, 2014 2:52 PM -
5 Votes
CRM Lead Qualification 2013
Hi Kmat, We can achieve this in CRM 2013, like CRM 2011, while Qualify the Lead Map the Parent Account and Parent Contact, the Click on ...Answered | 2 Replies | 1592 Views | Created by kMAT1 - Sunday, September 28, 2014 1:30 PM | Last reply by rampprakash - Friday, November 7, 2014 12:49 PM -
0 Votes
CRM 2011 Lead Connections and Lead Qualification question
I think in may cases, a relationship you define with a connection between a lead and something else probably doesn't apply any longer when it becomes an opportunity.Answered | 1 Replies | 1504 Views | Created by FrkM - Wednesday, May 29, 2013 7:09 PM | Last reply by JLattimer - Wednesday, May 29, 2013 7:20 PM -
0 Votes
event.returnValue=false; Is not working in CRM 2011
Thanks it worked.Answered | 10 Replies | 14890 Views | Created by Hüseyin Tülkay - Friday, March 18, 2011 2:34 PM | Last reply by Pradeep47 - Monday, May 28, 2012 1:25 PM -
1 Votes
CRM 2011 - Required fields for lead conversion.
Hi, You can use following JScript code below to prevent users from the Lead Qualification until they fills the required fields.Answered | 2 Replies | 4083 Views | Created by Sareturu - Wednesday, August 3, 2011 8:57 AM | Last reply by Jehanzeb.Javeed - Wednesday, August 3, 2011 10:55 AM -
0 Votes
executionObj.getEventArgs().preventDefault() not working on "Save and close"
Hi I am doing some validation in onSave event. if validation getting failed then using executionObj.getEventArgs().preventDefault() ...Unanswered | 1 Replies | 1642 Views | Created by ThangaKumarS - Wednesday, March 18, 2015 10:33 AM | Last reply by Mohd Saad - Wednesday, March 18, 2015 10:44 AM -
1 Votes
Why is getEventArgs().preventDefault() execution inconsistant?
<Message>Unable to get property 'preventDefault' of undefined or null reference</Message> This error is seriously driving me crazy.Answered | 11 Replies | 10221 Views | Created by MeProgrammer - Tuesday, September 10, 2013 9:35 PM | Last reply by Thida Soe - Friday, October 11, 2013 5:28 PM -
0 Votes
CRM 2013 - context.getEventArgs().preventDefault() is not working
Please refer this.Answered | 4 Replies | 1350 Views | Created by Ravi MRC - Monday, October 20, 2014 9:44 AM | Last reply by Mohd Saad - Monday, October 20, 2014 11:00 AM -
1 Votes
Custom Fields and Lead Qualification to Contacts/Accounts
1:N Relationships look for 'account_originating_lead' add new mappings for your custom Lead fields to the corresponding Account/Contact fields.Answered | 1 Replies | 2555 Views | Created by ebsoftware_12435 - Wednesday, September 19, 2012 3:08 PM | Last reply by JLattimer - Wednesday, September 19, 2012 3:55 PM -
3 Votes
CRM 2011: Cancel save function using javascript
; executionObj.getEventArgs().preventDefault(); } else ...Answered | 5 Replies | 16153 Views | Created by Mostafa Moatassem - Thursday, March 8, 2012 4:15 PM | Last reply by Ahmet Çankaya - Friday, March 9, 2012 7:47 AM -
1 Votes
Lead Entity Customization
On lead qualification (when a contact is created) use a plugin to overwrite the contact name with the custom field.Answered | 1 Replies | 1053 Views | Created by dcurran06 - Thursday, December 4, 2014 4:52 PM | Last reply by Mamatha Swamy - Friday, December 5, 2014 12:45 AM -
0 Votes
Upgrading Qualifications
I originally did my MCAD qualification back in 2006/7, landed a job and basically just stuck with it as it was company policy that everyone would use VS2003.Answered | 3 Replies | 8258 Views | Created by Scoffer25 - Wednesday, December 22, 2010 3:02 PM | Last reply by Geoff Clark MCM - Thursday, December 23, 2010 8:58 AM -
2 Votes
Using javascript want to make attachement mandatory and executionobj.getEventArgs().preventDefault() not working on " Save "
Hi Rajitha, I don't understand the problem. because you have no records found because you don't save the ...Proposed | 3 Replies | 779 Views | Created by Rajitha Surath - Tuesday, March 15, 2016 5:22 AM | Last reply by [MVP] Alessandro Graps - Wednesday, March 16, 2016 7:45 AM -
0 Votes
javascript codes do not run when the phone call form load
; executionObj.getEventArgs().preventDefault(); } else if(lookupItem2 == null) { alert('Select to!')Answered | 7 Replies | 4213 Views | Created by Ahmet Çankaya - Tuesday, February 14, 2012 8:33 AM | Last reply by Rodrigo Hentz - Thursday, February 16, 2012 4:58 PM -
4 Votes
Qualifying Leads
Can you tell me where to look for a plug in running on the lead qualification or edit event?Answered | 6 Replies | 9214 Views | Created by Nat B - Wednesday, July 20, 2011 2:05 PM | Last reply by Nat B - Monday, July 25, 2011 8:00 PM -
0 Votes
MS CRM, How can i set it by using javascript ?
= null) { var hour = fieldDate.getHours(); if (hour < 8 || hour > 18) { alert("Invalid time"); ...Answered | 2 Replies | 2524 Views | Created by KennyChan6996 - Friday, March 29, 2013 2:46 AM | Last reply by Guido Preite - Friday, March 29, 2013 8:14 AM -
0 Votes
Data Integrity Checks on CRM Forms
Xrm.Page.getControl(attribute).setFocus(true); & ...Answered | 9 Replies | 5087 Views | Created by Kahuna2000 - Tuesday, February 14, 2012 12:58 AM | Last reply by CRM Thirsty - Thursday, February 16, 2012 9:27 PM -
3 Votes
Form fields validation order
().preventDefault(); } if (Xrm.Page.getAttribute("customerid").getValue() == null) { alert("You must provide a value for Customer"); ...Answered | 5 Replies | 2959 Views | Created by nachille - Tuesday, April 2, 2013 1:39 PM | Last reply by vasubabuk - Friday, April 12, 2013 9:31 AM -
2 Votes
CRM 2011: Prevent window from closing on Save and Close
event.getEventArgs().preventDefault(); return ...Answered | 4 Replies | 16898 Views | Created by Pat Beringer - Tuesday, November 22, 2011 3:26 PM | Last reply by glenn_goodwin8 - Wednesday, November 23, 2011 11:21 PM - Items 1 to 20 of 151054 Next ›
No announcements