Skip to main content

worksheet

Worksheet

{
"_id":"ObjectID", // Worksheet ID
"templateid":"string", // Template ID
"serverurl":"string", // Service library address of row data
"name":"string", // Worksheet name
"maxautoid":"int", // Maximum number
"pyname":"string", // Chinese phonetic alphabet of worksheet name
"desc":"string", // Worksheet description
"status": "int", // Status. 0: not enabled, 1: normal, 9: deleted, 999: completely deleted
"type": "int", // Type. 1: normal worksheet, 2: blank sub-form, 3: worksheet of external portal
"entityname":"string", // Record entity name
"btnname":"string", // Name of Add Record button
"sourcetype":"int", // 1: Manual, 2: Excel, 3: Project, 4: Template
"projectid":"string", // Organization number
"ctime":"datetime", // Date created
"caid":"string", // Creator account ID
"utime":"datetime", // Date updated
"sharerange":"int", // Sharing scope. 1: disable sharing, 2:visible to public, 3: visible to members
"sourceid":"string", // Source worksheet ID
"handlerelation":"bool",// Enable new association storage method
"closeautoid":"bool", // Disable autoid logic
"handleusers":"bool", // Processed redundant member permissions
"version":"int", // Version number of control template
"rownum":"long" // Number of records
"alias":"string", // Worksheet alias
"ogid":"string", // Original worksheet ID, used for worksheet upgrade
"adset",[{"key":"string","value":"string"}], // Advanced settings
}

AdvancedSetting(adset) Description

keyDescription (string)
XXXDesc