Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
3 replies
Subscribers
7 subscribers
Views
1468 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
Can we get the timestamp of opening the sail form for the first time?
shaoyongw
over 9 years ago
Can we get the timestamp of opening the sail form for the first time?
OriginalPostID-140554
OriginalPostID-140554
Discussion posts and replies are publicly visible
0
utkarshs
over 9 years ago
You can just make a simple db which stores date and time when form is opened, the very first entry will obviously be the date and time when the form was opened at first, for getting that simply use function now()
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
utkarshs
over 9 years ago
Let me know if you want me to elaborate it
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
PhilB
A Score Level 1
over 9 years ago
I would suggest wrapping the form in a load, with a variable that is populated with now() as suggested above. However, it depends what you're trying to achieve as the task could be opened, and subsequently reassigned to a different user, in which case you may wish to look at the task metrics:
forum.appian.com/.../Process_and_Report_Data.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel