Skip to main content
Nintex Community Menu Bar
Question

Selected Record Type to show on Skuid page in Field Editor RecordTypeId Field

  • July 11, 2024
  • 1 reply
  • 4 views

Forum|alt.badge.img+3

I am selecting a record type from the dropdown and it is redirecting to a skuid page as intended using a visualforce page to redirect. There is a field recordtypeid on the skuid page that I want to auto-populate with the selected record type from the dropdown in the previous page. This is basic question but I am totally new to Skuid so please tell me the steps. Thanks.

This topic has been closed for replies.

1 reply

Forum|alt.badge.img+13

Usually the Record Type selection dropdown page will send along a “RecordType” Parameter in the URL. You can configure the Model in your Skuid Page to pre-populate the RecordTypeId field using that RecordType parameter by adding a new Model Condition of type “Page/URL Parameter”, and put “RecordType” for the Parameter Name.