Skip to main content

As per Subject. I have an issue with the current version of Skuid on a client’s org where a model action for “Requeried” is triggered on page load even though the model is not set to “Query on Page Load”. The installed Skuid package version is 12.2.12. Does the latest release still contain V1? Any plans in the future to exclude V1 or to discontinue changes/support to V1?


<skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true" tabtooverride="Account">
<models>
<model id="Account" limit="1" query="false" createrowifnonefound="false" datasource="salesforce" sobject="Account">
<fields>
<field id="Name"/>
<field id="CreatedDate"/>
</fields>
<conditions>
<condition type="param" enclosevalueinquotes="true" operator="=" field="Id" value="id"/>
</conditions>
<actions>
<action>
<actions>
<action type="blockUI" message="Model Requeried?!?!?!?"/>
</actions>
<events>
<event>models.loaded</event>
</events>
</action>
</actions>
</model>
</models>
<components>
<pagetitle model="Account" uniqueid="sk-2ZRb-273">
<maintitle>
<template>{{Name}}</template>
</maintitle>
<subtitle>
<template>{{Model.label}}</template>
</subtitle>
<actions>
<action type="delete" uniqueid="sk-2ZRb-262"/>
<action type="clone" uniqueid="sk-2ZRb-265"/>
<action type="share" uniqueid="sk-2ZRb-268"/>
<action type="savecancel" window="self" uniqueid="sk-2ZRb-271"/>
</actions>
</pagetitle>
<basicfieldeditor showsavecancel="false" showheader="true" model="Account" mode="read" uniqueid="sk-2ZRb-289">
<columns>
<column width="50%">
<sections>
<section title="Basics">
<fields>
<field id="Name" uniqueid="sk-2ZRb-281"/>
</fields>
</section>
</sections>
</column>
<column width="50%">
<sections>
<section title="System Info">
<fields>
<field id="CreatedDate" uniqueid="sk-2ZRb-287"/>
</fields>
</section>
</sections>
</column>
</columns>
</basicfieldeditor>
</components>
<resources>
<labels/>
<css/>
<javascript/>
<actionsequences/>
</resources>
<styles>
<styleitem type="background" bgtype="none"/>
</styles>
</skuidpage>

I was told a few months ago when I asked that V1 would continue to be supported indefinitely but may not get new features being rolled out in V2. I hope that is still true.


Reply