Could not find a table field - update set error (but the field exists)

Staxed
Giga Guru

I am trying to apply an update set but I am getting 6 "Could not find a table field referenced in this update" errors.

However, when I look at the table, these fields do indeed exist.  Is it safe to just go ahead and accept these remote updates in this case, or is there something else I should be looking at...not sure why it's producing these errors when the fields exist.

1 ACCEPTED SOLUTION

Ok, Have you looked at the XML of the update to see what table and field they are to make sure you are looking at the right ones?

Ultimately committing the update is not really going to hurt anything.  Just check the form when you are done and make sure everything is there and in the right places.

 

View solution in original post

5 REPLIES 5

DrewW
Mega Sage
Mega Sage

If the fields exist already in the table then why are they included in your update set?  Or are you trying to add fields to an existing table?  Or are you adding a whole new table and you are getting this error for all of the fields for the new table?

 

The update that is throwing the errors is updating a form layout (adding these fields to the form)

Ok, Have you looked at the XML of the update to see what table and field they are to make sure you are looking at the right ones?

Ultimately committing the update is not really going to hurt anything.  Just check the form when you are done and make sure everything is there and in the right places.

 

I ended up telling it to ignore the errors and committed the update set and everything seems to be working fine.  That was strange, still no clue why it was throwing those errors but all seems well.

Thanks.