Microsoft
Software
Hardware
Network
Question : Auto populate date field for Microsoft CRM 4.0
Is it possible to use the onChange event of a field to autopopulate a date in another field?
Something like...
new_revdateentered = Date()
Answer : Auto populate date field for Microsoft CRM 4.0
You need javascript like this:
crmForm.all.new_revdateent
ered.DataV
alue = new Date ();
This will set the field to the current date and time.
You can use standard Javascript date methods to set the actual date and/or time.
Random Solutions
Internet Explorer 7 - Slow to load Initially
How do I migrate Exchange 2003 Public Folder to Exchange 2007 using PFMigrate?
Two vb.net projects in one application
Can I use GPO to uninstall IE 8 ?
I would like to prevent two or more instances of outlook being open at same time
"The expression you entered as a query parameter producted this error"
SBS 2003 Network Configuration and DCHP
Can't run Maintance plans scheduled, get error
tweaking my stored proc
MS Project and SQL Server