I am working in IBM Maximo 7.6 which connects to MS SQL Server backend. On the Request for Quotations (RFQ) Application, on the Quotations tab, in the Quotations for Vendor section, when an end-users clicks 'Select RFQ Lines' ; we would like it to default to have them ALL selected. When I review the properties on this control, I see that, when the user click "Select RFQ lines", the event that gets triggered, is called “selrfqline”. I am trying to find a way to build an automation script that would handle the “Select RFQ Lines” button click event. I would like build an action script that gets called on the "select RFQ Lines" pushbutton event. Does anyone have sample code snippet that could help?