Files
kintone-liebherr-japan/勤怠申請入力(内勤者用)/pvc-desktop-view.js
2026-03-02 17:22:04 +08:00

12 lines
286 B
JavaScript

(function () {
"use strict";
/**
* 一覧画面の編集保存時の処理
*/
kintone.events.on("app.record.index.edit.submit", function (event) {
event.error = "一覧画面からの編集機能は制限しております。";
return event;
});
})();