• Johanna Mattsson
  • NEWBIE
  • 0 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 5
    Replies
I have a problem pasting the code from Step 4. From README.md, copy all of the code from <apex:page Controller="VisionController"> to </apex:page> and paste it in the Visualforce Markup tab.

Error: Unknown property 'VisionController.callVisionUrl'Create Apex property 'VisionController.callVisionUrl'
Create Apex method 'VisionController.getCallVisionUrl'

I have seen a few replies on here from earlier but none of the solutions work, greatful for the help I can get

My code:

<apex:page Controller="VisionController">
  <apex:form >
  <apex:pageBlock >
      <apex:image url="https://einstein.ai/images/generalimage.jpg">
      </apex:image>
      <br/>
      <apex:repeat value="{!AccessToken}" var="accessToken">
          Access Token:<apex:outputText value="{!accessToken}" /><br/>
    </apex:repeat>
      <br/>
      <apex:repeat value="{!callVisionUrl}" var="prediction">
          <apex:outputText value="{!prediction.label}" />:<apex:outputText value="{!prediction.probability}" /><br/>
      </apex:repeat>
  </apex:pageBlock>
<!--  <apex:pageBlock > -->
<!--      <apex:repeat value="{!callVisionContent}" var="prediction"> -->
<!--          <apex:outputText value="{!prediction.label}" />:<apex:outputText value="{!prediction.probability}" /><br/> -->
<!--    </apex:repeat> -->
<!--  </apex:pageBlock> -->
  </apex:form>

</apex:page>
I am working on the module below

https://trailhead.salesforce.com/trails/learn-admin-essentials/projects/improve-data-quality-for-a-cleaning-supply-app/steps/create-a-formula-field

I get error "Challenge Not yet complete... here's what's wrong: Formula in custom field 'Account Annual Revenue' is not correct. Check the instructions."

The Formula is "Account.AnnualRevenue" which is what I have. How can that be wrong?

User-added image
I am working on the module below

https://trailhead.salesforce.com/trails/learn-admin-essentials/projects/improve-data-quality-for-a-cleaning-supply-app/steps/create-a-formula-field

I get error "Challenge Not yet complete... here's what's wrong: Formula in custom field 'Account Annual Revenue' is not correct. Check the instructions."

The Formula is "Account.AnnualRevenue" which is what I have. How can that be wrong?

User-added image
I am working on the module below

https://trailhead.salesforce.com/trails/learn-admin-essentials/projects/improve-data-quality-for-a-cleaning-supply-app/steps/create-a-formula-field

I get error "Challenge Not yet complete... here's what's wrong: Formula in custom field 'Account Annual Revenue' is not correct. Check the instructions."

The Formula is "Account.AnnualRevenue" which is what I have. How can that be wrong?

User-added image
Hi All,

I have cmpleted six steps of Lightning Experience Rollout Specialist Superbadge and I am stucked in Step 7 and Step 8.

Step 7:

Need to Schedule the Report to run at every Monday at 8:00 AM but i can only see two items in picklist one 2:00 AM and one is 11:00 PM\
User-added image

Step 8:

Set up the three types of articles that Lusso’s support team uses, with the following names: FAQ, Product, and Community. Each article type needs to include the Record Type, Question, and Answer fields. Use these names when adding the fields for each of the article types: faqpagelayout, productpagelayout, and communitypagelayout.

As per the requirement need to create Three Article and also we are using Lightning Knowledge and we can not create more than one Knowledge Article type in that ORG then how can I create three article type!

Please help :)