0
ui.popupRecord() and Ninext
Hi .
I noticed that when Ninext is installed the ui.popupRecord() method no longer works. Do you also have this issue or is it an isolated case?
Thanks!
Fabio
2 replies
-
Indeed, when Ninext is installed, Ninox requires an additional parameter for openRecord.
Without Ninext: popupRecord( recordId ),
With Ninext: popupRecord( databaseId, recordId ).ui.popupRecord( database.id, 'A1' );
The same applies to openRecord and openFullscreen
-
Perfect. Many thanks!
Content aside
- 6 mths agoLast active
- 2Replies
- 64Views
-
2
Following