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
User SSUser SS 

Bug with Checkbox field in Custom Metadata

After the Winter'16 upgrade of my dev org, I have set up some custom metadata types for my application. I found a bug with Checkbox field in Custom Metadata type that if the field name is greater than 19 characters (excluding namespace and __c) then the SOQL always return false value for that field. The UI displays the value correctly but the query returns always false.

If you have started using custom metadata types then please try this in your org and share the results.
Robert_StrunkRobert_Strunk
That is not happening in my org.  
User-added image
Ismi AmmarIsmi Ammar
I'm getting the same bug as well in my sandbox.
Artie BArtie B
I've been pulling my hair out about this all morning.  Thanks for restoring my sanity.  YES!  I am seeing this same bug, but didn't realize it was due to field name length. 

Have you been able to report this as a Known Issue?