Results 1 to 2 of 2

Thread: Filling "Date Creation" field with the current day

  1. #1
    Moderator
    Join Date
    Oct 2005
    Answers
    305

    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]


  2. #2
    Contributing Member
    Join Date
    Feb 2008
    Answers
    59

    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


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact