I have 2 entities that are both public and NOT static but I only have the Get server action available for both of them and not the usual create/update/delete/etc. Please can anyone tell me why this would be happening? I had thought that this was a trait of static entities only.
Hi Sienna,Please also set Expose Read Only = No to achieve what you required.It will allow you to perform data modification operations and will stop treating that entity as read only entity. Regards,Palak Patel
Ah yes! Where I had the slider set, it looked like I had a property called 'Expose' set to 'Yes' which is what I thought I wanted. However it is of course 'Expose Read Only' and I don't want that lol. Thank you!
Lol, It happens :DGreat to see it helped you and solved your issue. Regards,Palak Patel