Hello,
While performing a build upgrade from 8050 to 8192 we encountered an issue with a custom schema definition which is based in part on a calculated field and was wondering if anyone had guidance on how to resolve it.
Error: The value of key 'b' is not present in return parameters of table 'Tbl_y'
Details of table structure:
Table: Tbl_x Tbl_y Tbl_z
Field: a <> b*
Field: c <> d
Field: e <> f
*b is a calculated reference to a field on Tbl_z, i.e. [FK_Tbl_y_Tbl_z\@name]
<attribute advanced="true" expr="[FK_Tbl_y_Tbl_z\@name]" label="Field b" length="3" name="b" type="string"/>
Post build upgrade deliveries and workflows that tried to leverage information from Tbl_y failed due to the above error.
Any ideas?
Thanks