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
Julio Cesar Mercado GuerreroJulio Cesar Mercado Guerrero 

Creating Global Quick Actions Challenge Rating Field

Hi there, for my Global Quick Actions Challenge when I added the fileds Account Name, Type, Rating and Fax (Equivalent in Spanish like: Nombre de Cuenta, Tipo, Valoracion and Fax), when check previosuly the challenge I have the next warning: "Challenge Not yet complete... here's what's wrong: You do not have the correct account fields in the 'New Detailed Account' publisher action layout". I think that is related with the equivalent for the "Rating" field. Please help me to know what is it the incorrect field. Thanks.
Amit Chaudhary 8Amit Chaudhary 8
Please check below post for same issue
1 ) https://developer.salesforce.com/forums/?id=906F0000000BPm4IAG

Step 1 :- Create a new global publisher action labeled 'New Detailed Account' to create an Account record.
Setup-> Global Action -> Action

Step 2:- "Add the Account Name, Type, Rating and Fax fields to the compact layout."
After same page layout will open. You need to add all below 4 field on page and save

Step 3:- Add the new publisher action to the global publisher layout.
Setup -> Global Action -> Publisher layout and then add new action on page layout

Step 4:- Set the predefined value of the 'Type' field to 'Prospect'.
You can under "Predefined Field Values" or set the field type field as defualt Prospect on object

Please check below point as well
1) Please check you have any record type on Account
2) Check on all field (Account Name, Type, Rating and Fax) you should have FLS (Field level access)
3) If possible then please change your language from spanish to engilsh and retry

1)https://developer.salesforce.com/forums/?id=906F0000000D7jNIAS
2) https://developer.salesforce.com/forums/?id=906F0000000MGp8IAG

Let us know if this will help you