How to solve the INVALID_OR_NULL_FOR_RESTRICTED_PICKLIST when the value exists in the picklist?

195    Asked by Dannasahi in Salesforce , Asked on Aug 22, 2023

 While trying to get some apex classes to prod, I got the error INVALID_OR_NULL_FOR_RESTRICTED_PICKLIST. Some values of the custom object status picklist field were changed. Even though the error was solved, it cannot recognize the complete training. How can I solve this issue?

Answered by Diane Carr

The INVALID_OR_NULL_FOR_RESTRICTED_PICKLIST error can occur if there is any additional space in the Training Complete value in the picklist field. So, ensure you have no extra space left. If you have a custom object and there is a record type, the value must be available for the record type that has been used in the test. Add the picklist value in the record type and apply the field. If the picklist value is not in the field, then remove the checkbox designed for the restricted picklist values and then deploy the same.



Your Answer

Interviews

Parent Categories