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 - How to pass Current Date-time in AML

Sandy - Tuesday, July 5, 2011 8:15 AM:

Hi,

I have a method in which i have to send the current date time through AML. Can any one tell me the syntax for doing that.

 

 

 

<AML>

<Item type= "Scheduling" action="edit" where="[Scheduling].activityid='32BITID'

<actual_start_date>  Today() //Date() </actual_start_date>

</Item>

</AML>