OutSystems ODC not to count the AOs from consuming the platform APIs (User API and Portfolio API)
146
Views
0
Comments
New
Data & Integrations

Problem:
Currently OutSystems ODC provides the User and access management API and Portfolio API to access the platform functionalities from code. However, connection is done via a custom consume REST Connectors, and they consume quite a lot of AOs to one's license (15+). This also

Proposal:
Connectors, that do not count towards the total AO count of a license. This could be achieved via a couple of alternative options:

-an OutSystems-provided official connectors, that similarly to the System's libraries do not count towards the total AO consumption

-unsupported custom Forge Connectors (like now), that have the option to be reviewed and aaproved by the OutSystems team, and they do not count towards the AO consumption

-out-of-the-box way of consuming the APIs as part of the platform (inside System library Actions or similar)