Topic by Magiva
Content
Basically i have incidents and a custom table that has a set of values but its not related to the incidents table as id want to be able to associate based on a condition so ive decided to show the associated data in a report based on a custom script to lookup the data based on my condition.
I need to build a report that has the incidents table on, the script needs to get the data from the custom object and then lookup a value from the $row, im basically asking if date_created is between 2 dates in each of the rows on my custom object, if so get column 3 field data and show on report.
My question is how do i get the rows from the custom object such as Package\Object
My thought process was something like this but i dont seem to get anything
(any ideas on doing this outside of custom scripts first that i can inspect somehow would also be very helpful)