• Ram Holla 1
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies
Visualforce Error
Help for this Page
java.lang.ClassCastException: common.apex.runtime.bytecode.SFDCApexBasicInterpretableClass$BigDecimalByteCodeObjectInstance cannot be cast to common.apex.runtime.bytecode.SObjectObjectInstance 


Can anyone help me out where I may went wrong
 
I have a VF Page & want to add 2 value to the Input fields & result  should display in the VF Page itself for Multiple rows at once which is a formula field. How can I achieve this.??

User-added image
I'm looking to track/count each time a custom button is clicked. i.e. each time Send Quote is clicked, i'd like to see the count go up incrementally. *This custom button is an onclick javascript. Thank you in advance.