public int QuantityDecimalPlaces() { CS.CommonSetup c = PXSelect <CS.CommonSetup> .Select(Graph); return(c?.DecPlQty ?? 2); }
public int PriceCostDecimalPlaces() { CS.CommonSetup c = PXSelect <CS.CommonSetup> .Select(Graph); return(c?.DecPlPrcCst ?? 2); }