RemoveFromMvg

You use the RemoveFromMvg keyword to remove a specified record or all records from an MVG list. The "Query:" will be appended to the results after executing the keyword.

Signature

The RemoveFromMvg keyword supports the following signature:

RemoveFromMvg(AppletRN|FieldRN|[RowNum]/
[Active_Record],Query:FieldRN(1…N)(1..N)|Value(1…N:);Remove/RemoveAll;OK/
CANCEL,RN(OK)

Note the following about the RemoveFromMvg keyword signature:

  • Active_Record is the row number of the active record during execution.

  • The OK and Cancel options are optional in the input column.

Desktop Examples

The following table describes how to use the RemoveFromMvg keyword to remove a specific or all records from an MVG list in desktop applications.

Target Object Inputs Closing Action Comments

SIS Account List Applet|Sales Rep

Active Last Name|Silver,Active First Name|Victor;Remove

RN of OK

Removes an account team from an account in a list applet.

SIS Account List Applet|Sales Rep|Active_Record

Active Last Name|Silver,Active First Name|Victor;Remove

RN of OK

Removes an account team from an account in a list applet. Performs the action on the field of the active row.

SIS Account Entry Applet|SalesRep

Active Last Name|Dupont,Active First Name|Dupont;Remove

RN of OK

Removes an account team from an account in a form applet.

SIS Account List Applet|Sales Rep

NULL;RemoveAll

RN of OK

Removes all accounts in a list applet.

SIS Account List Applet|Sales Rep

NULL;RemoveAll;OK

RN of OK

Removes all accounts in a list applet. Users must click OK on confirmation.

Mobile Examples

The following table describes how to use the RemoveFromMvg keyword to remove a specified or all records from an MVG list in mobile applications (on mobile devices).

Target Object Inputs Closing Action Comments

SHCE Sales Account List Applet - Mobile|Primary Account Address Name

Name|abc;RemoveAll

Idcancel

Removes all accounts in a list applet.

SHCE Sales Account List Applet - Mobile|Primary Account Address Name

Name|abc;Remove

Idcancel

Removes an account in a list applet.