I am having a strange issue when I change record type on a page. The field editor is tied to the Task Object.
I have included the RecordTypeId field so I have an editable field on the page. However when I change the record type by editing it inline on the view page, the Status and Priority fields are wiped clean.
These are fields that are accessible in both record types and the picklist values aren't restricted by record type so baffled as to why a record type change would clear them.

-
782 Points
Posted 4 years ago
mB Pat Vachon, Champion
-
42,926 Points


-
782 Points
Yes I have confirmed that all the picklist values are available in both record types.
mB Pat Vachon, Champion
-
42,926 Points
mB Pat Vachon, Champion
-
42,926 Points
-
782 Points
mB Pat Vachon, Champion
-
42,926 Points
mB Pat Vachon, Champion
-
42,926 Points
<skuidpage unsavedchangeswarning="yes" showsidebar="true" showheader="true" tabtooverride="Task"> <models> <model id="Task" limit="0" query="true" createrowifnonefound="true" sobject="Task" doclone="" type=""> <fields> <field id="Subject"/> <field id="CreatedDate"/> <field id="Status"/> <field id="Priority"/> <field id="RecordTypeId"/> <field id="RecordType.Name"/> <field id="Type"/> </fields> <conditions/> <actions/> </model> </models> <components> <pagetitle model="Task"> <maintitle> <template>{{Subject}}</template> </maintitle> <subtitle> <template>{{Model.label}}</template> </subtitle> <actions> <action type="savecancel" window="self"/> <action type="multi" label="Reset" window="self"> <actions> <action type="requeryModel" model="Task" behavior="standard"/> </actions> </action> </actions> </pagetitle> <basicfieldeditor showsavecancel="false" showheader="true" model="Task" mode="edit" buttonposition="" layout=""> <columns> <column width="50%"> <sections> <section title="Basics" collapsible="no"> <fields> <field id="Subject"/> <field id="Status" valuehalign="" type=""/> <field id="Priority" valuehalign="" type=""/> </fields> </section> </sections> </column> <column width="50%"> <sections> <section title="System Info" collapsible="no"> <fields> <field id="CreatedDate"/> <field id="RecordTypeId"/> <field id="Type"/> </fields> </section> </sections> </column> </columns> </basicfieldeditor> </components> <resources> <labels/> <css/> <javascript/> </resources> </skuidpage>
-
782 Points
You did also trigger me to check workflows, as I do have a few updating tasks, but again nothing touching those fields.
Looked at another way, when I view the task using the normal salesforce layouts, I can change the record type without problem.
Does suggest there is something local to my Skuid page that is causing the issue?
mB Pat Vachon, Champion
-
42,926 Points
-
782 Points
-
782 Points
Thanks again.
mB Pat Vachon, Champion
-
42,926 Points
Rob Hatch, Official Rep
-
44,168 Points
-
782 Points
Rob Hatch, Official Rep
-
44,168 Points
Then send an email to "support@skuidify.com" with your Org ID and the name of this page.
We'll take a look at what is going on.
mB Pat Vachon, Champion
-
42,926 Points
-
782 Points
Zach McElrath, Employee
-
49,648 Points
Zach McElrath, Employee
-
49,648 Points