The line command I creates a new occurrence or multiple occurrences. It is the only line command that can be used on the top line command field. To use the line command
I to insert data, complete the following tasks:
If used from the Table Browser, the new occurrence is inserted in its correct position based on the primary key as soon as you save from the Single Occurrence Editor. If used from the Table Editor, the new occurrence is first inserted after the selected occurrence and repositioned after you save from the Table Editor.
To insert data with a rules statement, use the INSERT statement. You can use a WHERE clause to select a table instance. You cannot insert an occurrence into a table if the primary key value for the occurrence already exists; you must delete the occurrence first using the DELETE statement.
TIBCO Object Service Broker Programming in Rules for information on commits, the use of rules, and the INSERT and DELETE statements.