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.
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.
Best practices are mentioned in the description of this video, please read the description also, It will assist you more.
nice.But voice little low
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.
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.