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
Cannot add column to large excel database...
Validate Month & Year Field on Form
Creating RDP hyperlinks in an Excel document
RDP 7 Audio Compression - Latency
Installer for WinForm Application written in C# .net 2.
Compatible Windows Server 2000 SATA Controller?
Fill Text Boxes with Text when Another Text Box equals a Specific Value
Windows 2008 R2 cannot resolve SIDs
SCVMM 2008 Deployment
Auto Shrink in SQL 2005