Hi All, I am going through the SAIL recipes. I am currently studying the bind()

Hi All, I am going through the SAIL recipes. I am currently studying the bind() function.
The recipe is given on the forum at this link .

forum.appian.com/.../SAIL_Recipes.html

In that recipe, a getter function is used which gets employees from web service. Also a setter function is used, which allows the user to post the updated employee information back to the web service (whenever the variable bounded using bind() function is saved into.)

bind() enables us to achieve this elegantly.

My question is:

Assume I am getting the data from a data source using queryEntity() instead of a web service. For writing back the updated data to the web service we use webservicewrite(), which returns a writer (as is expected from a setter rule) .
Since I am using a database as my source instead of a webservice, How can I write my updated data back to the...

OriginalPostID-130520

OriginalPostID-130520

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data