No announcements
Found 137409 threads
-
0 Votes
Set Value of a field to be the same as another field on form
var lookupItem= new Object(); //Set the id, typename, and name properties to the object.Answered | 2 Replies | 5541 Views | Created by Anita White - Wednesday, July 21, 2010 9:58 AM | Last reply by Anita White - Wednesday, July 21, 2010 10:48 AM -
2 Votes
How to set Default value for Time in Date and Time Field
I have a DateTime field the user enters the date.Answered | 10 Replies | 6734 Views | Created by mc.gem - Monday, June 3, 2013 10:59 AM | Last reply by kcompter - Tuesday, June 18, 2013 12:55 PM -
0 Votes
Fill in field on a Option Set
No - but if you have a list of values and you only want to display some of them for a given set of criteria, you can use JavaScript to add and remove any pre-defined option set ...Answered | 1 Replies | 2418 Views | Created by JeremyD1 - Thursday, August 30, 2012 12:46 AM | Last reply by JLattimer - Thursday, August 30, 2012 3:07 AM -
1 Votes
Setting Field Defaults
I need to set the UOM for Opportunities and Quotes.Answered | 8 Replies | 6880 Views | Created by Greg Staples - Sunday, April 19, 2009 3:46 AM | Last reply by Melissa Ragsdale - Tuesday, October 18, 2011 3:31 PM -
0 Votes
Add 24 Months to a datetime field when other Datetime field is selected and form is saved.
If this field is placed of the form you can add following code to OnSave event handler: var result = null; if (crmForm.all.Answered | 2 Replies | 5431 Views | Created by Red Devils 82 - Monday, July 19, 2010 8:50 AM | Last reply by Red Devils 82 - Monday, July 19, 2010 10:03 AM -
0 Votes
set default text in fields
Aye thats a good point, your current settings there would prompt the script to run whenever the Mark Up field is changed which may not be what you are aiming for in the default ...Answered | 21 Replies | 5773 Views | Created by tcal0005 - Friday, July 8, 2011 8:34 AM | Last reply by tcal0005 - Tuesday, July 12, 2011 7:27 AM -
0 Votes
AddNew() does not change RecordCount of Recordset
A Recordset is retrieved from a table with only 1 record ( I set MaxRecords=1).Answered | 1 Replies | 9154 Views | Created by Hong (MA, USA) - Wednesday, July 16, 2008 6:36 PM | Last reply by Kiran Polimetla - Thursday, November 13, 2008 11:12 AM -
1 Votes
How to Quote Square Brackets in a Column Name for Use in the ADO Recordset's Filter Property
Hi David, The recordset is something complete different from a dataset and for most current Visual Studio programmers something from the old Greek.Answered | 3 Replies | 1412 Views | Created by HexTheKiwi - Wednesday, February 25, 2015 1:04 PM | Last reply by Cor Ligthert - Friday, February 27, 2015 10:59 AM -
0 Votes
Configuration setting for entity field
Is it possible to do some configuration setting to enable/disable some field for sepecific account. using javascript we can do that but is it also possible some configuration ...Answered | 1 Replies | 5775 Views | Created by HIMBAP - Monday, March 30, 2009 9:57 AM | Last reply by Daniel Middel - Monday, March 30, 2009 10:37 AM -
0 Votes
Jscript: set lookup field
The form needs to be saved to display the new value of the lookup field.Answered | 3 Replies | 6567 Views | Created by Jan Klode - Thursday, March 19, 2009 3:16 PM | Last reply by Daniel Middel - Friday, March 20, 2009 8:21 AM -
1 Votes
JavaScript Question - Setting fields = Another field
I have the following simple Javascript that attempts to set the "Application Name" field equal to the "ProjectNameID" field when the ...Answered | 4 Replies | 5753 Views | Created by sixty4 - Monday, November 1, 2010 3:51 PM | Last reply by sixty4 - Monday, November 1, 2010 5:52 PM -
2 Votes
Update DateTime from Date and Time
declare @date as nvarchar(50) declare @time as nvarchar(50) set @date = '2009-10-30 23:01:00.000' set @time = '17:01' select ...Answered | 6 Replies | 7094 Views | Created by IamaNovice - Tuesday, November 10, 2009 7:36 PM | Last reply by IamaNovice - Tuesday, November 10, 2009 11:27 PM -
0 Votes
CRM 2011 C#: Setting an Option Set Field
Hi Mike, You can create the organisation service context like this: OrganizationServiceContext _orgContext = new ...Answered | 4 Replies | 3680 Views | Created by Mike Karls - Tuesday, July 8, 2014 5:00 PM | Last reply by HIMBAP - Wednesday, July 9, 2014 2:27 AM -
0 Votes
Can I get the millisecond from a DateTime attribute?
Unfortunately, CRM doesn't store the millisecond part of a datetime field, so I am afraid that there is no way that you can retrieve it.Unanswered | 1 Replies | 3575 Views | Created by Gary-C - Friday, September 2, 2011 4:15 AM | Last reply by Daniel Cai - KingswaySoft - Friday, September 2, 2011 4:37 AM -
0 Votes
Set the value of custom field by code
As an alternative you can create your own webpart (simular to the project fields webpart, interacting with PSI), that has some ajax callback functions to retrieve and ...Answered | 5 Replies | 7825 Views | Created by Mohammad Shobaki - Sunday, August 7, 2011 12:39 PM | Last reply by Mohammad Shobaki - Tuesday, August 9, 2011 12:05 PM -
1 Votes
followupby field in incident
These will apply the timezone of your CRM user to any datetime field, and so will return the same value as that user would see in CRM Microsoft CRM MVP - ...Answered | 4 Replies | 2339 Views | Created by Ksun_Chan - Tuesday, May 15, 2012 7:25 AM | Last reply by Ksun_Chan - Wednesday, May 16, 2012 6:04 AM -
0 Votes
Datetime calculation
but how can i store the result into a decimal or integer field.Answered | 4 Replies | 7277 Views | Created by cam2huynh - Wednesday, February 4, 2009 10:29 AM | Last reply by cam2huynh - Wednesday, February 4, 2009 12:59 PM -
0 Votes
Creating a DAO Recordset in Visual Studio 2005
I have been trying to create a DAO recordset in Visual Studio 2005 Professional and populate it using an SQL query.Answered | 1 Replies | 12037 Views | Created by Kunnath Chandran - Thursday, September 4, 2008 10:14 PM | Last reply by Shrikant Maske - Monday, October 6, 2008 8:30 AM -
0 Votes
Datetime problem?
I have checked all "possible" problem about datetime... timezone, regional settings,....The unique solution have found is add a little code in the methods ApplyChanges in ...Answered | 9 Replies | 10569 Views | Created by SoBaKaaa - Monday, November 17, 2008 8:45 AM | Last reply by Mariano Pass - Friday, March 6, 2009 12:04 AM -
2 Votes
Setting Focus back to Field in Error
I was just wondering how you would do it if you did not have the context such as doing cross-field validation on a Form OnSave event and wanting to ...Answered | 5 Replies | 3234 Views | Created by Kahuna2000 - Wednesday, January 25, 2012 4:50 PM | Last reply by Adam Vero - Thursday, February 23, 2012 5:08 PM
No announcements