Create Record type from SQL View

Certified Senior Developer

Hello,

Could anyone guide me how to create record type from View table?

Thanks

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to manjit.1486

    Non-synced records are what I call real-time records. They are not in the cache. So a real-time record that is backed by a view is queried as it is accessed. So, write to the base tables using either write records or write to datastore or.... As long as the base tables are updated (and the view is not materialized on a schedule) it will get the latest data.

Children
No Data