Skip to main content
February 9, 2023
Solved

How to open different record views in entity based record from interface?

  • February 9, 2023
  • 8 replies
  • 0 views

Hi Everyone,

Can anyone please help me how can I open different record views through record link function based on input params in interface.

Thank you

    Best answer by harshitb6843

    Then the problem is with the record identifier that you're passing. 
    To check it, try hardcoding the primary key and see if the URL works. If it does, then the problem is with the identifier of record that you're passing. 

    8 replies

    February 9, 2023

    HI, please elaborate what do you want to achieve?

    February 9, 2023

    I have an entity based record type have more than one record views in headers and views section. From the interface I  am using record link and would like to open different record views based on the params. 

    February 9, 2023

    What I understood is that you want to show different data in the record view based on the Rule Inputs in the interface or may be based on the User Role, and for that you have created two different views to show in either case, the intended functionality can be achieved with show-hide mechanism to show the relevant data or nested interface based on the params within the same view.