error : "Error executing code: The field with ID
'60001' does not exist in table 'RetailStoreTable'."
Hi I got this error , when I was trying to update data in
RetailStore table.To my surprise this field id was not added to RetailStore
Table , then why system was checking for this field id : I debugged further and
then found that there is one table : RetailConnCreateActionsByField , which is
holding these values together : Table RetailStore mapped with fieldId 60001 ,
hence system was forced to check this field .
Solution : Remove this entry from Table J.
Will be back