Dynamics ax 2012 已过账记录禁止删除

防止删除已过账记录,删除按钮灰化

 prodJournalTable_ds.allowDelete(!prodJournalTable.Posted);

从逻辑层面控制

public boolean validateDelete(){
    boolean ret;

    ret = super();

    ret = journalFormTable.datasourceValidateDeletePost(ret);
    // Added by Danze 2020/3/24
    if(prodJournalTable.Posted){
        error("Posted records cannot be deleted!");
        return false;
    }
     // Added by Danze 2020/3/24 end    return ret;}

    Danzel
    Danzel管理员

    • 声明:本文由Danzel于2021-03-25转载(优化),转载须经原站同意并注明出处。
    • 本文地址:http://maryd.cn/?id=164
    上一篇:Dynamics ax 2012 Get User Roles Associated with current user
    下一篇:Dynamics ax 2012 新建按钮无法新增方法

    留言评论

    暂无留言
    取消
    扫码支持