InvokeObject
You use the InvokeObject keyword to call UI objects such as PickApplet, MVG, Calculator, Currency Image, and so on.
Signature
The InvokeObject keyword supports the following signature:
InvokeObject(AppletRN|FieldRN|[RowNum]/[Active_Record])
Desktop Examples
The following table describes how to use the InvokeObject keyword to call UI objects in desktop applications.
Target Object | Inputs | Closing Action | Comments |
---|---|---|---|
SIS Product List Admin Applet|Product Line |
N/A |
N/A |
Invokes the list applet field object. |
SIS Product List Admin Applet|Product Line|3 |
N/A |
N/A |
Invokes the list applet field object in the third row. |
SIS Product List Admin Applet|Product Line|Active_Record |
N/A |
N/A |
Invokes the list applet field object from the current active row. |
Opportunity Form Applet - Child|Account2 |
N/A |
N/A |
Invokes the form applet field object. |
Opportunity Form Applet - Child|Revenue2 |
N/A |
N/A |
Invokes a Form applet field object. |
NULL|Revenue2 |
N/A |
N/A |
Invokes the object in a pop-up window. |
Mobile Examples
The following table describes how to use the InvokeObject keyword to call UI objects in mobile applications (on mobile devices).
Target Object | Inputs | Closing Action | Comments |
---|---|---|---|
SHCE Sales Opportunity List Applet ReadOnly - Mobile|Primary Revenue Amount|1 |
N/A |
N/A |
Invokes the Currency pop-up window. |
SHCE Sales Opportunity List Applet ReadOnly - Mobile|Account |
N/A |
N/A |
Invokes the drop-down list applet. |
NULL|Currency Code |
N/A |
N/A |
Invokes the Currency code dialog box. |