Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
Hey guys, checking this out to understand more about this calculator plug-in.
export function isfieldEditableForObject(feildName,QuoteOrLine,Conn,ObjectName){if (objectName === "QuoteLine__c " && feildName === "Upper_Bound_del__c"){if (QuoteOrLine.SBQQ__Quantity__C > 5){return False;}}}
it is not working?
Hey guys, checking this out to understand more about this calculator plug-in.
export function isfieldEditableForObject(feildName,QuoteOrLine,Conn,ObjectName){
if (objectName === "QuoteLine__c " && feildName === "Upper_Bound_del__c"){
if (QuoteOrLine.SBQQ__Quantity__C > 5){
return False;
}
}
}
it is not working?