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
kdanikdani 

Account News Feed App Xchange - Defaults to google not account name

Installed this app, followed the instructions but whent he feed is loading up it displays the Account Name but then quickly defaults back to Google.

 

Any ideas how this can be fixed ?

Best Answer chosen by Admin (Salesforce Developers) 
kdanikdani
figured out it defaults to Google when no news can be found for that account, would prefer that just no news showed up as the default make sit seem as though the whole thing does not work to the user.

All Answers

shillyershillyer

It appears to be working in the Test Drive. This is the code in the controls that searches on the Account Name:

 

 

autoExecuteList : { executeList : ["{!Account.Name}"] }

 

Is this different for you?

 

Best,

Sati

kdanikdani

autoExecuteList : {
executeList : ["{!Account.Name}"]

 

as above - it comes out on different lines in my org but can't see this being the problem. Thought it was the field name it was looking at originally but Account Name is a standard unchanged field.

 

Don't even understand why it defaults to Google.

 

K

kdanikdani
it seems it was because the command was on a different line. problem solved.
kdanikdani
figured out it defaults to Google when no news can be found for that account, would prefer that just no news showed up as the default make sit seem as though the whole thing does not work to the user.
This was selected as the best answer