Smiffy
19th December 2001, 17:17
We have an existing exchange scheme and have tried to add a condition to prevent a record being exported. This means a condition attached to the table relations.
However, the values of the table fields, do not feed through to the script. I know that it is picking up the latest version of the script, as it has been tested by just passing a boolean of false and this rejects all the records as required.
The table is declared at the start of the condition script.
We notice in debug that the select on the table to retrieve the data for export, only selects the fields defined. However while running a different exchange scheme in debug, we see that the select retrieves all table fields ; tablename.*
Can anyone help ? Is there a procedure or setting that we are missing ? The table has recently had a new field added, but I cant see this being the problem.
Thanks
However, the values of the table fields, do not feed through to the script. I know that it is picking up the latest version of the script, as it has been tested by just passing a boolean of false and this rejects all the records as required.
The table is declared at the start of the condition script.
We notice in debug that the select on the table to retrieve the data for export, only selects the fields defined. However while running a different exchange scheme in debug, we see that the select retrieves all table fields ; tablename.*
Can anyone help ? Is there a procedure or setting that we are missing ? The table has recently had a new field added, but I cant see this being the problem.
Thanks