Hi,
We are consuming the REST API with one base URL and 13 methods in it.
How many Application Objects (AO) it will be counted?
One more question, if we delete the Entity(Table) then physical delete is not happening, does deleted entity will be counted as AO?
Best Regards,
Nitin
Hey @Nitin Chavan ,
If you're consuming a REST API with 13 methods, it will count as 13 Application Objects (AOs) - each method counts as 1 AO.
Also, if you delete an Entity from the module, it will no longer count as an AO.
To check AO usage, go to LifeTime > Factory > Application Objects, or in Service Center, open the module and check under Analytics > Application Objects.
Please take a detailed look at this documentation: Application Objects
Thanks