Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
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
Solved! Go to Solution.
@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.
@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.