...
The Model manages all data-related logic. It retrieves and manipulates data from the database and responds to requests from the Controller.
In noKodr, the Model is represented by
Models
, andVariables
, andRemote Action Classes
. Models can be of two types:Record Type Model
andAPI Type Model
.
...