applying table sort message does not go away and showing an error message in console.

We are using 11.0.1 version of SKUID and setting Process Model client-side check box true and Allow Page Render Before Query Completes to true on the model to increase the performance of the page load. But am running into a issue while applying table filters

  1. Visualforce Remoting Exception: Method ‘updatePersonalizationSettings’ not found on controller skuid.RemotingStubs. Check spelling, method exists, and/or method is RemoteAction annotated. object.f {statusCode: 400, type: “exception”, ref: false, action: “Unknown”, method: “Unknown”, …}

  2. Uncaught TypeError: Cannot read property ‘tid’ of undefined at constructor.getTransaction (VFRemote.js:85)
    at object.f.getTransaction (VFRemote.js:88)
    at constructor. (VFRemote.js:132)
    at a.Event.fire (VFRemote.js:52)
    at constructor.fireEvent (VFRemote.js:47)
    at constructor.onData (VFRemote.js:94)
    at VFExt3.data.Connection.handleResponse (VFRemote.js:75)
    at a (VFRemote.js:39)
    at VFRemote.js:40

Hi Praveen,

You may be running into a known issue that was resolved in the latest release of Skuid (11.0.3) which is now available on the Skuid Releases page. The issue is labeled CORE-1016 in the release notes. I would recommend you upgrade a non-mission-critical sandbox to 11.0.3 to test all critical functionality, including testing the fix for this issue. 

As a reminder, Salesforce does NOT allow reverting back to prior versions of managed packages. Skuid always recommends installing new versions in a non-business critical sandbox environment to test all mission critical functionality before installing into a production environment. We also recommend that you update out of date themes when you upgrade. Please let us know if you continue to encounter any problems with this issue after upgrading.

Issue is resolved after upgrading the package. Thank you for quick response.