Panel actions
iMIS panels and panel records can be accessed by creating a flow using the iMISΒ Power Automate Connector. The following examples show different ways to utilize panel data. In the following examples, a Input fields are created in the Flow within the iMISΒ Power Automate Connector, and the Outputs are returned.
Get a single-instance panel record
Fetches one single-instance panel record from iMIS by its panel name and iMIS ID.
> π Note
Get a multi-instance panel record
Fetches one multi-instance panel record from iMIS by its panel name and primary key(s).
> π Note
Create a multi-instance panel record
Creates a new record in a multi-instance panel source.
> π§ Warning
Update a single-instance panel record
Updates (or creates) fields in a single-instance panel source record.
Any fields left blank will not be altered. To explicitly blank out a field, insert an empty string ('') using an expression. See Known Limitations for more information.
> π§ Warning
Update a multi-instance panel record
Updates fields in a multi-instance panel source record.
Any fields left blank will not be altered. To explicitly blank out a field, insert an empty string ('') using an expression. See Known Limitations for more information.
> π§ Warning
Delete a single-instance panel record
Deletes a single-instance panel source record by its primary key.
> π§ Warning
Deletes are permanent in iMIS. Exercise caution when using this action.
Warning
Delete a multi-instance panel record
Deletes a multi-instance panel source record by its primary key(s).
> π§ Warning
Deletes are permanent in iMIS. Exercise caution when using this action.
Warning
Find panel records
Searches through, and returns records in a panel source.
> π Note
This action works onΒ any Business Object in iMIS. Select "Enter custom value" in the Panel Name dropdown and type the name of a business object exactly as it appears in iMIS (e.g.
CsContactorCsOrderLines)
Note
Updated 25 days ago

