March 2017
Intermediate to advanced
1235 pages
28h 42m
English
The next step is to write code and link the methods as a function to the table. Depending on the complexity of the code, we can leave it in one function, or use Natural Language Programming and Encapsulation to create multiple functions that explain our intention.
We will first focus on one function and explain how to structure the code.
This function will be called automatically each day by the Job Queue, and has to create a Cleaning Entry for each room that is occupied or has not been cleaned for a week:
OnRun() CreateCleaningEntryForEachRoom;
Since our function contains an iteration through a room record set, the Main function is a single description of the iteration.
In the following ...
Read now
Unlock full access