...
Expand | ||
---|---|---|
| ||
Check the following:
|
Expand | ||
---|---|---|
| ||
Refer Adding a New Language in your Application - from Canvas 18.1 onwards. |
Data Rendering or Data Submission Submission
Expand | |||||
---|---|---|---|---|---|
| |||||
Check for the following error pattern in the log file:
Solution: If such date format mismatch occurs, then change the value of the date field to the user-preferred format. |
...
Expand | |||||
---|---|---|---|---|---|
| |||||
Check for the following pattern in the error logs:
Solution: Check the stack trace to find the details of the web service that did not return the success response. |
Expand | ||
---|---|---|
| ||
Refer Custom Publisher. |
Expand | ||
---|---|---|
| ||
Refer Additional Ready-made Activities supported by Request Modeler. |
Encryption
Expand | ||
---|---|---|
| ||
You can enable encryption for the application built using Canvas by setting the 'ENCRYPT_SERVER_CALLS' property to 'Y' in the 'systempreferences.properties' file.
A sample 'systempreferences.properties' file is available in CTModelHouseResource.jar in the Model House application that comes as part of the Canvas platform package. Note that you must stop and start your application server to enable this feature. After the application server is restarted, access the widgets in the application and check the Network tab in the browser console to verify the encryption. |
...
Expand | ||
---|---|---|
| ||
Expand | ||
---|---|---|
| ||
Refer Configuring Request Modeler Actions for Self-Designed Forms. |
Expand | ||
---|---|---|
| ||
Refer Form Items Event Wiring. |
Database
Expand | ||
---|---|---|
| ||
Data can be fetched using Instruction classes (Java class) in Canvas. Canvas uses iBatis library for database access. Callable statements can be used to access Stored Procedures and Functions to get the data.
|
...