I’ve got a fairly large project that I’m migrating...
# sdf
p
I’ve got a fairly large project that I’m migrating between two environments (Acc Customization project). After having a lot of issues with sourcing on customfields complaining about id:s (Which exists in the project) I’ve now managed to deploy everything but forms which are complaining about things such as - Line No. 664 - Error Message: Invalid “id” reference key “RECORDCUSTOM”. ie. autogenerated parts of the xml from when it was imported. Really struggling with forms, anyone has any experience or tips to share?
s
I’ve had trouble with fields that source and differences between the record’s field definitions and the field on the form, among other issues. In some scenarios I found it helpful in fixing these things to look at the XML of the form’s definition (adding “&xml=T” to the URL), then using that information to populate the form’s SDF XML object appropriately.