• ramesh babu 114
  • NEWBIE
  • 20 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 2
    Likes Received
  • 0
    Likes Given
  • 30
    Questions
  • 4
    Replies
how to creat a  record through process builder
what is cross object in salesforce
what are access levels in salesforce
in a project how meny custom objects we have to create
what is difference between custom object and custom settings
what is the meaning of System.assert(m.containsKey(1));
what is time dependent work flow give me one scenario for time dependent workflow

what is the difference between with sharing and without sharing keywords in apex?
 
what is the difference between list and map
if one object has workflow and trigger which executes first
best practices for test classes
what is use of system.start(),system.stop() in  salesforce
what is the use of Action support in salesforce 
what is the use of system.assert in salesforce
i have 10 records in Account object i want to display records with numbers that means 1.recorcd name,2.record name how we can do this.
. Describe OFFSET and give example and why we use?
Can we show error message using future method?
How to read JSON in your class?
What is Re-evaluate checkbox in workflow?
 Can we call future method in batch class?
What is upsert? How it works?
where u seen test classes code coverage
what is time dependent work flow give me one scenario for time dependent workflow
i have 10 records in Account object i want to display records with numbers that means 1.recorcd name,2.record name how we can do this.
i have 100 lines of i want to execute 50 lines code through apex classe and remaining 50 lines code through triggers how can we do this