function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
BimlaBimla 

Chat Up - Auto Chatter Post on Account when new Opportunity is created

Hello All, 

 

I am currently testing chat-up app from the appexchange in  a dev org. 

 

My requirement is to have chatter auto-post on the parent account once an opportunity is created. 

 

I have worked through the installation guide and now I am getting the following error when I try to create an opportunity. 

 

Apex trigger ChatterOpptyOnAccount caused an unexpected exception, contact your administrator: ChatterOpptyOnAccount: execution of AfterInsert caused by: System.SObjectException: Invalid field Account for Opportunity: Class.ChatterUpHelper.chatterUp: line 63, column 1

 

 

 

 

 

Please can you help me to resolve this issue? 

 

Regards

Bim

 

 

 

 

 

AJ-ITIAJ-ITI

Did you ever find a solution to this? We are getting the same error! Thanks!

 

ssavanissavani

Make sure you have "AccountId" in the parent Id field in the chatter up configuration and not "Account".  This will fix the problem.

bimal_04bimal_04

Yes the previous poster is correct. This will fix the issue.