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
WARNING: The next step will involve editing the systems default pricing plan. Carelessly editing the pricing formula can affect pricing in negative ways. If you have any questions, contact implementation services before proceeding.

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