GetAboutRecord
You use the GetAboutRecord keyword to obtain parameter values from the About Record pop-up window, invoked from the Applet Menu, and store the values in a user variable.
Signature
The GetAboutRecord keyword supports the following signature:
GetAboutRecord(AppletRN|RN of AboutRecord,RN of Label(1..N)|Variable(1..N))
Desktop Examples
The following table describes how to use the GetAboutRecord keyword to obtain and store information from the About Record pop-up window in desktop applications.
Target Object | Inputs | Closing Action | Comments |
---|---|---|---|
SIS Account List Applet|About Record (SWE) |
Row:|@var1 |
N/A |
Stores the row field value from the AboutRecord pop-up window in a variable. |
SIS Account Entry Applet|About Record (SWE) |
Row:|@var1,Conflict:|@var2,Created_On:|@var3,Created By:|@var4 |
N/A |
Stores the Row, Conflict, Created_On, and CreatedBy field values from the About Record pop-up window in a variable. |
Mobile Examples
The following table describes how to use the GetAboutRecord keyword to obtain and store information from the About Record pop-up window in mobile applications (on mobile devices).
Target Object | Inputs | Closing Action | Comments |
---|---|---|---|
SHCE Sales Account List Applet - Mobile|About Record (SWE) |
RowId|@var1,UpdatedOn:|@var2,CreatedOn:|@var3 |
N/A |
Stores the Row, UpdatedOn, Created_on field values from the About Record pop-up window in a variable. |