Share via


MCRRoyaltyTablePricing.insertFromMCRRoyaltyTable Method

Initializes the MCRRoyaltyTablePricing table buffer based on the associated MCRRoyaltyTable passed parameter.

Syntax

public void insertFromMCRRoyaltyTable(MCRRoyaltyTable _mcrRoyaltyTable, [boolean _forUpdate])

Run On

Called

Parameters

  • _mcrRoyaltyTable
    Type: MCRRoyaltyTable Table
    The associated MCRRoyaltyTable record for the royalty definition.
  • _forUpdate
    Type: boolean
    A Boolean value that defines whether to select the record for update or not.

Remarks

Initialize the MCRRoyaltyTablePricing table buffer based on the associated MCRRoyaltyTable record that is passed in as a parameter.

See Also

Reference

MCRRoyaltyTablePricing Table