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

null
    • Ninox developper
    • Jacques_TUR
    • 3 mths ago
    • Reported - view

    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

    • Sviluppatore Ninox
    • Fabio
    • 3 mths ago
    • Reported - view

    Perfect. Many thanks!

Content aside

  • 3 mths agoLast active
  • 2Replies
  • 47Views
  • 2 Following