You can not go directly to this page by clicking this button.for reference u can check this microflow which is used to create new account: Administration.NewAccount
its supplied by mendix in administration module itself and here it creates the Account password data and then goes to page.Dont Forget to set associations needed
Hi Naresh Goyani ,
Add a Parameter: You can bypass this error by adding a parameter to your page. In your case, the parameter name is “Administration.AccountPasswordData.”
Administrator Role Access: If you’re customizing the default user management page, ensure that your user role has Administrator Module admin access. This will allow you to create accounts with the necessary entity access without encountering any errors.
Please find the attached to get a clear idea.
Remember to adjust the wording to fit your specific context, and feel free to ask if you need further assistance! Happy Mendix development! 😊.