CustomMetadataLoader icon indicating copy to clipboard operation
CustomMetadataLoader copied to clipboard

Updates of Boolean Fields Do Not Work

Open HealthDetail opened this issue 8 years ago • 2 comments

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.

HealthDetail avatar Feb 09 '17 17:02 HealthDetail

Thanks @ddeveaux for bringing up this issue - will take a look.

sricharananand avatar Feb 10 '17 22:02 sricharananand

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

bmenendezalv avatar May 04 '17 15:05 bmenendezalv