Skip to main content
14-Alexandrite
June 10, 2022
Solved

Service Query input parameter required

  • June 10, 2022
  • 1 reply
  • 989 views

hello. i want my service to run only when all the input parameters are present or valid. i see this pop-up but not sure how to implement that into the script itself. please advise

LP_10027711_0-1654869757585.png

 

Best answer by abjain

@LP_10027711 : You can put a condition where you can check first whether the inputs are not null or undefined and then only proceed ahead with the service logic.

1 reply

abjain15-MoonstoneAnswer
15-Moonstone
June 13, 2022

@LP_10027711 : You can put a condition where you can check first whether the inputs are not null or undefined and then only proceed ahead with the service logic.