0

Database operations

 

cached

To run a given script only once and cache and return the output value

 

closeAllRecords

To close all record forms

 

closeFullscreen

To close full-screen mode

 

closeRecord

To close the top record form

 

databaseId

To return the ID of the current database

 

duplicate

To create a duplicate of a given record

 

get

To return a value of a given field

 

invalidate

To clear the cache of the database and the values stored by cached()

 

openFullscreen

To open a given record in full-screen mode

 

openPage

To open a given page

 

openRecord

To jump to the related table and open a given record

 

openTable

To open a given table

 

printAndSaveRecord

To save a given record in a given layout as a PDF in the internal file system and return a link to the file

 

record

To return a record of a table by a given ID

 

removeFile

To securely remove a file from a field or record

 

renameFile

To rename a file in a field or record

 

set

To update a value of a given field

 

sleep

To force Ninox to wait for a given number of milliseconds before continue running the code

 

unique

To return an array with unique elements

 

waitForSync

To return Yes (true) if the database is synced with the Ninox cloud

Reply

null