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)