Skip to main content

Hi,

Is it possible to run JavaScript code in Acumatica Customization Project ?

Earlier I made customization project via c# code

I created customization project and implemented some business logic,

Now I need to run some JavaScript code in Acumatica customization project

Is it possible to add js file to Acumatica solution which will be added to Acumatica customization project.

If it possible, How can I do it ?

Hi @Ivan,

Yes, you can include Javascript control to the customization project.

For more detail refer, https://help.acumatica.com/(W(32))/Help?ScreenId=ShowWiki&pageid=22e4972a-4ca2-4683-a2e9-51e88509cb9d 

Below article has an example that can help you to get started, 

 

Good Luck,


Hi @Ivan,

Yes, you can include Javascript control to the customization project.

For more detail refer, https://help.acumatica.com/(W(32))/Help?ScreenId=ShowWiki&pageid=22e4972a-4ca2-4683-a2e9-51e88509cb9d 

Below article has an example that can help you to get started, 

 

Good Luck,

Thank you for quick response 


Reply