No announcements
Found 105623 threads
-
0 Votes
difference between 'Save' and 'Save and close'?
As you can see from next code snippet there is no much difference between these methods.Answered | 2 Replies | 6902 Views | Created by Nico Claes - Wednesday, October 21, 2009 11:47 AM | Last reply by Sergey Hyper Kravchenko - Wednesday, October 21, 2009 12:56 PM -
1 Votes
How to stop closing form in Save & Close
Aborting System Save&Close, manually saving and then it gets OnLoad. in OnLoad i can delay.Answered | 3 Replies | 3025 Views | Created by Venkat_Reddy - Thursday, January 31, 2013 10:07 PM | Last reply by Scott Durow (MVP) - Friday, February 1, 2013 11:00 PM -
3 Votes
How to hide "Save", "Save and Close" and "Save and New" buttons in CRM 4.0
Can any one give me sample code to hide the "save","save and close" and "save and new" buttons on the entity form of CRM ...Answered | 2 Replies | 8446 Views | Created by Vikram96 - Thursday, January 27, 2011 7:06 AM | Last reply by Andrii Butenko - Thursday, January 27, 2011 8:27 AM -
2 Votes
Save and close message
I already tried Process.Start(URL) without any difference in my case.Answered | 5 Replies | 1424 Views | Created by Enro67 - Tuesday, August 13, 2013 7:58 AM | Last reply by Scott Durow (MVP) - Friday, August 23, 2013 12:15 PM -
2 Votes
CRM 2011: Can JavaScript determine 'Save' vs 'Save & Close'?
Here are some articles on the subject: MS CRM 2011: Extended handling of Save events in Microsoft Dynamics CRM 2011 Save Event Arguments ...Answered | 2 Replies | 6247 Views | Created by Gleapman - Thursday, November 8, 2012 6:08 PM | Last reply by Gleapman - Thursday, November 8, 2012 7:09 PM -
0 Votes
Internet Explorer hangs after "Save" or "Save and Close" an Invoice product
We are facing the same issue with a customized entity on IE 7.0 and CRM 4.0 Actually we found the issue is related to the OnLoad event and iFrame placed in ...Answered | 7 Replies | 7935 Views | Created by DaNille - Thursday, October 9, 2008 12:17 PM | Last reply by Sammuri - Thursday, April 16, 2009 12:10 PM -
1 Votes
Save as Completed + Save and New
Could you confirm that when you 1. press the save&new button that it saves your record as completed, 2. and that a new screen appears?Answered | 6 Replies | 6990 Views | Created by Morten Dybdahl - Thursday, June 4, 2009 11:56 AM | Last reply by Morten Dybdahl - Monday, June 8, 2009 8:10 PM -
1 Votes
Field not saving dynamic value on save
I also tried the onsave method as described in your provided think but it still wont save!Answered | 9 Replies | 6746 Views | Created by MichaelCT15 - Monday, February 15, 2010 3:22 PM | Last reply by ckeller - Monday, February 15, 2010 7: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 | 16503 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
Do you want close without saving
if a user change an information in any screen and click the button close (NOT "Save and Close") there is no advice / query from the system like "Do ...Answered | 2 Replies | 5335 Views | Created by KunuChopra - Thursday, October 7, 2010 5:57 AM | Last reply by yes.sudhanshu - Thursday, October 7, 2010 7:37 AM -
0 Votes
Save & Close error in all activities
You saved me hours of work, too!Answered | 6 Replies | 6707 Views | Created by Tracy Mangin - Tuesday, March 24, 2009 8:42 PM | Last reply by jmollis - Tuesday, July 7, 2009 7:17 PM -
0 Votes
Project data "dissappearing" after save
Michael, You are correct in the aspect that the changes are always downloaded from the Server, however, it is also important to note that the sync between local cache and ...Answered | 1 Replies | 4425 Views | Created by Michael ATC - Wednesday, July 11, 2012 5:01 PM | Last reply by Prasanna Adavi - Wednesday, July 11, 2012 6:39 PM -
0 Votes
save problem
If you save that file, it is saved locally, not on the Live Desktop.Answered | 1 Replies | 3834 Views | Created by meshuserCH - Tuesday, December 29, 2009 1:05 PM | Last reply by Stephen Boots - Sunday, January 3, 2010 7:15 PM -
0 Votes
CRM 2011: Interact with form events with a Silverlight app ("Save&Close", "Save" and "Cancel")
If the user clicks "Save&Close","Save" or "Cancel", i want to trigger this and my application shall save the entered text or ,for ...Answered | 2 Replies | 3511 Views | Created by -MaSc- - Wednesday, August 24, 2011 1:40 PM | Last reply by Nar_mscrm - Thursday, August 25, 2011 5:20 AM -
0 Votes
Save a file
Is there a way to save a file to the last folder open.Answered | 1 Replies | 1144 Views | Created by Lucky Piere - Saturday, June 27, 2020 3:01 PM | Last reply by Dave Patrick - Saturday, June 27, 2020 4:00 PM -
0 Votes
how to disable the buttons save , saveandprintand close in the crm navigation bar
var buttonTitles = ['Save', 'Save and Close', 'Save and New', 'Print ...Answered | 2 Replies | 5292 Views | Created by CRMAG - Friday, November 19, 2010 12:26 PM | Last reply by Future MVP - Friday, November 19, 2010 6:37 PM -
1 Votes
Cannot to prompt message and close pop-up after saving data
Hello, Program description: When user input data and click Add button, the current add button is disabled and it trigger another hidden add ...Answered | 2 Replies | 1257 Views | Created by tonylck - Tuesday, May 27, 2014 11:48 AM | Last reply by Anne Jing - Wednesday, May 28, 2014 6:48 AM -
2 Votes
Quote Save Status
These are the values Activate - 29 Save - 1 Save & Close - 2 Save & New - ...Answered | 3 Replies | 4941 Views | Created by ADesev - Monday, October 11, 2010 9:42 AM | Last reply by Soroosh81 - Tuesday, January 3, 2017 8:58 PM -
0 Votes
Java Script Of Crm2011 for Account Ribbon Button(Save And Close)
You can develop the following function to handle the form onload event: function onloadHandler() { window.attachEvent("onbeforeunload", haha); ...Answered | 1 Replies | 3047 Views | Created by Wajed Ali - Wednesday, March 21, 2012 1:32 PM | Last reply by daemonlin - Wednesday, March 21, 2012 2:35 PM -
0 Votes
Save location
The Answers/Community forums are on a different platform, so we cannot move this question there.Answered | 2 Replies | 848 Views | Created by Murali Rajendran - Thursday, March 30, 2017 7:57 AM | Last reply by Dave Patrick - Thursday, March 30, 2017 2:48 PM - Items 1 to 20 of 105623 Next ›
No announcements