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
NSK000NSK000 

To display list of records

Hi,
Guys please take a look at this scenario.
I have a custom object named Purchase Order(PO). Once the status in this PO is updated to completed we can't edit it. So, if we need to edit any PO then we need to create another po with in the Original po. For the OriginalPO - pocn__c = 0 and for the newly created po- pocn__c=1. 
There is another object called Expenditure which has a lookup to the PO.
Now, I need to create a link on pocn>0 to display expenditure list of the original po.
RD@SFRD@SF
Hi Siva,

Could please give a schema of the objects involved would be useful

RD