CustomMetadataLoader
CustomMetadataLoader copied to clipboard
Updates of Boolean Fields Do Not Work
Updates to Boolean Subscriber Editable fields do not work. If field starts as False, or '0', changing value to '1' or 'True' using Custom Metadata Loader does not change the value of the Boolean field.
Thanks @ddeveaux for bringing up this issue - will take a look.
When updating Boolean values I'm getting the following errror 'Attempt to de-reference a null object Error is in expression '{!upsertCustomMetadata}' in component apex:commandButton in page custommetadatarecorduploader'
Can't boolean values be updated or am I setting the wrong format?
Thanks, and regards