Options

Testing ListPages

Wisa123Wisa123 Member Posts: 308
edited 2021-07-28 in NAV Three Tier
Hi,

Is there any way to invoke the "New" Action on a Testpage based off of a ListPage (e.g. CustomerList), in a way that the CardPage opens with the new Record?
TestPage.New
only "puts the cursor in a row" - which does nothing in a Page that is not editable.
TestPage.OpenNew
does nothing in a ListPage as far as i figured it out.
TestPage.New().Invoke()
would be what i am looking for, but that possiblity does not exist, since "New()" does not return a "TestAction".

Any help or input appreciated, thanks.

Austrian NAV/BC Dev
Sign In or Register to comment.