name: sh_test_api__c
custom: true
enable_api: true
enable_audit: true
enable_chatter: true
enable_enhanced_lookup: true
enable_events: true
enable_files: true
enable_inline_edit: true
enable_instances: true
enable_notes: true
enable_search: true
enable_share: true
enable_tasks: true
enable_tree: false
enable_workflow: true
form:
  onValuesChange: !<tag:yaml.org,2002:js/function> |-
    function () {
      console.log('数据变化')
    }
  beforeInsert: !<tag:yaml.org,2002:js/function> |-
    function(){

    console.log('测试测试测试测测');
    console.log(this.doc)

    }
  afterView: !<tag:yaml.org,2002:js/function> |-
    function () {
      console.log('记录显示之后')
    }
icon: apps
is_enable: true
label: 测试业务
version: 2
