but unfortunately there was a class rule update ( manual - it was not that intentional , just had “ class created in version” field changed ) . We had to update the landing view with few more new values added to the data type later . But its not working anymore and data view for CRUD operations are failing . I dont see the IsDataObject flag in the updated View anymore and thus its failing .
If I put it back the previous version of view it still allow me to submit , but we would need to update the view with more fields later thus we would need to restore the dataobject behavior of the data type . Is there any way to get it fixed .
That’s because the dataview is sent as null in the url. Could you please chekc why the header is going as null? Are you seeing the data object in the Landing Page? Is that only CURD operations failing?
I tried new landing page , Regenerating routing table . when isDataObject flag set to true , is that got destroyed as we did manual action on class ruleform ? is this datatype no more treated as data object? If I revert the landing View to older version which has the isDatObject=true , I could see its working . But since I had to add more columns we have later version of landing , which doesnot have isDataObject=true . i am not sure if this is the cause of the issue.