• Vinod Dhas 17
  • NEWBIE
  • -1 Points
  • Member since 2020

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

I am trying to clear Process Automation Specialist step -2 [ Automate Accounts] challenge but getting below error since last 2 days. I gone through various suggetions suggested on success community. but it is of no use. I still face the same error.User-added imageEven I created antother Trailhead Playground but the error is still persists. I have created fields as below which is verified by thrice, but didn't get any clue.
User-added imageI reffered below success community threads, but coundn't clear the stage.
https://developer.salesforce.com/forums/?id=9060G000000BgHpQAK
https://developer.salesforce.com/forums/?id=9060G000000BgK0QAK
https://developer.salesforce.com/forums/?id=9060G0000005YrFQAU

Your early response would help me to clear this challange quickly.

Many thanks in advance.

Regards,
Vinod
Hello There,

I am trying to clear Process Automation Specialist step -2 [ Automate Accounts] challenge but getting below error since last 2 days. I gone through various suggetions suggested on success community. but it is of no use. I still face the same error.User-added imageEven I created antother Trailhead Playground but the error is still persists. I have created fields as below which is verified by thrice, but didn't get any clue.
User-added imageI reffered below success community threads, but coundn't clear the stage.
https://developer.salesforce.com/forums/?id=9060G000000BgHpQAK
https://developer.salesforce.com/forums/?id=9060G000000BgK0QAK
https://developer.salesforce.com/forums/?id=9060G0000005YrFQAU

Your early response would help me to clear this challange quickly.

Many thanks in advance.

Regards,
Vinod
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.