Prepare for your Next Interview
This is a discussion on Filling "Date Creation" field with the current day within the Test Director forums, part of the Software Testing category; I would like to fill automatically the "Date Creation" field with the current day date, How to do it? Note: [This question was asked by Vince Gerd]...
|
|||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
|||
|
Filling "Date Creation" field with the current day
I would like to fill automatically the "Date Creation" field with the current day date, How to do it?
Note: [This question was asked by Vince Gerd] |
| Sponsored Links |
|
|||
|
Re: Filling "Date Creation" field with the current day
Hi, you can write the vb code in setup work flow.this can be found in customization.in the setup work flow select the defects module,then defects field can change...in this wirte the following code:the code that iam giving updates the closing date field with the current date when status changed to closed.you can use this code with small modifications as per your requirement. Sub defects_bug_fieldchange(fieldname) on error resume next if fieldname="bg_status" then if bug_fields("bg_status").value ="closed" then bug_fields("bg_closing_date").value =date end if let me know if you are not able to get the current date. Thanks deepika.p
|
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Remove an application without "uninstall/Remove" option | anushya | Windows | 3 | 4 Days Ago 11:56 AM |
| does anybody explain the "novus testing framework?" | pputturi | Testing Frameworks | 2 | 02-20-2008 01:30 AM |
| India is not a country of 100 million... Quot Mukesh Ambani | Lokesh M | Geeks Lounge | 0 | 10-10-2006 03:26 AM |
| Query with Filling Functions | joel | C and C++ | 2 | 09-16-2006 03:13 PM |
| McAfee launches "TOTAL PROTECTION" Beta | Lokesh M | Geeks Lounge | 0 | 06-22-2006 07:44 AM |