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
5 replies
Subscribers
8 subscribers
Views
2289 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
AI and Rules
Is it possible to write to the database directly from a SAIL Interface in 7.5?
Arsh Rup Singh
Certified Lead Developer
over 10 years ago
Is it possible to write to the database directly from a SAIL Interface in 7.5?
Our Client wants the ability to write to a database directly from a Record View without going through Related Action.
Thanks
OriginalPostID-146925
OriginalPostID-146925
Discussion posts and replies are publicly visible
0
elizabeth.epstein
over 10 years ago
You could create a writer function to accomplish this (
forum.appian.com/.../Custom_Function_Plug-ins
,
forum.appian.com/.../Custom_Function_Plug-ins.html
but it is not available OOB.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Tim
Certified Lead Developer
over 10 years ago
There's no recommended way to write directly to an RDBMS from a dashboard. The best solution would be to create your own webservice layer to handle this and use functions such as bind() and webservicewrite()
forum.appian.com/.../Scripting_Functions.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Arsh Rup Singh
Certified Lead Developer
over 10 years ago
Thanks
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Vinod Bongoni
Certified Lead Developer
over 10 years ago
Hi arshs,
Have a look about "startprocesswrite" function, which is used to trigger a process model.
So On record dashboard, you can play with this like, call this function to trigger a process, which is to be write into the DB, by clicking a button or link or any.
Hope, it might be helpful for you.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Arsh Rup Singh
Certified Lead Developer
over 10 years ago
Thanks vinodb,
I will put this as an option to the team.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel