The purpose of this document is to demonstrate how to force a price per square foot override using a modifier.
Basic Discussion of Approach
Warning or areas where the approach might not work as expected

if MODIFIERVALUE(“SQFTOverride”) 0 then printedarea in unitarea * MODIFIERVALUE(“SQFTOverride”) else
IF ListPriceValue(PricingMethod) = 1 then
AreabasedPrice + AreaBasedMountingPrice + AreaBasedCuttingPrice + AreabasedLaminatePrice
+ AreabasedFinishingPrice
Else PartBasedPrice EndIf
endif
This document is complete.
Contributor: Peter, Cyrious
Date: 12/01/2010
Version: Control 4.5