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
VBA Module error, database refuese to open. Appears to lose all data..
70XX Event ID's causing a very slow login
tried to upgrade to svc pk 3, now it won't boot
"net use" shows a drive share as "unavailable" when run from the scheduler
DNS web forwarding
Bypass Save As...
MS SQL 2005 case problem
Unable to set the range class error message
error opening a website
Closing an email causes Outlook to crash.