After an upgrade, I’ve got one data directive that does not compile. It is an “in-transaction” data directive. It is referring to some custom fields, but neither database (upgraded and non-upgraded) has those custom fields on the table. Is it just a matter of adding those custom fields onto the table for it to compile? See code snippet below:
The ttTable doesn’t have a direct reference to custom fields (this should have not worked before the upgrade either)
Address the custom field in the ttTable by name tt[“ActiveonParentFields_c”] or use the Setter. SetUDField(“name”,Value);
1 Like
Try with Regenerate DataModel
Regards,
Surendra Pal
1 Like