You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried force field create Airplanes__c 'my label of picklist':picklist picklist:'Pass, Fail, Redo' name:'my_name_of_picklist'
but this return ERROR: validation error: name:my_name_of_picklist is not a valid option for field type picklist
The text was updated successfully, but these errors were encountered:
Presuming this hasn't been resolved and that this is in regards to Salesforce; remove the __c from the name - Salesforce automatically adds that at object/field/etc. creation. The rule is that you can state the LABEL name and the OBJECT name while the API name is created by Salesforce.
If this is not about Salesforce - please disregard!
I tried
force field create Airplanes__c 'my label of picklist':picklist picklist:'Pass, Fail, Redo' name:'my_name_of_picklist'
but this return
ERROR: validation error: name:my_name_of_picklist is not a valid option for field type picklist
The text was updated successfully, but these errors were encountered: