91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

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

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

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

广南县| 新闻| 铁岭市| 弋阳县| 高青县| 宣恩县| 北海市| 镇平县| 开原市| 龙里县| 平原县| 澄城县| 上犹县| 瑞丽市| 阿城市| 措美县| 庄河市| 泸州市| 江孜县| 台北县| 沛县| 山东省| 马龙县| 乌什县| 河间市| 屏南县| 鹿邑县| 商水县| 郯城县| 抚州市| 东阳市| 法库县| 平陆县| 皋兰县| 华坪县| 玉溪市| 吉安市| 汽车| 获嘉县| 大同县| 广安市|