Business Rule in ServiceNow with examples

Поділитися
Вставка
  • Опубліковано 8 січ 2025

КОМЕНТАРІ • 4

  • @khadarshaik-l5n
    @khadarshaik-l5n 2 місяці тому

    nice.But voice little low

  • @servicenowtechnology1588
    @servicenowtechnology1588  Рік тому

    Best practices are mentioned in the description of this video, please read the description also, It will assist you more.

  • @levipelegrin6444
    @levipelegrin6444 Рік тому

    Hello,
    You mentioned about adding this "!gs.nil(current.caller_id)" to the BR but can you explain where in the script you are referring too? I'm new to scripting and SN scripting.
    Thank you.

    • @servicenowtechnology1588
      @servicenowtechnology1588  11 місяців тому

      This is used to verify that value is returning null or what?
      for example
      var a=null;
      then if you write like this in your script gs.nil(a) then you will get true value because a has null value.