HTTP headers in service calls

You can send specific HTTP headers in your service call requests by providing input/import parameters with specific prefix. For example, if you want to send the ‘Accept’ header, the request input parameter name would be: HTTPHEADER_Accept The parameter value would be the value you wish to send, for example: text/plain To process the HTTP headers received […]

PROCE55 Integration

Today, in the interconnected world people need information to get knowledge and act anytime and anywhere. This can be accomplished by mobile application based on PROCE55® Mobile which is integrated with the back-end services and data. In fact, you can abstract the world information system as consisting of two main components: Back End Super System […]

Deleting table rows

Removing rows from a table on a mobile app screen can be done in several ways: 1. Using a system function “TableDelRow” – removes the currently selected table row 2. Using a JavaScript function you can loop table rows and make changes to row data: var table1 = PROCE55_GetElementByName(‘s1_t1’); for (var n = 0; n […]

How to address table element values

The screen table elements (named e.g. s1_t1 = screen 1, table 1) can hold a list of values organized in columns (similar to a spread sheet or a database table). You can populate the table manually (by defining its values at design time using the modeler), by JavaScript functions or a web service response (or […]

What exactly is packaged with every app

Each app is contained in a single file which can be transported to a mobile device. The file can be modified using the PROCE55 Modeler and published using cloud or custom repositories in local networks or Internet servers. Each app file contains everything the app needs – the application model (its screen UI definitions and […]

Enabling the debug log on mobile devices

It is possible to display the detailed log view on mobile devices by scanning the ‘Enable Debug Log’ configuration QR code, which you can generate using the modeler’s Support menu. This will temporarily activate the logging (until the mobile client application is restarted). Now you can enter your app, carry out the necessary task and view […]

Skip to toolbar