• Joomla 5.1

    For running J!5.1 you must install Fabrik 4.1
    See also Announcements

  • Subscription and download (Fabrik 4.1 for J!4.2+ and J!5.1) are working now

    See Announcement
    Please post subscription questions and issues here

    We have resolved the issue with the J! updater and this will be fixed in the next release.

save a form and it changes other records to be the same

angelogabeira

New Member
guys, I have a record being edited in the form, this form has a status field, when saving changes to this record, I want the records of the same group to have their status also changed.
That is, I change on a group record, and when I click save, it updates the status of all group records.
 
Alternative ways to do this (in a nutshell):
1. Create another table where you set the group status.
2. Assign users to be a member of a group
3. Join the newly created group tabel with the current table

Or you can use a database trigger to update records.
 
Back
Top