Skip to main content
Nintex Community Menu Bar
Question

How do I change the max auto saves property on a dependent page?

  • July 12, 2024
  • 2 replies
  • 1 view
  • Translate

Forum|alt.badge.img+7

Changing the max auto saves property on a master page doesn’t seem to cascade to dependent pages and the property does not seem to be editable on dependent pages.

How do I change the max auto saves property on a dependent page?

Did this topic help you find an answer to your question?

Forum|alt.badge.img+6

Hi Duane,
Thank you for raising that question! I can confirm that observation and unfortunately I couldn’t find anything about it in our documentation. Let me circle internally and find out more!

Thanks,
Luzie

Translate

Forum|alt.badge.img+20

This Skuid page is a table based on the Skuid_Page__c object. You can edit the max saves here.

<skuid__page unsavedchangeswarning="yes" personalizationmode="server" showsidebar="false" showheader="false">
	<models>
		<model id="Pages" limit="" query="true" datasource="salesforce" sobject="skuid__Page__c" orderby="LastModifiedDate DESC">
			<fields>
				<field id="skuid__Count_Auto_Saved_Versions__c"/>
				<field id="skuid__API_Version__c"/>
				<field id="skuid__IsMaster__c"/>
				<field id="skuid__Max_Auto_Saves__c"/>
				<field id="skuid__Module__c"/>
				<field id="Name"/>
				<field id="skuid__MasterPage__c"/>
				<field id="skuid__MasterPage__r.Name"/>
				<field id="skuid__Status__c"/>
				<field id="skuid__Type__c"/>
				<field id="LastModifiedDate"/>
				<field id="skuid__Composer_Settings__c"/>
			</fields>
			<conditions>
				<condition type="multiple" field="skuid__Module__c" operator="in" inactive="true" enclosevalueinquotes="true" name="__autofilter__skuid__Module__c" clientorserver="server" state="filterableoff" value=""/>
			</conditions>
			<actions/>
		</model>
	</models>
	<components>
		<skuid__table allowColumnFreezing="dragDrop" model="Pages" uniqueid="sk-3vzr-30447" mode="read" showSaveCancel="true" pageSize="50">
			<fields>
				<field id="Name" uniqueid="fi-3vzr-31403"/>
				<field id="skuid__IsMaster__c" uniqueid="fi-3vzr-31400"/>
				<field id="skuid__MasterPage__c" uniqueid="fi-3vzr-31404"/>
				<field id="skuid__Max_Auto_Saves__c" horizontalAlignment="right" uniqueid="fi-3vzr-31401"/>
				<field id="skuid__Count_Auto_Saved_Versions__c" horizontalAlignment="right" uniqueid="fi-3vzr-31398"/>
				<field id="skuid__API_Version__c" uniqueid="fi-3vzr-31399"/>
				<field id="skuid__Module__c" uniqueid="fi-3vzr-31402"/>
				<field id="LastModifiedDate" uniqueid="fi-3w00-49656"/>
			</fields>
			<filtering enableSearch="false"/>
			<actions>
				<action type="multi" label="New Page" icon="sk-webicon-lightning-icons:add">
					<actions>
						<action type="createRow" model="Pages" appendorprepend="prepend" defaultmodefornewitems="edit" affectedrows="context"/>
					</actions>
				</action>
			</actions>
			<rowActions/>
			<massActions>
				<action type="multi" label="Mass Update" icon="sk-webicon-lightning-icons:check">
					<actions>
						<action type="massUpdate"/>
					</actions>
				</action>
			</massActions>
			<exportProperties useTableColumns="true"/>
			<sorting enable="false"/>
			<filters>
				<skuid__filter uniqueId="sk-3v_0-36321" type="multiselect" conditionSource="auto" filterMethod="server" labelMode="auto" conditionField="skuid__Module__c" conditionName="__autofilter__skuid__Module__c" conditionOperator="in"/>
			</filters>
			<styles>
				<spacing top="2" right="2" bottom="2" left="2"/>
			</styles>
		</skuid__table>
	</components>
	<resources>
		<labels/>
		<javascript/>
		<css/>
		<actionsequences/>
	</resources>
	<styles>
		<styleitem type="background" bgtype="none"/>
	</styles>
	<interactions/>
	<background/>
</skuid__page>
Translate

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie Settings