Skip to main content
December 16, 2021
Question

difference between Entity Backed records and Process Backed records?

  • December 16, 2021
  • 7 replies
  • 0 views

Pls answer the below question

1.What is the difference between Entity Backed records and Process Backed records?

    7 replies

    stewart.burchell
    December 16, 2021

    This is about the source of data for your Appian Records. There are 3 possible sources:

    • Entity-backed - the data for these comes directly from a database table or view - i.e. a database "entity"
    • Process-backed - the data for these comes from Process instances in your Appian application environment 
    • Service-backed - the data for these comes from the result of an Expression Rule - which in turn could come from any number of different sources e.g. web services, database tables, or a combination of these
    December 18, 2021

    Thank you