top of page
Moji5 Knowledgebase
Search
Dec 4, 2024
Showing and hiding form buttons at different levels in the workflow
Solution Setting up the sample: 1. Create a form. 2. Add a new form button called "Generate PO" to your form. 3. Attach a workflow to...
Nov 27, 2024
Conditional Summation
Problem You need to sum up the values in a table column for all rows and display its total in another field on the form, but only for...
Nov 22, 2024
Dynamically making a field compulsory
Problem You have a Customer form with 2 fields: Customer Type (a radiobutton list containing "Government", "Private" and "Others") Other...
Nov 20, 2024
Displaying data in fancier ways using HTML
Problem You need to dynamically assemble and display custom HTML data on your form. You need to display a HTML table with two columns,...
Nov 19, 2024
Creating client-side calculation
Problem You need to apply client-side (javascript) computation on two or more fields on the form. In this example, you have a form with...
Nov 11, 2024
Computing the difference between two date values
Problem You need to calculate the difference between two date values in minutes and display it in another field on the form. Solution...
Nov 7, 2024
Summing up the total value in a table column
Problem You need to sum up the values in a table column for all rows and display its total in another field on the form. Solution Setting...
Nov 6, 2024
Using Javascript for client-side validation
Problem Instead of server-side validation, you would like to do client-side validation (javascript-based validation). You want to check...
Nov 5, 2024
Using the basic validation features
Problem You want to apply the following validation to your form: Validating numbers against a certain fixed range Validating dates...
Nov 4, 2024
Retrieving data from another form
Problem You have two forms: Customer form (containing customer information) Invoice form When you launch the invoice form, you would like...
Nov 1, 2024
Displaying data from multiple forms in a view
This tutorial assists you on how to use the M5 platform to create a view that displays data from two different forms. 1.1 Displaying data...
Aug 29, 2022
Generate Report
Function to generate a report. In order to use this function, first you need to design/create a report in M5. Click here for tutorial how...
Aug 24, 2022
How to Design/Create a Report
M5 provide a function to design or create a report. How to design/create a report Go to Tabular views. Click Create a new view... Put...
Aug 18, 2022
Session
Session is a state that is used to store and retrieve values of a user. It helps to identify requests from the same browser during a time...
Feb 16, 2022
Add Image to PDF
Function to add image to PDF document. How to add image to PDF Create a new behavior. Put the appropriate caption. Click Action wizard....
Feb 16, 2022
Create Upload Folder
Function to create uploaded folder. How to create upload folder Create a new behavior. Put the appropriate caption. Click Action wizard....
Feb 15, 2022
Convert DOCX to PDF / DOCX to TIFF
1) Convert DOCX to PDF Function to convert from docx file to pdf file. How to Convert DOCX to PDF Create a new behavior. Put the...
Feb 8, 2022
Launch Workflow
Function to launch single workflow for a single record and launch multiple workflow for multiple record. 1) Launch Single Workflow for...
Feb 8, 2022
Get Active Submission Nodes
Function to get active submission nodes. The function will show the current submission node in workflow. How to get active submission...
Jan 20, 2022
Allow to copy form design & behavior when use Reusable form pieces
M5 have provide the function to copy form design & behavior form old form to a new form by use Reusable form pieces. How to allow to copy...
bottom of page