hi
I just wanted to know whether creating records in a bridge table (resolving M:M relationship) can be done only through views attached to the bridge table (like grid view, gallery view..) or can this be done using an Interface, as my users are interested to use Interface than the table views. To explain this
I have two tables "Employee" and "Facilities " (akin to services offered by org). There exists M:N relationship between these 2 tables and a new table "Employee-Opted-Facilities" would be required to capture certain details like dates etc.
Is there a way to create a record in this table using Interface, by having button and triggering automation. I tried but I think the trigger would use only source table that would be made available to the automation.
Please suggest if there is a workaround with interfaces or else I have to settle with table views.
Thanks
Sri