I have a scenerio where my casetype class which has more no.of. cases which is “belongs to a class group”, Can I modify this class as “is a class group”?
@Satya K
you can modify a class that “belongs to a class group” to “is a class group”. However, please note that this change may have implications on your application. For instance, if you want each class to reference its own dedicated table, you need to ensure that the SchemaTableCreation privilege is set in the access group. Also, be aware that changing the class group could potentially affect the data of existing work objects. It’s recommended to carefully plan and test such changes in a non-production environment first.
Hi @Satya K
Yes, You can change the casetype class as “is a Class group”.
For your reference I am showing you the example
I have changed my casetype class is a classgroup
Open the pgAdmin and create a new Table in schema with the casetype class
Open the sysadmin>Database table and create a new one
map the table name which you created
click on test connection to see the DB info
Thanks
Regards
Raja
