This is a discussion on Can you create a Visualforce page that queries for objects within a date range? within the Salesforce APEX forums, part of the Salesforce category; I have a custom object, Pro__c, with custom children objects, Line_Entries__c.
Is
Can you create a Visualforce page that queries for objects within a date range?
I have a custom object, Pro__c, with custom children objects, Line_Entries__c.
Is there a way to generate a visualforce page that renders records of Line_Entries__c created within a date range.
It's essentially like generating a report. Ideally, I'd like to be able to create a page that has a Pro__c lookup field and two date fields when submitted renders the Line_Entries__c associated to the Pro__c within the dates specified. (See attached)
Bookmarks