difference between Entity Backed records and Process Backed records?

Pls answer the below question

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

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to spykid
    is that the method recommended by Appian?

    The current method recommended by Appian is to not use views at all, and instead to create Synced Record Types for your various DB Tables and use record type relationships to replace the functionality that a View would have provided.

    As has been pointed out to you in your other thread on this subject, you can't point to views with a Synced Record Type (since views can't really be written "to"), so if you MUST use views to query data into appian (one-way), you must still use the older Data Store Entity structure (so in this way, the answer to "is this the recommended method" is "yes", even though it's no longer the preferred implementation).

Children