function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
MC34MC34 

How can I reference custom field from related custom object to the Standard case object?

I have a custom object 'EBS Order line' that has lookup relation from case to EBS Order line. In my VF page that is build on case object I want to show the the custom field 'Line_Number__c' value. How can I do this? 

Here is the schema: 
User-added image

Here is the Vf Page: 

User-added imageThanks a lot
Mit 
AbhishekAbhishek (Salesforce Developers) 
Mit,

This might answer your query,
https://salesforce.stackexchange.com/questions/269057/salesforce-custom-object-with-custom-field-and-standard-field


For further reference, you can check this,

https://salesforce.stackexchange.com/questions/7599/can-i-reference-a-custom-object-from-a-standard-object


If it helps you and closes your query by marking it as solved so that it can help others in the future.


Thanks.