top of page
Moji5 Knowledgebase
Search


Aug 30, 2021
Create and Delete Form Field
Other than using the 'Form design & layout' page to create fields, M5 also provides functions to create and delete fields via the action...


Aug 30, 2021
Static Assignment
Assign static variable into a field. Variables declared with the static statement retain their values as long as the code is running. How...


Aug 27, 2021
Get User Property
Function to get user properties such as Email, User ID and Department. How to get user property Create a new behavior. Put the...


Aug 26, 2021
Get Role Users & Check If User Has Role
User Roles can be thought of as "permission groups" that define the access for that certain users. 1) How to get role users Create a new...


Aug 26, 2021
Get Supervisor and HOD ID
Supervisor is a person who is in charge of a group of people or an area of work and who makes sure that the work is done. Head of the...


Aug 26, 2021
Generate Running Number
Every document has its reference number that help users trace document upon requirement. This number is run by one rule that is defined...

Aug 26, 2021
Get Javascript Control ID
In every field in M5 have their own javascript control id. How to Get Javascript Control ID Create a new behavior. Put the appropriate...


Aug 16, 2021
Set Custom Rowclick Javascript & Set Rowclick Additional Tags
1) Set Custom Rowclick Javascript This function will allow you to set custom Javascript code. Custom code is when u click the row record...


Aug 12, 2021
Get Record and Current App ID
Record id is special id that being saved in database for the particular record. App id is special id that being created for the app. How...


Aug 12, 2021
Hide All Custom Button
Function to hide all custom button that being created in M5. How to hide all custom button Create a new behavior. Put the appropriate...


Aug 12, 2021
Save / Auto Save Form
Function to save and auto save the form. Sometime, developer may not using the default Save button in the form because they want do...


Aug 5, 2021
Dataset
A Dataset represents a complete set of data including the tables that contain, order, and constrain the data, as well as the...
bottom of page