How can i use an Interface to be just read only

Certified Associate Developer

So i want to create an site and add an Interface as a page in it but it should be read only and i should have fields but the data in those fields must be coming from a record table.

  Discussion posts and replies are publicly visible

Parents Reply
  • +1
    Certified Lead Developer
    in reply to skzahed_09

    It depends. On the use case, UX considerations, and other requirements.

    But, the most simple approach, is to use the OOTB features. The record list as a site page shows existing record and you can create new ones using the record list action. Clicking a record navigates to the record summary view.

    This is the basic principles of how it is meant to be done. You can ignore all this and build everything from scratch, but then you will find out that many specific features are designed to specifically support this basic principle. And then you will have a hard to working around this.

Children