ui-only field is not displaying the inline help text.
-
162 Points
- annoyed
Posted 6 months ago
Emily Davis, Employee
-
3,612 Points
Hey, Ty,
Do you mind sharing what version of Skuid you're running? And perhaps a screenshot of the configuration for your model's ui-only field in the builder?
Emily
Do you mind sharing what version of Skuid you're running? And perhaps a screenshot of the configuration for your model's ui-only field in the builder?
Emily
-
162 Points
And here's XML:
<skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true">
<models>
<model id="NewModel" limit="20" query="true" createrowifnonefound="false" datasource="salesforce" sobject="Account">
<fields>
<field id="RecordTypeId"/>
<field id="NewField" uionly="true" displaytype="TEXT" label="new field" helptext="new text inline help text"/>
</fields>
<conditions/>
<actions/>
</model>
</models>
<components>
<skootable showconditions="true" showsavecancel="true" showerrorsinline="true" searchmethod="server" searchbox="true" showexportbuttons="false" hideheader="false" hidefooter="false" pagesize="10" alwaysresetpagination="false" createrecords="true" model="NewModel" buttonposition="" mode="read" allowcolumnreordering="true" responsive="true" uniqueid="sk-VEm-118">
<fields>
<field id="NewField" hideable="true" uniqueid="fi-VEo-134"/>
</fields>
<rowactions>
<action type="edit"/>
<action type="delete"/>
</rowactions>
<massactions usefirstitemasdefault="true">
<action type="massupdate"/>
<action type="massdelete"/>
</massactions>
<views>
<view type="standard"/>
</views>
</skootable>
</components>
<resources>
<labels/>
<javascript/>
<css/>
<actionsequences uniqueid="sk-VEd-102"/>
</resources>
<styles>
<styleitem type="background" bgtype="none"/>
</styles>
</skuidpage>
<skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true">
<models>
<model id="NewModel" limit="20" query="true" createrowifnonefound="false" datasource="salesforce" sobject="Account">
<fields>
<field id="RecordTypeId"/>
<field id="NewField" uionly="true" displaytype="TEXT" label="new field" helptext="new text inline help text"/>
</fields>
<conditions/>
<actions/>
</model>
</models>
<components>
<skootable showconditions="true" showsavecancel="true" showerrorsinline="true" searchmethod="server" searchbox="true" showexportbuttons="false" hideheader="false" hidefooter="false" pagesize="10" alwaysresetpagination="false" createrecords="true" model="NewModel" buttonposition="" mode="read" allowcolumnreordering="true" responsive="true" uniqueid="sk-VEm-118">
<fields>
<field id="NewField" hideable="true" uniqueid="fi-VEo-134"/>
</fields>
<rowactions>
<action type="edit"/>
<action type="delete"/>
</rowactions>
<massactions usefirstitemasdefault="true">
<action type="massupdate"/>
<action type="massdelete"/>
</massactions>
<views>
<view type="standard"/>
</views>
</skootable>
</components>
<resources>
<labels/>
<javascript/>
<css/>
<actionsequences uniqueid="sk-VEd-102"/>
</resources>
<styles>
<styleitem type="background" bgtype="none"/>
</styles>
</skuidpage>
Emily Davis, Employee
-
3,612 Points
Ah. The page xml is helpful, thank you. Skuid actually does not currently support showing inline help text in the Table component, only in the Field Editor component.
I would check out this thread for a few more details, as well as some suggestions for how surface that help text in your table: https://community.skuid.com/skuid/topics/is-it-possible-to-add-help-text-to-a-table-field
I would check out this thread for a few more details, as well as some suggestions for how surface that help text in your table: https://community.skuid.com/skuid/topics/is-it-possible-to-add-help-text-to-a-table-field
Related Categories
-
Skuid on Salesforce
- 2742 Conversations
- 224 Followers