• Saket_Kole
  • NEWBIE
  • 0 Points
  • Member since 2019

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

I have custom object named order and order product when I trying to insert record into related list i. order product object, record is inserted but when i refresh the page after insert operation or any dml operation showing below error.

Looks like there's a problem.
Unfortunately, there was a problem. Please try again. If the problem continues, get in touch with your administrator with the error ID shown here and any other related details.
No such column 'Name' on entity 'VLSF_Order_Product__c'. If you are attempting to use a custom field, be sure to append the '__c' after the custom field name. Please reference your WSDL or the describe call for the appropriate names.
User-added image
Hello All,

I have custom object named order and order product when I trying to insert record into related list i. order product object, record is inserted but when i refresh the page after insert operation or any dml operation showing below error.

Looks like there's a problem.
Unfortunately, there was a problem. Please try again. If the problem continues, get in touch with your administrator with the error ID shown here and any other related details.
No such column 'Name' on entity 'VLSF_Order_Product__c'. If you are attempting to use a custom field, be sure to append the '__c' after the custom field name. Please reference your WSDL or the describe call for the appropriate names.
User-added image