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
How can I run/emulate IE 7 to access a site that only works for IE7
Batch file that does a file search and then if found executes a specific command on the file
Visual Basic Search and Replace through large text file
(NEWBIE)Visual Studio (Concurrent I/O operations error) (NEWBIE)
Need help in creating XML file
Batch file to "net use" and capture output to a text file
Font formula
SharePoint Designer - Assign Task to Multiple Receipients and Reassign
Excel VBA count numbers and copy cell
How to pass variable to sql server stored procedure from access mdb form