WF action is Field update with name " Sales Price" .
But when trying to save the record on opportunity product level, its erroring as
A workflow or approval field update caused an error when saving this record. Contact your administrator to resolve it. common.exception.SfdcSqlException: ORA-20067: OPPORTUNITY_LINEITEM.TOTAL_PRICE ORA-06512: at "GRUMPY.SOPPLINEITEM", line 1180 ORA-06512: at line 1 {call sOppLineItem.update_opplineitems(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)} {call sOppLineItem.update_opplineitems(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}
Total price is a read only standard field present on opp product layout .
7 个回答
It looks like what you have is a "Seven Dwarves" error (Grumpy). Apparently, these are not supposed to happen and you need to contact support to fix it.