... but I was looking for a way so when adding a map service, the schemaLockingEnabled would default to false instead of true.
Idea posted to ideas pagehttps://community.esri.com/ideas/15221
<PropertySetProperty xsi:type="typens:PropertySetProperty"> <Key>schemaLockingEnabled</Key> <Value xsi:type="xs:string">true</Value> </PropertySetProperty>
_schemaLockingEnabledCheck:null _setSchemaLockingEnabledAttr:function(_620){if(!_620){_620="true";}this._schemaLockingEnabledCheck.set("checked",_620==="true"?true:false);},_getSchemaLockingEnabledAttr:function(){return this._schemaLockingEnabledCheck.get("checked");}
<ServerObjectConfiguration>... <Properties> ... <SchemaLockingEnabled>false</SchemaLockingEnabled> </Properties></ServerObjectConfiguration>
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.