BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Can you point me to some documentation that describes how to create a custom data source/processor? |
Here is the documentation for Java Custom processor creation.
|
Similar to how you have created a Google Analytics and Syncfusion Dashboard one. |
We have created a custom processor design in Java and backend functionalities are written in C#. We have attached custom processor project and C# application project with sample.
|
Can you also provide a reference to some documentation or code sample on how to extend existing data sources/processes using C# code please? |
We can call C# application in Syncfusion Data Integration Platform using “ExecuteProcess” processor.
|
We are looking at creating a custom data source for Acumatica. |
Suggestion:
Acumatica have Rest API support. So instead of creating a new custom processor, we can use existing processor’s ‘InvokeHTTP’ and ‘GetHTTP’ with basic authentication. |