GetRecordCount
You use the GetRecordCount keyword to obtain the total number of records and store the value in a user variable.
Signature
The GetRecordCount keyword supports the following signature:
GetRecordCount(Applet RN|RN of Recordcount Menu item/NULL,Variable)
Desktop Examples
The following table describes how to use the GetRecordCount keyword to obtain the total number of records and store the value in a user variable in desktop applications.
Target Object | Inputs | Closing Action | Comments |
---|---|---|---|
SIS Account List Applet|Record Count (SWE) |
@Var1 |
N/A |
Stores the total record count in a user variable. |
SIS Account List Applet|NULL |
@Var1 |
N/A |
Uses NULL for the applets without menu. |
Mobile Examples
The following table describes how to use the GetRecordCount keyword to obtain the total number of records and store the value in a user variable in mobile applications (on mobile devices).
Target Object | Inputs | Closing Action | Comments |
---|---|---|---|
SHCE Sales Account List Applet - Mobile|Record Count (SWE) |
@recordcount |
N/A |
Stores the total record count in a user defined variable. |
SHCE Sales Account List Applet - Mobile| |
@Var1 |
N/A |
Uses NULL for the applets without a menu. |