Question

I am trying to handle "ctrl+n" (create new record) action on a list page. I would like to start an wizard after ctrl+n is started. On a normal form I can do it on datasource in create() method. Methods on datasources are disabled on the list page. I can not find a way how to do this. I know it is done somehow on a PurchTableListPage but I can not find how.

How this action can be handled on form with listpage template?

Was it helpful?

Solution

It is on design "newRecordAction" property.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top