• lakhwinder singh 13
  • NEWBIE
  • 15 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 2
    Replies
I have field Api Name Like' AccountId'  I don't know this Api belongs to which object. I want to get object Name. and object Api Name.  how to solve it. through schema in salesforce. 
Hi There,

I want to create tab for Custom Big Object, can anyone help me to know how to create tabs for Big Object.



Thanks in advance.

Is there a possibility to use dynamic custom labels in apex. I know you can do this with VF, but i can't find it for apex. 

 

Custom label = 'You have used {0} in {1} Hours'

 

in apex

 

String text = Label.used(List<String>('12','2');

 

  • January 17, 2012
  • Like
  • 0