This topic is locked

How do I automatically Inline add 8 entries?

10/25/2018 2:14:57 AM
PHPRunner General questions
D
DUKE author

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?

admin 10/25/2018

Doing pageObj.inlineAdd.inlineAdd(); 8 times should do the trick.