Has anyone successfully modified the number of fields that are returned by a Mongoose Custom Load IDO method that returns a record set that is displayed on a form or dataview or report? For instance in Syteline there is a form called "Compnent Shortages APS". The collection for that form is SLShortages. In that IDO there is a stored procedure that returns the record set to the unbound fields on that form. I want more fields to be returned from that stored procedure. Is there a way to do that without modifying Infor's stored procedure or replicating and replacing the stored procedure?