Use of System date in a BPM to have today month, day and year

In progress, I would use:



Assign JobHead.CreateDate = Today.



Hope this helps.



Dale E. Schuerman

Senior Consultant

Epicor Certified Consulting Partner



RAM Software Systems, Inc.

972-669-0763 x233 (voice)

972-669-9603 (fax)

mailto:dale.schuerman@...
<BLOCKED::blocked::mailto:dale.schuerman@...> (email)

http://www.ramsys.com <BLOCKED::blocked::http://www.ramsys.com/>
(website)





From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of fnaslis
Sent: Wednesday, April 08, 2009 2:07 PM
To: vantage@yahoogroups.com
Subject: [Vantage] use of System date in a BPM to have today month, day
and year



I' writting an action in a BPM and here is the code :

set the JobHead.CreateDate field of the added row to the
DATE(04,07,2009) value

The problem is that I don't want to hardcode the month, day and year, I
need the procedure to set the date to today. I don't know the syntax for
datetime.now to apply.

I should use the following format Date(<Month>,<Day>,<year>)
So how can I get in progress the system date moth, day and year?

does any one has an idea, please.

thanks.




########################################################################
Attention:
This email message is privileged and confidential. If you are not the
intended recipient please delete the message and notify the sender.
Any views or opinions presented are solely those of the author.

This email message has been scanned for Viruses and Content and cleared
by MailMarshal SMTP

For more information go to http://www.ramsys.com
########################################################################


[Non-text portions of this message have been removed]
I' writting an action in a BPM and here is the code :



set the JobHead.CreateDate field of the added row to the
DATE(04,07,2009) value



The problem is that I don't want to hardcode the month, day and year, I need the procedure to set the date to today. I don't know the syntax for datetime.now to apply.


I should use the following format Date(<Month>,<Day>,<year>)
So how can I get in progress the system date moth, day and year?

does any one has an idea, please.

thanks.