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 to subscript and superscript on mySQL?
Mac Excel won't open files
How to read a DMP file?
List box in inputbox?
Linking error Debug (Release without linker error) *unresolved external symbol*
Insufficient system resources exist t complete the requested service
Can't Open Reports
User Profile Service error when logging in. Regedit BAK stuff not applicable.
Login scripts not working between domains with a trust
VBA Help Doesn't Work