It is possible to automatically update an infopad cell by sending special "cell update" events to BPM Events. No written rules are required to capture these events. They are automatically recognized and interpreted by the engine. These events must be of the form:
In the context of the event, the name value pairs identify the cell coordinates:
Row_Index: index of the row of the cell
Col_Index: index of the column of the cell
Any other name/value pair in the context part of the event is supposed to represent a slot name and its new value. You can add only the slots that you want to update. The event only updates the slots present in the context.