function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Abel PalmaAbel Palma 

Problems with Superbadge App Customization Specialist Step 3

Hi everyone, I'm trying to do this superbadge, but I'm receiving this message "The 'Sign Me Up' button is not automatically assigning the logged in user's name to the new Volunteer Shift Worker record."
I'm stuck since 2 days ago, I have checked the process builder, approval process and quick action
Best Answer chosen by Abel Palma
ApuroopApuroop

Aahh.. Okay lets try this,

Go to Page Layouts of Volunteer Shift > Edit Volunteer Shift Layout > Go to Quick Actions > Under the Quick Actions in the Salesforce Classes Publisher section, Click the hyperlink - override the global publisher layout > Drag the Sign Me Up button from Quick Actions to this section.

Save it and go to any Volunteer Shift record, click Sign Me Up button

You should see something like this just after clicking it. Instead of my name, your name.
User-added image

All Answers

Abel PalmaAbel Palma
This is the process Builder:
User-added imageUser-added image
User-added imageUser-added image
This is the approval:
User-added image

 
Abel PalmaAbel Palma
Quick ActionUser-added image
ApuroopApuroop
Hey Abel,

The quick action should look like below:
User-added image
I believe your error is with the second Predefined Field value: Volunteer - which should be set to $User.Id

I did this superbadge a while ago, they might have added something but try this and let me know. 
Abel PalmaAbel Palma
Hi Apuroop, I tried the solution but I'm getting the same error :|

User-added image
ApuroopApuroop

Aahh.. Okay lets try this,

Go to Page Layouts of Volunteer Shift > Edit Volunteer Shift Layout > Go to Quick Actions > Under the Quick Actions in the Salesforce Classes Publisher section, Click the hyperlink - override the global publisher layout > Drag the Sign Me Up button from Quick Actions to this section.

Save it and go to any Volunteer Shift record, click Sign Me Up button

You should see something like this just after clicking it. Instead of my name, your name.
User-added image

This was selected as the best answer
ApuroopApuroop
Just checked the differences in the Process builder and found one.

In the first criteria:
Field1 - [Volunteer_Shift_Worker__c].IsShiftVolunteer__c
Field2 - [Volunteer_Shift_Worker__c].Volunteer__c
User-added image

Other screenshots match mine. 
Abel PalmaAbel Palma
Thanks for your help Apuroop, I found the problem... there were 2 buttons with the same name, the other one was a Global action, that was the error. But your answer about the layout was very helpfully that made me take care of the extra button. 
ApuroopApuroop
You're welcome and good luck with the rest.