You could get it from a direct SQL call from an AL. Just do a SET FIELDS and your SET FROM should be SQL. Then just execute the appropriate current time function for your underlying DB. For Microsoft SQL Server you could use...
SELECT getdate() HTH Norm -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of keith23773 Sent: Wednesday, February 06, 2008 11:37 AM To: [email protected] Subject: Use the Server time rather than the Client Time in an Active Link I have a situation where I am trying to calculate the expired time between 2 dates. The problem is that the start date is created from an active link and therefore takes the date from the client and the end date is created from a filter, taking the date from the server. As the server and client times are not in sync, this is causing a problem. Does anyone know if there is a Process comand that you can use with an Active Link so it takes the timestamp from the server rather than the client? Thanks Keith -- View this message in context: http://www.nabble.com/Use-the-Server-time-rather-than-the-Client-Time-in -an-Active-Link-tp15308346p15308346.html Sent from the ARS (Action Request System) mailing list archive at Nabble.com. ________________________________________________________________________ _______ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

