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
9 subscribers
Views
1713 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
I have one scenario, when I open records in Tempo I need to insert some log info
sridharj
over 9 years ago
I have one scenario, when I open records in Tempo I need to insert some log info in database based on some confidential data displayed on particular record. Could you please help how can achieve this.
In one of the sail forms I am able to do this using bind() and saving data in some operation on that form. In records I am not doing any operation so I cannot save anything. That's I am not able to use this technic in records sail form. Please suggest to me any other solution.
OriginalPostID-181804
OriginalPostID-181804
Discussion posts and replies are publicly visible
0
Tim
Certified Lead Developer
over 9 years ago
One suggestion could be to have the initial load of the record limit the display to just a few fields and provide an image or link to show the full record. From this interaction you can unhide the remainder of the record dashboard and interact with your bind() variable.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
rawich
over 9 years ago
If you want to follow best practice and continue to use Record for this purpose, then what tim.clarke suggested is the only way. Having SAIL form performed any write/modify operations without user action (via saveInto and bind()), would break the design pattern of no data modification during evaluation phase.
Alternatively, you could implement this use case as Action or Related Action, so you can use Smart Service node to create a log just right before you chain the flow to SAIL form in a User Input Task. This will also make users realized that viewing confidential information is an action, not just browsing.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
sridharj
over 9 years ago
thank you very much, I will try this
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel