Inside Activate
...
Troubleshooting
Dynamic Tabs Must Have An Id Set Error
5 min
this document explains how to resolve the error indicating that dynamic tabs must have an id set when viewing user properties in activate overview from activate version 8 onwards, all dynamic tabs defined in web forms must have an explicit id attribute if an id is missing, an error is displayed when attempting to view user properties this typically occurs after upgrading to version 8 or later symptoms you may encounter an error similar to "dynamic tabs must have an id set" this error appears when opening user properties pages and prevents the form from rendering correctly cause activate v8 enforces stricter validation on dynamic tabs used in web forms any tab defined without an id attribute is considered invalid and will trigger an error at runtime resolution to resolve the issue, ensure all dynamic tabs have an id defined step 1 locate the user properties form navigate to resources > users > web user propertiesfull if you have customised user property forms, repeat the steps for any additional forms step 2 add id attributes to tabs review each dynamic tab definition and ensure an id attribute is present each tab must have a unique id value step 3 save and test save the updated form configuration and reload the user properties page to confirm the error is resolved notes and considerations ensure ids are unique within the form this requirement applies to all dynamic tabs, not only user property forms similar errors may occur on other forms if dynamic tabs are missing ids