Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Edits or displays the NewPrice field from the MCRContinuityScheduleLine table.
Syntax
edit MCRNewPrice price(boolean _set, Num _newPrice)
Run On
Called
Parameters
- _set
Type: boolean
A Boolean value that determines whether to assign a new value to the NewPrice field.
- _newPrice
Type: Num Extended Data Type
The new price when _set is true.
Return Value
Type: MCRNewPrice Extended Data Type
The new price.
Remarks
If the price has been overridden, then shows the price. If a price is entered, then records the price, and that it has been overridden. If a blank string is entered, erases the price, and updates that the price is no longer overridden.