Skip to main content
Solved

Client Script Funtions

  • July 21, 2020
  • 2 replies
  • 301 views

Forum|alt.badge.img

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 ={};

 

 

 

Best answer by Saranga Amaraweera

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.

2 replies

Saranga Amaraweera
Superhero
Forum|alt.badge.img+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.


Lee Pinchbeck
Ultimate Hero
Forum|alt.badge.img+24
  • Ultimate Hero
  • September 17, 2020

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