Skip to main content
chenyangz0001
October 1, 2021
Solved

About records

  • October 1, 2021
  • 2 replies
  • 0 views

Hi,

 Does someone know the difference among Service-Backed Record, Process-Backed Record and Entity-Backed Record?

and the definition of them.

I'll appreciate it if you would like to answer my question.

Thanks!

[emoticon:c4563cd7d5574777a71c318021cbbcc8]

Best answer by stewart.burchell
  • Entity-backed: the source of the data is a database entity (table or view) i.e. Appian is connecting directly to a database using JDBC
  • Service-backed: the source of the data is a service  e.g. a web-service (what lies behind that service could be anything)
  • Process-backed: the source of the data is a set of process instances still present in the Appian server

2 replies

stewart.burchell
October 1, 2021
  • Entity-backed: the source of the data is a database entity (table or view) i.e. Appian is connecting directly to a database using JDBC
  • Service-backed: the source of the data is a service  e.g. a web-service (what lies behind that service could be anything)
  • Process-backed: the source of the data is a set of process instances still present in the Appian server
chenyangz0001
October 3, 2021

Thank you very much!