Hi everyone,
I worked on a project that change the resource requirement for some operations in multiple routes.
In my company, we cannot update data using SQL, but we can use the Excel Workbook Designer to make changes to the data entities. Though, we're not able to find the data entity that has the resource requirement column, so I wrote a selenium bot to go to routes, click on each operation, and change the resource requirement (I know this is terrible, but I don't know the other way).
Can someone tell me if there is a better way to do this? Because I might have to work a similar project in the future, and I would prefer to do it in an efficiency way.
Thanks.