Hello, trying to solve a bit of a mystery here. So I wanted to create a service to allow me to import Activities and made a quick query that gives me Activities and smmActivityParentLinkTable as a data source. I then generated a service using the AIF Document Wizard. One peculiar thing I've noticed, is if I put in an activity using the web service, everything goes fine, but if I attach an smmActivityParentLinkTable object, the AIF throws an error that 'ActivityNumber' is required.
When I check my data source under the query I used for the aif document service wizard, the field 'ActivityNumber' is present on the smmActivityParentLinkTable. My first thought is that maybe the base field from the table has a property preventing the AIF from using it. I checked the field, and sure enough, 'Allow Edit' and 'Visible' were both marked 'No', I changed them to Yes, compiled and synched, then went about remaking/redeploying the document service. Still no dice, the field isn't present in the wcf service, and I get the same error on create. Any thougts on some places to look?