top of page
Moji5 Knowledgebase
Search


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 30, 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 27, 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 26, 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 16, 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 12, 2021


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


In Row Table Editing
M5 new feature allow you to create in row table editing which are consist of two method: 1) Popup 2) Inline How to create in row table...
Jul 29, 2021


Toggle
Toggle is a key or button on a webpage that is pressed to turn a feature on and then off. Example of toggle: How to create toggle In your...
Jul 29, 2021


Copy The Workflow Design
M5 allow you to copy the workflow design from a form to another form. How to copy workflow design In this example, we going to copy...
Jul 27, 2021


New HTML/javasript Charts
M5 introduce a new chart based on HTML / Javascript replacing traditional flash chart which is no longer in use at the present time. This...
Jul 27, 2021


Invoke DLL
A DLL (Dynamic Link Library) is a library that contains code and data that can be used by more than one program at the same time. Some...
Jul 23, 2021


Set Subform Rowclick URL
Function to set subform row click URL. When you click on the row in table, system will redirect you to dedicated url. How to set subform...
Jul 22, 2021


Disable subform row click
Function to disable subform row click in the table. How to disable subform row click Create a new behavior. Put the appropriate caption....
Jul 21, 2021


Show / Hide Subform Button
Function to show or hide subform button (Add record and Delete button). How to show / hide subform button Create a new behavior. Put the...
Jul 15, 2021
bottom of page