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

Auto-populate field from Account object on case Object VF page
Hello..
My requirement is to auto-populate a field from "Account" Object on "Case" Object VisualForce Page..
For eg: {"!Case.Account.bill_date__c"}
where bill_date__c is the field which is present only in Account Object but not in Case object.
Please help me i this case how to render the respective field.
Regards,
Sravika
Case and Account Objects are related with a look up.. i.e., Case has a look up to Account Name.
On what event are you planning to populate this field? Any button click / page redirection?
When i click on send button in one page, that page is redirected to the second page..on which the auto-populated fields are present.
Your're done!