This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - In Activity Completion form , Actual Start Date comes automatically as Today day in place of mannual select

AbhishekSrivastava - Monday, April 4, 2016 6:33 AM:

Hi Friends,

Is that possible in Activity completion form,

When i click on save button then  actual start date automatic comes as current date like when we click on Tick mark for Finish date.

So i want to reduce manual select.

Kindly share your solution if any....

 

Thank You

Abhishek Srivastava



AbhishekSrivastava - Tuesday, April 5, 2016 8:41 AM:

For above query ,

I create a button named "Start Date" and on the field event of button i put below code and event is On Click

function AutoDate() {
          
    var Actual_Start=document.getElementById("date_start_act").value; //for javascript
    Actual_Start=  DateTime.Today;

        }

But this was unsuccesfull

Kindly look at below picture , i want when i click on start button then actual start comes automatic .

Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4