• MaheshReddy
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 8
    Questions
  • 1
    Replies
Example:
 Case  --  Parent
  A -- - child
  B --- -  child
  C  ---  child

  when i deleting Case  records ,i needs to delete A ,B and C records associate parent Records.
Using apex?

Urgent------------
 
string s ='This example parses a JSON-formatted response using JSONParser methods. It makes a callout to a web service that returns a response in JSON format.<url>https://my.salesforce.com/aEsW000000001EE<url> Next, the response is parsed to get all the totalPrice field values and compute the grandprice<url>https://cs13.my.salesforce.com/aEsW000000001EE<url>testing<url>https://cs13.my.salesforce.com/aEsW000000001EE<url>newlinktest';
how can display link in between <url><url> in vf page entaire string
please help me urgent----
which on excute first ?
1.class                                      7.Normal variables.
2.constractor.                            8.Normal methods(Void methods)
3.getter
4.setter
5.static variables
6.static methods.
can any one explaine me .
 
what are the difference between Triggers AND Process builder in real time.
Hi
User-added image

When ever click on delete button we will get pop up window like above,
My Question is insted of 'Are you sure' we can make some other message like' this is testing'
how can we do that ,plz help me.
Hi ALL

     How can schedule batch class with in the batch apex class
Hi ALL,

I have 100 users in myorg.
 based on date of birth send greeting to particular users.

Please hlep me on this post.
Example:
 Case  --  Parent
  A -- - child
  B --- -  child
  C  ---  child

  when i deleting Case  records ,i needs to delete A ,B and C records associate parent Records.
Using apex?

Urgent------------