I have a detail table where records are added by means of Inline Add.
When the user opens the master record, 8 Inline adds must be performed automatically on the detail table....
I am using pageObj.inlineAdd.inlineAdd(); but this runs into a loop....
How do I limit the automatic inline adds to 8?