Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
Is it possible to pass the system timestamp via a web integration link paramater or is this only available via an API call?
I'm not sure what you need by a system timestamp, but if you want the current time, then you could make a web integration link like:
http://someURL/test.htm?date={!Today}
Which will put the current date in the date parameter.
I'm not sure what you need by a system timestamp, but if you want the current time, then you could make a web integration link like:
http://someURL/test.htm?date={!Today}
Which will put the current date in the date parameter.