November 9, 201015 yr Hi, Is there a way for me to add a new row using button in portal. Many Thanks. Kent
November 9, 201015 yr Yes. Create a script that remembers the parent record's primary key, then change to the related table, make a new record, insert the primary key and return to the original parent record. It's best to do this in a new window offscreen to avoid losing the portal position.
Create an account or sign in to comment