Skip to main content

I was asked by the company I do customizations for if Acumatica can be customized using JavaScript and CSS.

I know you can use CSS for reports, but I don’t think you can use it for the ASPX pages.  I also don’t think you can use JavaScript.

Can someone please confirm?

 

 

Hi @joe21  According to me, Acumatica supports the JavaScript language but it is very limited.

 

Below is information from the other sources.

Acumatica highly discourages making any changes on the client side (in the browser). They do not support extensions to the client side. If you make changes to the client prepare for pain on every upgrade.

I suggest you consider implementing your code on the server side with a call-back.


Reply