I am having a problem with multiple users clicking the “Save” button in the “Drawing Set” tab inside the “Program Manager” form at once after modifying the Drawing Set descriptions. It appears that when this scenario happens, the descriptions for some drawing sets get duplicated. We are adding two more descriptions and modifying their titles to each drawing set using the API, we are not using the PowerWise attribute mapping feature in our test project. I know this button goes through all drawing set descriptions from the selected project and updates them in the database, but is it meant to be used by a single user?
It works properly when used by single user, but duplicates information or goes to default drawing set 1 when multiple people are clicking the Save button at once.
Please help!!!
Hi Diana.
Unknown said:We are adding two more descriptions
I'm not sure what this means. Are you adding two more descriptions somehow so that there are seven total?
Unknown said:and modifying their titles to each drawing set using the API
Does this mean you are changing the values in the Name column, for example changing "Description1" to "MyFavoriteDescription"?