|
-
Pnet Global Variables
Hi all,
I made a workflow that contains 40 different franchise letters. I would like to process the data file in one go and on a franchise switch add a franchise information page ( page 2 in layout)
I am looking for a way in Pnet T (GMC) to add a Franchise page when the last record of a Franchise is processed. I think the way to do this is with a global variable type Bool.
After reading the help file I cant seem to get a clear understanding how to use the Global variables. Any pointer or help would really be appreciated.
Thank any of you for your time and effort.
Kind regards
Lars
-
you can use globals all kinds of ways, the Boolean is nice because you can use it in variable visibility in your flowareas to turn them on or off, say based on a version
right click in your data tree, insert variable, you want it to be calculated, and you would pick Boolean, (I use tons of string globals too).
Once you do that you can go create the script(under the script tab) that would return either "true" or "false"(or if string whatever you want returned)
to get to your main data or records array you'd use this string
"if(DATA.Records.Current." the rest you should recognize
You should also look into variable page selection
B
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|