which type of record is best to use in appian?

which type of record is best to use in appian? and in which scenario we should use entity backed record, process backed record and service backed record?

  Discussion posts and replies are publicly visible

Parents
  • All three are really different. 

    1. Entity-backed record - It is used when you operate on a table. When your source of data replies only to one table. 
    2. Service Backed - When your data source doesn't sit on Appian but rather comes over via Integrations. 
    3. Process Backed - When you want to report over the various variations of data that have been sitting in the process instances of the processes. 

    There is no best or worst. It all depends on the use-case. But most of the times, you will find yourself using the entity backed record. 

Reply
  • All three are really different. 

    1. Entity-backed record - It is used when you operate on a table. When your source of data replies only to one table. 
    2. Service Backed - When your data source doesn't sit on Appian but rather comes over via Integrations. 
    3. Process Backed - When you want to report over the various variations of data that have been sitting in the process instances of the processes. 

    There is no best or worst. It all depends on the use-case. But most of the times, you will find yourself using the entity backed record. 

Children