Share via


SalesQuotationTable::mcrJumpRef Method

Passes a record and a string to the SalesTable menufunction.

Syntax

client server public static str mcrJumpRef(
    Common _record, 
    str _parm, 
   [Object _caller])

Run On

Called

Parameters

  • _record
    Type: Common Table
    The record with which to initialize the SalesTable menufunction.
  • _parm
    Type: str
    The string paramter to pass to the SalesTable menufunction.

Return Value

Type: str
The return value from running the SalesTable menufunction.

See Also

Reference

SalesQuotationTable Table