pralash
2nd March 2018, 12:39
Hello,

I have created a session by using some form field.... I want to pass the value of particular form field to another session if there is a "when.field.changes" is triggered in the particular form field. Can you please assist me with some sample script in order to perform this task....

Thanks in advance,
Regards,
Pralash

bdittmar
2nd March 2018, 12:46
Can be done with Export / Import as descriped in DEV-Guide.

When the browse list session ends, data of the selected record needs to be returned to the parent session.
In case of automatic export, the name of the return field (or fields) can be defined by means of the
predefined variable attr.zoomreturn$, or by filling the Return field property in DFE.

Automatic export of a single field
Automatic export of all key fields
No automatic Export

Importing variables
The browse list session needs to import one or more variables from the parent session.
Based on the imported values, the browse list session reads records from the
maintable and displays them.

a.s.o.

http://www.baanboard.com/programmers_manual_baanerp_help_functions_variables_interprocess_transfer_export
http://www.baanboard.com/programmers_manual_baanerp_help_functions_variables_interprocess_transfer_import