其他分享
首页 > 其他分享> > Yigo平台常用函数

Yigo平台常用函数

作者:互联网

常用操作函数


动作标识脚本描述
新增 ViewNewBill New(Left(GetFormKey(), Length(GetFormKey())-4));
刷新 Refresh LoadData();
新增 NewBill New(GetFormKey());
保存 Save SaveData();UpdateView();
删除 Delete DeleteData();UpdateView();Close();
编辑 Edit Edit();
取消 Cancel Cancel();
关闭 Close Close();
打印 Print  
打印预览 PrintPreview  
审批记录   ShowModal("WFLog",{ pOID:{GetOID()}, processKey:{GetProcessKey()}, processVer:{GetProcessVer()}})
生成 Create Map('YD_PurchaseNoStockInToYD_StockIn','YD_StockIn')

 

其他函数

  1. 下推 Map

  2. 自动下推AOTUMao

  3. 上引下推 MaptoFrom

  4. GetDictValue 字典字段要缓存

标签:GetFormKey,常用,函数,Map,Yigo,下推,Edit,New,Close
来源: https://www.cnblogs.com/littlemu/p/15842025.html