• IKON Maria
  • NEWBIE
  • 0 Points
  • Member since 2007

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
I am trying to isolate the time part of the Event Date Time Field (evt13). 
 
<script language="JavaScript">
function redirect() {
parent.frames.location.replace("/00U/e?retURL=%2F{!Event.Id}&what_id={!Event.Id}&evt5=NM&RecordType=01230000000DEC6&evt5={!Event.Subject}&00N300000013KTS={!Event.Subject_Score__c}&00N300000013Wpk={!Event.Contact_Score__c}&evt6={!Event.Description}&evt4+{!Event.ActivityDate}&evt13=12:00AM")
}
redirect();

</script>
 
I would like evt13 to be the time of the previous event (I am creating a custom Clone Event button).  Any help is greatly appreciated.
 
Thanks!
 
-Maria