cancel
Showing results for 
Search instead for 
Did you mean: 

Addon create User tables and fields

Former Member
0 Kudos

Hello all,

I am developing and addon that when it starts creates the

usertables and fields that it needs. The problem is that

SBO Client takes some time to discover that the DB has changed and in that time the addon is running. I need to stop the addon till the client has realized of the change

or force the client to discover it.

Any ideas

thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

rasmuswulff_jensen
Active Contributor
0 Kudos

I always lets the addon check if new data was created during startup, and if so propt the user that new data was created and the have to restart the SBO. Is is not a big issue since its only the first time data is created...

Former Member
0 Kudos

Ourselves we consider the creation of user table and user fields as an admin-task. As well built-in the addon, but to be triggered manually. We don't think it's useful to have 30 clients which are all able to automatically modify the database...

But: You could force a restart of SBO (bringing a message box up saying a restart is needed after database modification and calling the exit menu or something).

Flo