• Gregory Libo 8
  • NEWBIE
  • -9 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 7
    Replies
I created an approval process and activated it. How can i run it. From the detail screen i can only see the approval process name, delete and edit. There is no run option? Please advise. Thanks.
I created an approval process and activated it. How can i run it. From the detail screen i can only see the approval process name, delete and edit. There is no run option? Please advise. Thanks.
Hello, I got a question for retriving data. For example, if I use code like this: <apex:outputtext value="{!Case.Owner.Name}" /> and I can get a text show on my web page. But how can I know where does each value after dot come from, is that simply (object name) . (field name) . (data wanna retrive). But how can I know the exact name of data that I wanna retrive?  The example I showed is a bad example, cuz I assume that the name of data I wanna retrive maybe call Name, yet I dont know where to find it.     Thanks for helping.