Please read the question before replying. Inside the View of Sales Order there is an End Date.
But when I display all the Sales Orders, I want to see the End Date and not just the Order Date.
I dnt seem to find a reply for this question in your post that you have already shared.
But thanks for the trouble of looking into it.
When the field for End Date is already available in the Sales Order table, why would I create a Custom Field. Isnt that unnecessary. It is just being able to customise the display of existing fields.
And could you help me the Custom Query to access the SalesOrders table.
select * from SalesOrders is not working
select * from SalesOrder is also not working. Probably that would give me the END Date also in Display and solve my problem.