October 27, 201015 yr I can create child records with a portal with no problem. But I would like to do so without using a portal. Is there an easy way to do this?
October 27, 201015 yr Yes. Capture the parent ID, go to the child layout, create a new record and set the foreign key. Set $parentID ; ParentTable::ParentID Go to Layout Child New Record Set Child::ParentID Foreign Key; $parent ID
Create an account or sign in to comment