中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Filter is not working on calculated field

發布時間:2020-07-08 00:42:05 來源:網絡 閱讀:197 作者:ServiceNow 欄目:云計算

Did you create the field with the calculated value after the table was already in production (i.e. did records exist before they had this field available?)

If so, then they are calculating the value for list display only and don't have anything stored in the database (where the filter is querying from.)

You'll need to run a script in scripts-background to update all existing records to save the calculated field in the database for each record (and be sure to use autoSysFields(false) and setWorkflow(false) and setForceUpdate(true)) to go in stealth mode.

var r = new GlideRecord('task');
r.addQuery('sys_class_name','pm_project');
r.query();
while (r.next()) {

         r.setForceUpdate(true);

         r.autoSysFields(false);

         r.setWorkflow(false);

         r.update();
}
向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

肃宁县| 长岭县| 龙口市| 安陆市| 丁青县| 本溪| 田东县| 清徐县| 静乐县| 历史| 和平县| 阳原县| 红桥区| 崇信县| 莒南县| 公主岭市| 郑州市| 桃园县| 洛宁县| 晋宁县| 连南| 合肥市| 山东省| 浪卡子县| 攀枝花市| 丰台区| 永吉县| 平邑县| 荥阳市| 卢湾区| 苗栗县| 屏东市| 玛纳斯县| 宁夏| 娄烦县| 疏附县| 开远市| 分宜县| 海晏县| 周至县| 民县|