• C. Rázuri
  • NEWBIE
  • 0 Points
  • Member since 2013
  • SF Developer

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies
After an inbound change set is deployed to production, all references to an APEX class in a Process Builder get removed from the process.
Noticed that when doing the deployment through Force.com's Eclipse, the Process Builder's references don't get affected.
After an inbound change set is deployed to production, all references to an APEX class in a Process Builder get removed from the process.
Noticed that when doing the deployment through Force.com's Eclipse, the Process Builder's references don't get affected.

Keep struggling with this issue for days.

In every custom object that has a "view" visualforce page when I try to add the 'NotesAndAttachments' as a related list I have the error "'NotesAndAttachments' is not a valid child relationship name for entity". I have added the  'NotesAndAttachments' related list to the Standard Page Layout  and I am using the following code line in the visualforce page :

 

<apex:relatedList subject="{!test__c}" list="NotesAndAttachments" />

 

Am I missing anything?

Please let me know of your thoughts.

  • October 21, 2013
  • Like
  • 0