Skip to main content
Nintex Community Menu Bar
Question

Skuid PopUp where recordType can be changed; User clicks Save & Close > no change to recordType. Re

  • July 11, 2024
  • 1 reply
  • 7 views

Forum|alt.badge.img

I have a popup where a the record type can be changed. When the user hits Save & Close the popup window closes. The record type changes, but only when the user refreshes the browser. How do I ‘force’ the refresh? What steps am I missing?
I have the following in place:

Field ID - RecordTypeId; Rendered as Picklist (would prefer lookup)

1. Save changes in model
2. Query Model
3. Close topmost popup

1 reply

Forum|alt.badge.img+4
  • July 11, 2024

Have you tried adding an “After Close Action” on the popup to query the model using the standard replace all data option? That might work; I’ve done similar things for changing other fields but not specifically with record types.