Which settings drive Kinetic or Classic UI to get displayed?

@aidacra - Thanks! That’s exactly what I was looking for. But I do have a question - when I meet all those criteria and the user preferences is set to Kinetic, why doesn’t the Kinetic (cough, New UI) form open? I still get classic with the snooze bar.

Thanks for the tip on deleting the personalization to get the snooze bar back. I compared the XML on a snoozed form vs a not snoozed, and it looks like the properties with the ‘LastSnoozed’ property name was added this to the end of the personalization (I was testing on MRP Recalc). I deleted the property block, and imported the XML back, and got my snooze bar. Not sure yet if this is kosher, but seems like a good way to get a snooze bar back for someone that doesn’t want to lose all of their personalizations… (Or we can just set the company specific snooze period to 1 day).

<Properties>
    <FormsID>ReportForm</FormsID>
    <ControlName>ReportForm</ControlName>
    <Key>2dcd1674-5e34-4d98-b493-c75747027376</Key>
    <PropertyName>LastSnoozed</PropertyName>
    <PropertyValue>04/27/2022</PropertyValue>
    <Company />
    <Plant />
    <DcdUserID />
    <GroupID />
    <PropertiesID />
  </Properties>