Skip to main content

 

Steps I did

 

1. Created a new project in Customization Projects section and published it.

 

WebHooksConfiguration

 

2. Then inside Customized Project Editor, I added the sample Code in the code section Sample code I used. https://github.com/Acumatica/Help-and-Training-Examples/blob/2023R1/IntegrationDevelopment/Help/ConfiguringWebhooks/TogglWebhookHandler_Code/WebhookHandler/TogglWebhookHandler.cs

 

 

 

3. Then Published the project from Publish menu option

 

 

 

 

Project was published successfully.

 

 

 

But now when I go to Webhooks page I am not able to see my class in Implementation class.

I there any step I am missing here or I am doing something wrong

 

 

Thank you

Looking at the git hub and the Acumatica documentation, I don’t think you can build a webhook just in the customization project editor. You’ll need to make a full Visual Studio project.


@robgriffin00  Please review this article and hope this helps you.

 


The developer was using your post Naveen, it seems there is something missing we are not seeing, no compile errors.  Is there anyway you can share to troubleshoot this?


Hi @robgriffin00 

As @Django  pointed out, Webhooks cannot be created in the Customization Editor. They must be compiled into a DLL using Visual Studio or another tool. I did a quick test, and I can confirm what Django said.
This is likely the key issue, rather than a problem with your Webhook class.


Ok, that makes sense to me, let me have them try this.  Thank you for the clarification on this point


Reply