亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

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

甘南县| 温州市| 岳西县| 通海县| 抚顺市| 敖汉旗| 金寨县| 木兰县| 卓资县| 志丹县| 建水县| 商城县| 呼伦贝尔市| 贵港市| 香港| 潞西市| 中阳县| 济源市| 荣成市| 桂平市| 永善县| 仁怀市| 瑞丽市| 灵武市| 金阳县| 施秉县| 新蔡县| 鹤峰县| 磐石市| 黎城县| 张家川| 厦门市| 买车| 南郑县| 偃师市| 宝清县| 甘孜县| 南城县| 衡南县| 安西县| 临夏市|