• Janakiraman Elumalai
  • NEWBIE
  • 5 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies

Hi All,

There is a native IOS app and Salesforce1 app. Can we communicate messages between these apps either through SOAP API or REST API. 
Please let me know.

 

I am new to apex programming first. we are having standard objects like accounts,contacts,opportunities....

& we can create custom objects with the extension of "__c". I observed in the programming the sObject but i am not understanding clearly about sObject concept. Anyone can please help me at this part.

                                              Thanks, in Advance...

Hello All,

 

Like in java if we want to see the variable value while debuging  the code or after running the application

 

we put System.out.println('') statement to monitor the value on console.

 

In Apex how to monitor this value using System.debug since we dont have console here..

 

Can anybody tell me the way with simple example i.e Class with the only System.debug statement.

 

 

Thanks,

Sandip