NotifyNow - getPreferredE164VoiceNumber(GlideRecord ユーザー)

  • リリースバージョン: Washingtondc
  • 更新日 2024年02月01日
  • 読む1読むのに数分
  • ユーザーの優先する音声通話の E.164 に準拠した電話番号を返します。

    表 : 1. パラメーター
    名前 タイプ 説明
    ユーザー GlideRecord または文字列 E.164 準拠の電話番号を取得するユーザーのユーザー レコードまたは sys_id。
    表 : 2. 返される内容
    タイプ 説明
    文字列 E.164 準拠の電話番号または null です。
    var userID = "<user sys_id>";
    var E164Number = new SNC.NotifyNow().getPreferredE164VoiceNumber(userID);
    gs.log('the preferred phone number for setting up voice calls is ' + E164Number + ' for user with id: ' + userID);