For a Record Type - a selected record is not opening UI with summary/news/related actions tabs. Cannot construct Record UI error

How to fix this error. What could be causing this. a record selected from record type list is not loaded for a specific user but it is opening for designer or another user.

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    Hi anushas0002

    Can you please attach the error log to understand the root cause.

    However in order to debug this, you can also try the below mention steps:

    -- Launch & Edit Record from design

    -- For 'Summary' view configuration, comment out the current interface expression and hard-code the following expression as mention below:

    a!dashboardLayout(
      contents:{
        a!textField(
          label: "Record ID",
          readOnly: true(),
          value: rp!id
        )
      }
    )

     

    -- Un-Check all the related actions shortcuts for this Summary View (if any)

    -- Save and Launch this record, if this UI is being rendered properly, means there is something wrong in your Code / Configuration. But if not, then try referring to log to have the complete details about this issue.

     

    Hope this helps.

Reply
  • 0
    Certified Lead Developer

    Hi anushas0002

    Can you please attach the error log to understand the root cause.

    However in order to debug this, you can also try the below mention steps:

    -- Launch & Edit Record from design

    -- For 'Summary' view configuration, comment out the current interface expression and hard-code the following expression as mention below:

    a!dashboardLayout(
      contents:{
        a!textField(
          label: "Record ID",
          readOnly: true(),
          value: rp!id
        )
      }
    )

     

    -- Un-Check all the related actions shortcuts for this Summary View (if any)

    -- Save and Launch this record, if this UI is being rendered properly, means there is something wrong in your Code / Configuration. But if not, then try referring to log to have the complete details about this issue.

     

    Hope this helps.

Children
No Data