ORG: 00D50000000N4jI
you've been granted access.
I'm trying to get a custom question mapping set up. and it was working before, but now whenever I try and map onto that specific field (Account.Playhouse__c) I get the Following fun error:
Map key Playhouse__c not found in map
Error is in expression '{!fieldlistmap_picklist_8[CustomAnswer.CnP_PaaS__Object_Map__c][CustomAnswer.CnP_PaaS__Field_Map__c]}' in component <apex:selectOneListbox> in page cnp_paas:cnp_settings_custom_question
What's strange is that if I try and map to another field that's pretty much identical (Account.Playhouse2__c) It all works fine.
How Do I debug this kind of thing when it happens?
Thanks
-Simon
you've been granted access.
I'm trying to get a custom question mapping set up. and it was working before, but now whenever I try and map onto that specific field (Account.Playhouse__c) I get the Following fun error:
Map key Playhouse__c not found in map
Error is in expression '{!fieldlistmap_picklist_8[CustomAnswer.CnP_PaaS__Object_Map__c][CustomAnswer.CnP_PaaS__Field_Map__c]}' in component <apex:selectOneListbox> in page cnp_paas:cnp_settings_custom_question
What's strange is that if I try and map to another field that's pretty much identical (Account.Playhouse2__c) It all works fine.
How Do I debug this kind of thing when it happens?
Thanks
-Simon
Comment