Actions That You Can Use with the Named Method n User Property for Applets
The following table describes the actions that you can use with the Named Method n user property.
| Action | Description | Method Type |
|---|---|---|
| INVOKE |
Calls the method. |
Business component |
| INVOKESEL |
Saves the state and calls the method one time for each chosen record. |
|
| INVOKEALL |
Saves the state, requeries, and then calls the method one time for each record. |
|
| INVOKESAVE |
Saves the state, requeries, and then calls the method. |
|
| INVOKESVC |
Calls the method. |
Business service |
| INVOKESVCSEL |
Saves the state and calls the method one time for each chosen record. |
|
| INVOKESVCALL |
Saves the state, requeries, and then calls the method one time for each record. |
|
| INVOKESVCSAVE |
Saves the state, requeries, and then calls the method. |