Skip to main content
May 12, 2024
Question

Entity-backed (View)

  • May 12, 2024
  • 8 replies
  • 0 views

Hi

everyone

After reading this sentence, I wanted to know more, so I would like to ask a question.

 [mention:a776b956d9da49b1bbfb78dfc99430ac:46448885d0e64133bbfbf0cd7b0fd6f7] 

How can i map a view with record type.

As a result of investigation, I was unable to map View to RecordType.

Thanks

8 replies

stefanhelzle0001
Brainy
May 12, 2024

That conversation is two years old. One aspect of records is, to avoid the need for database views.

What are you looking for?

girlc0001Author
May 12, 2024

[mention:a11f77a729fb4db2af76b09948583328:e9ed411860ed4f2ba0265705b8793d05] 

I'm looking for ways to map View and recordtype.

If recordtype relation cannot be used, create a View and then map the recordtype to the View, and retrieve data.

stefanhelzle0001
Brainy
May 12, 2024

Records do not support views. Did you consider to create that view logic inside Appian, using synced records?

If you absolutely want/need to fetch data from that view, use data types and data stores.

karthikk538
May 12, 2024

are you looking to create a record from view and map that to relation with another record created from another view?

girlc0001Author
May 12, 2024

[mention:35656ad056ed4a5a9a8091da482e69e9:e9ed411860ed4f2ba0265705b8793d05] 

yes,how can i create .please explain more details.