• Siva Poreddy 11
  • NEWBIE
  • 10 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 7
    Replies
Hi Community,

Can someone help me resolve this issue?

My formula field throws error Error: Syntax error. Extra ',' for the following
IF(ISBLANK(ffpsai__BillingEvent__r.Company_ABN__c),'2414235y',ffpsai__BillingEvent__r.Company_ABN__c),IF(NOT(ISBLANK(ABN_Override__c)),ABN_Override__c,'123324')
Tried few parathsis things.  ABN override is a text field
I didn't understand the concept of callouts in apex . 
1. In batch - Callouts
2.In trigger  - Callouts 
3. In API - Callouts 

 
I am tryingo create a Field History Tracking report for All Contact.
I go  New Reports ==> Contact & Accounts ==> Contact History.

I can see the fields that I would like to report on.
I can run the report, and see a report of fields I have changed for Contacts. 
Under the "Filter" tab,  option "Show Me"  gives me only the  My Contacts drops.  I do not see an option to select  All Contacts.

Is possible to create a report that should the field changes with a filter of all contacts. 
Hi,

Is there a way we can generate a WADL file or an Apex Rest webservice that we can share with the client ?

Thank you,
Raghu