• Deeckay
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
Hi,

I have extended functionality Rootstock by adding a trigger to the object to save the data in another object to be used by other custom applications. The trigger functionality is invoked during an update and works fine in sandbox; however I've been unable to create tests for it to deploy. This is because instantiating the object to create testdata results in an error. Is there a workaround to writing tests to objects that cannot be directly instantiated?