Salesforce Fact #811 | Careful with map with null value in VF page
We need to be careful while accessing map in VF page. If any of the value in the map needs to be null, we should use '' instead of NULL, else it will throw the error: Map key <corresponding key> not found in map.
Attached are the screenshots.
Comments
Post a Comment