Have made one Custom Endpoint under GI which is having User, Roles Entities added and we are able to fetch custom endpoint data using Odata in VMware Postman but want to publish this endpoint for all end-users with valid Acumatica credentials and same endpoint if can be configured in Java Code
POC Description
We are working on a Hyper Scaler project POC and need to build an Acumatica Connector which should extract data from Cdata (serving as the data source) and synchronize it into some Data store. Additionally, it should retrieve detailed Access Control Lists (ACLs) from Cdata and perform ACL synchronization alongside the data sync to ensure least-privilege access for logged in use
Can we expose GI Custom Endpoint for outside users?
Best answer by jinin
Clarifying the question in detail,
I have requirement to use across any organization and any tenants. Will it be possible that we can publish our custom Endpoint globally? - Yes, you can include the custom endpoint in a customization package and distribute it globally.
However, each organization and tenant must manually install and publish that package in their own Acumatica instance. Acumatica does not support automatic global deployment across different tenants or customer environments.
You can build and host your ACL service, but each Acumatica user must connect their own instance to your service.
To do this:
Provide a customization package with the logic and endpoints.
The user installs this in their Acumatica instance.
Your public ACL endpoint is then called from inside Acumatica (via REST calls or automation steps).
So, your endpoint can be public, but each Acumatica instance needs to be configured to use it.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.