I'm trying to set a range between a date field of 0D till the date entered in the Request Page
Can anyone help me with how to get the value of the date entered by the user?
Also, I want to make the "Created Date" field mandatory.
My code so far, when I hard-coded the date, the report runs perfectly fine, but I don't want to hard-code it.
Any help would be appreciated
Answers
Also if you are going to put that code in the "OnAfterGetRecord" trigger, you do not need the loop. it would result in processing every record for every record. For example, if you had 100 records that code would process a total of 10,000 records. If you are going to use the report to loop the records, then only update the current record in that trigger.
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/