Processes request to re-calculate all lot groups for the specified event
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult RecalculateClosingGroups( int EventID, string GroupingOption, int? LotsPerGroup, bool? ReOrderByLotNumber )
Parameters
- EventID
- Type: SystemInt32
the ID of the specified event - GroupingOption
- Type: SystemString
one of "MergeAll", "SplitAll" or "NLotsPerGroup" - LotsPerGroup
- Type: SystemNullableInt32
required integer value of 1 or greater when GroupingOption="NLotsPerGroup" - ReOrderByLotNumber
- Type: SystemNullableBoolean
if true, lots will also be re-ordered by lot number. If any lot numbers in this event contain non-number characters then it will be re-ordered alphabetically, otherwise numerically.
Return Value
Type: ActionResultredirect to /Account/ClosingGroups/{Event ID}
See Also