Remote Service:
communicating from client side to server side
json remote procedure call
Can create ssjs methods in remote service
gettting the inputbox value through ssjs for refreshing.
Method initiating the ssjs and fetch the values from the input box control
return the value generated from the ssjs and v can use it in csjs.
service name in the Remote service: myRPC
method name should be given
next step is to create the ssjs in the remote service
do not write the ssjs in the computed value of the script property.
whatever the value obtained from the ssjs stored in the myResult variable
communicating from client side to server side
json remote procedure call
Can create ssjs methods in remote service
gettting the inputbox value through ssjs for refreshing.
Method initiating the ssjs and fetch the values from the input box control
return the value generated from the ssjs and v can use it in csjs.
service name in the Remote service: myRPC
method name should be given
next step is to create the ssjs in the remote service
do not write the ssjs in the computed value of the script property.
whatever the value obtained from the ssjs stored in the myResult variable
Comments
Post a Comment