xrmquery

    2熱度

    2回答

    我正在爲掃描模塊編寫自定義打印腳本頁面。 掃描代碼時,CRM記錄上的日期時間字段需要更新。 這裏是我的代碼: XrmQuery.update(x => x.cgk_bonuses, this.bonusId(), { cgk_datescan: new Date() }) .execute(id => { }); 有誰知道我做錯了更新日期時間字段? 更

    2熱度

    1回答

    我需要使用XrmQuery來更新id爲「null」的綁定字段。 這裏是我的代碼: XrmQuery.update(x => x.contacts, recordId, { address2_line1: null, address2_postalcode: null, address2_city: null,