August 21, 200322 yr Hi All, Is there a way to limit the number of rows per record for a portal?? I would like to display a message that lets the user know he has reached the max number of related records when he is trying to add row number 20 for example. Thanks --Dan
August 21, 200322 yr Do NOT allow the user to create records dircetly in the Portal by turning off the "Allow Creation fo Related Records" option in the relationship setup. Then create a scripted button for the user to click to add a new record. This way you can trap for the number of existing records and see if they have reached 20 yet.
August 21, 200322 yr Author Thank you, That is so simple, even I should be able to get this to work!! --Dan
Create an account or sign in to comment