You need to sign in to do that
Don't have an account?

Please help: Error: Invalid field name for SObject Case
I am trying to setup a dynamic pageblock action on a custom case record type. It is supposed to visualize a pageblock section when the "Billing" value on the "Case Reason" picklist is selected but I get a "Error: Invalid field name for SObject Case" error when trying to quicksave it.
The idea is that when in a custom record type, (a case for account administration) you select "Billing" from a "Case reason" picklist, that a pageblock section appears with some fields that are required to be filled.
Below is the partial code I am creating, but still I have not completed it all. So if you have any ideas to help me complete it Id be so thankful.
standardController="Case" sidebar="False">
title="Billing Training" subtitle="{!Case.name}"/>
>
title="Billing Training Details" id="BillingCase_dyn_pgblock" mode="edit">
>
>
value="Save" action="{!save}"/>
value="Cancel" action="{!cancel}"/>
>
>
title="Case Details"> >
>
>
>
>
>
All Answers