Hi,
I have linked my project with Acumatica in Customization project editor

My solution calls the event

Performs check for Payment and execute some REST requests if the desirable payment is selected.
My question is : How to get Acumatica credentials in project ? When the event is triggered it is already have access to the system, because can check the element’s values, so maybe I can get credentials in code.
Currently I have wrote Acumatica credentials in project for requests like this

But, client can change them, or make some modifications in Acumatica, so there is must be opportunity to change them without making changes in project solution.
How can I get the credentials for REST request in project ?
Best answer by markusray17
View original