• William123456789
  • NEWBIE
  • 5 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 7
    Replies

Got stuck at this part of the superbadge and do not see any solution in here.
 
Lightning Experience Rollout Specialist Superbadge Step #8

Message:
Challenge Not yet complete... here's what's wrong: 
Create custom text fields called Question and Answer. The Answer field must allow reps to include images and format text that they enter.

User-added image

User-added image

User-added image

As far as I can see all seems to be working, only in Chrome the I am unable to add an image, but in Firefox and Edge it works without any problem. However when I check the assigment the error still comes up.

Someone have an idea what is going wrong and how to solve it?

Thanks in advance!!

Got stuck at this part of the superbadge and do not see any solution in here.
 
Lightning Experience Rollout Specialist Superbadge Step #8

Message:
Challenge Not yet complete... here's what's wrong: 
Create custom text fields called Question and Answer. The Answer field must allow reps to include images and format text that they enter.

User-added image

User-added image

User-added image

As far as I can see all seems to be working, only in Chrome the I am unable to add an image, but in Firefox and Edge it works without any problem. However when I check the assigment the error still comes up.

Someone have an idea what is going wrong and how to solve it?

Thanks in advance!!

Hi,

i am getting below error while completing "Lightning Experience Rollout Specialist Superbadge Step #8"
Challenge Not yet complete... here's what's wrong:
Knowledge must be enabled for the org.
.User-added image


i have alredy enabled knowledge settings..

User-added image

Thank you.
I'm struggling with the custom lightning component on this part. I don't have much background coding and am having trouble finding resources to help me achieve coding the lightning component. If someone could help give me some framework code to create a custom lightning component to hold a URL or direct me to a resource that help break this down I'd be very appreciative.
 
So stumped on this! Am finding this badge much harder than the reporting or security badges!

With challenge six I've set up a process that changes the sales prices on the adventure package when the fulfilment is set to cancelled (and the schdeduled date is in the future). The process works (i.e. when I cancel a fulfilment the price on the adventure product changes to the deposit amount). However, the checker is giving me the message: Challenge Not yet complete... here's what's wrong: The Fulfillment Cancellation Automation process does not appear to be working properly. Make sure that a cancelled Fulfillment updates the Adventure Package correctly. Which is more than a little frustrating having spent all day on this challenge and finally apparently got it to work!

I have set up my process as follows:

Object: Fulfilment (when a record is created or edited)
Criteria: All Conditions are met (AND):
              1: [Fulfilment__c].Status__c   Equals   Picklist   Cancelled
              2: [Fulfilment__c].Schedule_date__c   Greater than   Formula   TODAY()
Immediate Actions
Record: [Fulfilment__c].Opportunity.OpportunityLineItems
Criteria: No criteria just update the records
Field: Sales Price Reference  [Fulfilment__c].Deposit__c

As above the process seems to work so I just cannot figure out where I'm going wrong!

Can anyone please help?!?! It would be hugely appreciated!

Theodore

 
My issue seems to be very strange. I have created this process and when I test it, it is updating the sales price to deposit amount as said in the requirement. But when the chellenge is checked it gives me error message:
Challenge Not yet complete... here's what's wrong: 
The Fulfillment Cancellation Automation process does not appear to be working properly. Make sure that a cancelled Fulfillment updates the Adventure Package correctly.


Chose the fullfillment object
have proper conditions:
User-added image

and update the adventure package
User-added image

I tested it and it seems to be updating the sales price to the diposit amount correctly:
User-added image

but still on checking Chellenge I get the error:
User-added image

completedly stumped!!! please let me know if anybody faced the same issue. any help.