No announcements
Found 240392 threads
-
0 Votes
Cast only year from datetime field
You will want to not expose your main datetime attribute on the form or you may expose it if you wish, but you create another attribute that is only a varchar ...Answered | 3 Replies | 4225 Views | Created by techCjohn - Monday, June 20, 2011 8:33 PM | Last reply by Jamie Miley - Tuesday, June 21, 2011 12:29 AM -
1 Votes
Display only the year
Hello, you can also use workflows to fill your new custom integer fields for month and year.Answered | 9 Replies | 1323 Views | Created by sylvain_43 - Wednesday, August 12, 2015 3:29 PM | Last reply by Dr. Krieger und Kollegen Markus Müller - Tuesday, August 18, 2015 8:33 AM -
1 Votes
how to extract only year from currentdate
JavaScript: var currentDate = new Date(); var year = ...Answered | 4 Replies | 9209 Views | Created by CRMAG - Tuesday, January 25, 2011 2:23 PM | Last reply by CRMAG - Thursday, January 27, 2011 3:34 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 @date datefield, ...Answered | 6 Replies | 7105 Views | Created by IamaNovice - Tuesday, November 10, 2009 7:36 PM | Last reply by IamaNovice - Tuesday, November 10, 2009 11:27 PM -
0 Votes
DateTime field Programatically
Hi, Try using like the code below: DateTime jj_DateTime = ...Answered | 2 Replies | 4954 Views | Created by Gustavo CRM - Thursday, October 6, 2011 1:24 PM | Last reply by Jehanzeb.Javeed - Friday, October 7, 2011 1:32 AM -
2 Votes
Only display month in date field
You can try to use following JavaScript at OnChange handler of DateTime field: var value = crmForm.all.Answered | 4 Replies | 6108 Views | Created by jd1866 - Wednesday, December 1, 2010 3:54 PM | Last reply by jd1866 - Thursday, December 2, 2010 1:40 PM -
0 Votes
Comapre two datetime fields
<field 1>.DataValue; var val2 = crmForm.all.Answered | 1 Replies | 6890 Views | Created by Sujatha B - Tuesday, March 2, 2010 12:39 PM | Last reply by Andrii Butenko - Tuesday, March 2, 2010 1:00 PM -
1 Votes
Datetime field not disabling
It is available only when another attribute is a certain value.Answered | 11 Replies | 5053 Views | Created by EddiRaeM - Wednesday, September 1, 2010 1:12 PM | Last reply by Amarsen Vangoor - Wednesday, September 1, 2010 4:12 PM -
0 Votes
Grouping DateTime field in FetchXML
In the designer select the date field and in properties you can set the desired format as most of the format are already availabale.Answered | 3 Replies | 14131 Views | Created by Ka Chun Ng - Tuesday, April 2, 2013 7:27 AM | Last reply by Faisal Fiaz - Tuesday, September 10, 2013 2:23 PM -
5 Votes
Losing milliseconds setting Recordset field to DateTime
I can correctly retrieve a datetime with milliseconds from the DB, but I can't set that field in the Recordset to a DateTime with milliseconds without it rounding ...Answered | 4 Replies | 4701 Views | Created by Brad Salmon - Monday, July 22, 2013 4:43 PM | Last reply by Dave Patrick - Sunday, July 28, 2013 5:21 PM -
0 Votes
How to filter date field without calculating year ?
A D.O.B is only ever going to be entered once, and then it will never be changed.Answered | 5 Replies | 4546 Views | Created by Shank Bala - Friday, March 9, 2012 7:36 AM | Last reply by Paul Nieuwelaar - Sunday, March 11, 2012 10:15 AM -
0 Votes
input Null datetime field
On the iwndow form I have multiple fields that were binded at run time to the SQL server table fields.Answered | 1 Replies | 7498 Views | Created by Thuy Tran - Tuesday, September 22, 2009 1:56 PM | Last reply by Shrikant Maske - Wednesday, September 23, 2009 1:38 PM -
0 Votes
CRM 4.0 Hide the date part of a datetime field on a form
Really it only impacts advanced find views.Answered | 17 Replies | 12514 Views | Created by PGO01 - Tuesday, March 24, 2009 4:05 PM | Last reply by Sireesha Garikipati - Tuesday, March 5, 2013 6:50 AM -
0 Votes
Update read-only field from Workflow
well you need to update field to not read only and then publish customization and then go to workflow and in workflow editor you will be able to update this field..Answered | 1 Replies | 11801 Views | Created by bjmorch - Wednesday, July 7, 2010 8:15 PM | Last reply by Mayank Pujara - Wednesday, July 7, 2010 8:49 PM -
0 Votes
Calculated Read Only Field
Do not make field to read only Just make disabled it on form load crmForm.all.____________.Disabled = true; and on save make ...Answered | 5 Replies | 7000 Views | Created by Guyatplacedotcom - Wednesday, June 30, 2010 7:46 PM | Last reply by Nika MSD CRM Expert - Monday, August 9, 2010 8:08 AM -
0 Votes
Datetime calculation
but how can i store the result into a decimal or integer field.Answered | 4 Replies | 7283 Views | Created by cam2huynh - Wednesday, February 4, 2009 10:29 AM | Last reply by cam2huynh - Wednesday, February 4, 2009 12:59 PM -
3 Votes
It's possible to disable only the manual entry in the datetime field, but to choose the date using the button?
= null)) { if (isReadOnly) ...Answered | 3 Replies | 6670 Views | Created by jolopr - Wednesday, September 22, 2010 8:05 PM | Last reply by jolopr - Tuesday, October 5, 2010 2:21 PM -
0 Votes
Setting the datetime using SDK
I was already receiveing the datetime in the format "2010/4/15T17:00:00" - but was just being stupid!Answered | 11 Replies | 4929 Views | Created by bshah1985 - Wednesday, April 14, 2010 9:08 AM | Last reply by bshah1985 - Thursday, April 15, 2010 8:40 AM -
8 Votes
DateTime in a plugin in CRM 2011.
Additionally I think I have proven that when you create a second entity from a plugin and use the datetime value on that, CRM works it all out correctly.Answered | 17 Replies | 33024 Views | Created by Laughing John - Tuesday, May 24, 2011 1:25 PM | Last reply by Vladislav Osmanov - Thursday, June 21, 2012 1:53 PM -
0 Votes
need to select hour from datetime field in oracle
i need to select hour only from datatime filed ex. 01/04/2009 08:00:00 ص please can any one help meAnswered | 1 Replies | 9952 Views | Created by sara mohamed - Wednesday, May 20, 2009 9:55 AM | Last reply by Shrikant Maske - Wednesday, May 20, 2009 9:59 AM - Items 1 to 20 of 240392 Next ›
No announcements