f$SendCommand
f$SendCommand
Execute a function or command in the application in which the ePOS rule-based controls are executed. This application can be:
The ACBIS CPQ software SalesManager Professional. The functions in this interface are designated for manipulating (opening, updating) SalesManager forms.
EPOS development system. f$SendCommand is not evaluated in the ePOS development system, however commands are accepted without an error message. This guarantees that rule-based controls designed for use in SalesManager can also be executed in the development system.
Own applications.
General syntax:
Syntax: | f$SendCommand( Code, Property, Value ) | ||
| Argument | Type | Meaning |
| Code | String | General function code for managing the application (see respective list). The application itself is specified via the keyword "Set Application" (see below). |
| Property | String | More detailed specification of Code. |
| Value | String | The meaning of this parameter is dependent on the Code and Property, e.g. a function value or the name of a parameter for recording a return value. |