• Joshiausdemwald
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies

I am using an extension class where for some condition, an approval is processed from constructor. There is no DML operation previously used in that constructor. In the VF page, I am using a component. To avoid this error I have also used attribute allowDML="true" in the component tag. But it doesn't help at all.

 

Please help me.