How to set a different popup window size for each module

Hi,

My popup search windows all have different list columns and widths - and i am constantly resize the pop window so that they display well.

Is there a way to set the width of the popup window for a specific module.

For example, i am trying to set the window size and position for selecting a product when creating a quote.

Many thanks

There is no standard way to do this, you have to search the code for each one.

Products pop-up in Quotes creation:
https://github.com/salesagility/SuiteCRM/blob/master/modules/AOS_Products_Quotes/line_items.js#L281

You can use your browser’s developer console to inspect the Javascript of the button.