纷享销客开发者手册 纷享销客开发者手册
  • 自定义 APL 代码
  • 自定义 PWC 代码
APL代码介绍
API Reference
开发工具
更新日志
APL代码介绍
API Reference
开发工具
更新日志
  • 940版本更新日志
  • 930版本更新日志
  • 920版本更新日志
    • 910版本更新日志
    • 900版本更新日志
    • 890版本更新日志
    目录

    920版本更新日志

    # 更新内容

    UI事件能力升级

    # api更新

    1. UI事件支持获取当前页面标识(Add:新建页面,Edit:编辑页面)

      context.actionPage
      
    2. UI事件支持获取批量操作的数据(兼容单条)

      Map currentBatchDetails = event.getCurrentBatchDetails()
      
    3. 从对象字段支持必填,支持行级隐藏、只读、必填

      // 从对象字段只读隐藏支持单条 (无where条件时表示所有数据隐藏、只读、必填)
      editDetailFields "object_qep6N__c" fieldApiName("field_jt9F4__c") hidden(true) readOnly(true) required(true) where { x -> (x["a"] as Integer) > 0 }
      
      editDetailFields "object_qep6N__c" fieldApiName("field_y220t__c") hidden(true) readOnly(true) required(true) where { x -> (x["a"] as Integer) > 0 }
      

    # 功能提升

    1. 通过UI事件新增的数据支持隐藏单条按钮。
    930版本更新日志
    910版本更新日志

    ← 930版本更新日志 910版本更新日志→

    • 跟随系统
    • 浅色模式
    • 深色模式
    • 阅读模式