Achieve Real Time Pricing using CPQ Quote Calculator Plugin & Restful APEX

Поделиться
HTML-код
  • Опубликовано: 31 окт 2024

Комментарии • 3

  • @MrPrentissDJones
    @MrPrentissDJones 5 лет назад

    Hey guys, checking this out to understand more about this calculator plug-in.

  • @desginernottysai573
    @desginernottysai573 Год назад

    export function isfieldEditableForObject(feildName,QuoteOrLine,Conn,ObjectName){
    if (objectName === "QuoteLine__c " && feildName === "Upper_Bound_del__c"){
    if (QuoteOrLine.SBQQ__Quantity__C > 5){
    return False;
    }
    }
    }