Page 1 of 1

How to create a group by trigger

Posted: Wed May 05, 2021 11:51 am
by justinopsky
I need to create a group by trigger and then assign some users to that group.
Can someone help me.
Thanks

Re: How to create a group by trigger

Posted: Thu May 06, 2021 6:23 am
by justinopsky
after a few investigation i solved the problem executing that insert statement
Code: Select all
INSERT INTO `groupwf`(`GRP_TITLE`, `GRP_STATUS`, `GRP_UX`) VALUES ('testgroup', 'ACTIVE', 'NORMAL')