Radio buttons (en other input types) not visible in sandbox

2
Hai all, I created a form with a radio button based on enumeration. When I deploy locally it looks fine (as expected). But when i deploy in sandbox the radiobuttons get lost (no labels are created in HTML). i also tried a dropdown menu or others radiobuttons apps. But none of these seem to work. Please help. Thx in advance.
asked
1 answers
1

Hi Yoni,

When you deploy on cloud, the project security will be changed to Production (Project ---> Security ---> Production). So, in Production, we need to enable security in entity level, microflow, page,ODATA level. So, once check with this enumeration attribute security and enable read, write access, allow create and delete object access.

answered