Skip to main content

Does anyone know what this is or how to fix it?

“Multiple controls with the same ID 'dt1000246' were found. FindControl requires that controls have unique IDs.”

Controls are the different web elements you interact with in the Acumatica UI. Each has an ID which is just text used to target the specific control.

 

My guess would be that there is a customization that modifies the UI(the aspx code) and accidently has multiple controls set to the same ID. If you are able to unpublish customizations you can try that and see if it resolves the issue.


Hi @stacy16 

You may also let us know what exact operation are you performing to switch to Test environment. Are you trying to setup a test environment using snapshot from production instance?

Regards,


Hi @stacy16  were you able to resolve your issue? Thank you!


Reply