Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Global data

Former Member
0 Likes
250

What are the global data shared by the function modules of same group?

1 REPLY 1
Read only

Former Member
0 Likes
232

hi mathew,

Global data is in the Function Builder. The global data behaves like the instance attributes of a class. The first time you call a function module in a particular function group, the data is loaded into memory. It can then be accessed and changed by all of the function modules in the group. The system retains the values until the next time a function module is called.

plz reward points if helpful..