• Gangadhar T 15
  • NEWBIE
  • 5 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 6
    Replies
how to list profiles to disable/enable triggers for profiles like in a custom configuration page
Hi Folks,

I have a custom object called  Jobs with two fields namely Job_Name, Vacancies.

I want to create an apex rest class with get method and it should give the data in json format in workbench as below

{
"Master":"Jobs",
"Fields":["JobName,Vacancies"],
"Data": [["HR","10"],["Manager","20"]]
}

Please help me how to achieve using which json methods
Hi ,
We dont want to store our documents and flies in salsforce cloud ,instead we want to store the documents in an external node js service.

whenever we upload any documents through  salesforce, it should hit that service and stored that documents in that service.

If possible please suggest some way to achiece it 
Hi All,
I am  trying to retrieve Select Id, Name from ListView Where sObjectType ='Task' ,this is giving me list of listviews in result but whenever i a trying retrieve Select Id, Name from ListView Where sObjectType='Task' AND Name='Recently Completed Task' --> that is giving me 0 result. 
Can someone please assist me o this issue.


Thanks
Akash Lavaniya