passing data from Record Type or passing just the ID and query?

So I have a record type backed by a view (It has around 15 columns). A lot of those data points I would like to display in the user interface (on the Summary view). What is better: pass those from the record type (using rf!variable) or querying directly on the summary SAIL rule?

OriginalPostID-236419

  Discussion posts and replies are publicly visible

Parents
  • We are using different CDTs for record list view and summary view.

    CDT for record list view is obtained using a DB view maintained in Appian Datasource. DB view is de normalized with only the columns to be viewed in record list view and the filters available. To keep the response light and performance better.

    We call summary interface with the selected record ID and do a fresh call to fetch the detailed CDT (around 30 columns).

    Thanks!
Reply
  • We are using different CDTs for record list view and summary view.

    CDT for record list view is obtained using a DB view maintained in Appian Datasource. DB view is de normalized with only the columns to be viewed in record list view and the filters available. To keep the response light and performance better.

    We call summary interface with the selected record ID and do a fresh call to fetch the detailed CDT (around 30 columns).

    Thanks!
Children
No Data