Solved

Client Script Funtions

  • 21 July 2020
  • 2 replies
  • 270 views

Badge

Hi All,

We are using below mentioned functions for Client Script (Web client) version it is working fine . But it is not working for client Script(smart client) . Please help to figure it out .

 

var getXxyz ={};

 

 

 

icon

Best answer by Saranga Amaraweera 31 July 2020, 12:30

View original

2 replies

Userlevel 7
Badge +22

Hi,

Both variables and objects are used in web client scripts to store data values whereas only the variables are declared in smart client/ mobile client and what you have mentioned is an object {} which can be referenced using a variable, array reference or a collection. Please read FSM Reference guide for more information.

Regards,

SAAALK.

Userlevel 7
Badge +24

Hi @kousiksarkar,

Are you able to confirm if @Saranga Amaraweera’s response solved your query?

If so please mark it as best answer as this then helps other forum users quickly find solutions to known issues in the future. If you still require some information please post it here and the forum users can then endeavour to provide you with this.

Kind regards,

Lee Pinchbeck

Reply