I'm wondering if it's possible to add JavaScript code to an Acumatica web page through a customization.
Thanks for your help!
Fran Parker
Another way is to create customization for existing page. In Layout Editor select "Actions->Edit Aspx", add the following code
<px:PXLiteral runat="server" ID="s">
<script type="text/javascript" src="myscript.js"></script>
</px:PXLiteral>
and click "Generate customization script"