• Siva Raghava Krishna G
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 2
    Replies
How to upload an attachment in a standard obeject in a Site.com Form
Hi,

I waned to know if it is possible to allow the ORg users to be able to see the chatter feed irrespective of whom they follow or not. As of now they could only see the feed of the users whom they follow, instead what the users to see the feed even if they don't follow a user. If this settings are available, then please help me out in then.
How to upload an attachment in a standard obeject in a Site.com Form
Hi,

I waned to know if it is possible to allow the ORg users to be able to see the chatter feed irrespective of whom they follow or not. As of now they could only see the feed of the users whom they follow, instead what the users to see the feed even if they don't follow a user. If this settings are available, then please help me out in then.

hi I have a ApexScheduler Class which need to be test inorder to
deploy can anybody suggest me the way to achieve it to get the
coverage. I am posting the code below

 

global class ScheduleTerritoryInactiveMemberCheck implements 
Schedulable { 
    global void execute(SchedulableContext SC) { 
        TerritoryInactiveMemberCheck bcc = new 
TerritoryInactiveMemberCheck(); 
          bcc.query = 'select id,name from territory'; 
             Database.executeBatch(bcc,200); 
  }
 
} 

 cheers,

naga

 

  • December 03, 2010
  • Like
  • 0