Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add System.Limits methods to TIA #24

Closed
benjaminloerincz opened this issue Jan 4, 2025 · 1 comment
Closed

Add System.Limits methods to TIA #24

benjaminloerincz opened this issue Jan 4, 2025 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@benjaminloerincz
Copy link
Contributor

benjaminloerincz commented Jan 4, 2025

IMPORTANT: Most methods are subject to the I1 namespace, not your namespace free org!

Add these methods of namespace System, class Limits to TIA:

  • System.Limits.getAggregateQueries()
  • System.Limits.getLimitAggregateQueries()
  • System.Limits.getApexCursorRows()
  • System.Limits.getLimitApexCursorRows()
  • System.Limits.getFetchCallsOnApexCursor()
  • System.Limits.getLimitFetchCallsOnApexCursor()
  • System.Limits.getAsyncCalls()
  • System.Limits.getLimitAsyncCalls()
  • System.Limits.getCallouts()
  • System.Limits.getLimitCallouts()
  • System.Limits.getCpuTime()
  • System.Limits.getLimitCpuTime()
  • System.Limits.getDMLRows()
  • System.Limits.getLimitDMLRows()
  • System.Limits.getDMLStatements()
  • System.Limits.getLimitDMLStatements()
  • System.Limits.getEmailInvocations()
  • System.Limits.getLimitEmailInvocations()
  • System.Limits.getFutureCalls()
  • System.Limits.getLimitFutureCalls()
  • System.Limits.getHeapSize()
  • System.Limits.getLimitHeapSize()
  • System.Limits.getMobilePushApexCalls()
  • System.Limits.getLimitMobilePushApexCalls()
  • System.Limits.getPublishImmediateDML()
  • System.Limits.getLimitPublishImmediateDML()
  • System.Limits.getQueries()
  • System.Limits.getLimitQueries()
  • System.Limits.getQueryLocatorRows()
  • System.Limits.getLimitQueryLocatorRows()
  • System.Limits.getQueryRows()
  • System.Limits.getLimitQueryRows()
  • System.Limits.getQueueableJobs()
  • System.Limits.getLimitQueueableJobs()
  • System.Limits.getSoslQueries()
  • System.Limits.getLimitSoslQueries()
@benjaminloerincz benjaminloerincz added the enhancement New feature or request label Jan 4, 2025
@benjaminloerincz benjaminloerincz self-assigned this Jan 4, 2025
@benjaminloerincz benjaminloerincz moved this from Considering to Working on it in The Invocable App Roadmap Jan 12, 2025
@benjaminloerincz benjaminloerincz added this to the 62.5.0 milestone Jan 13, 2025
@benjaminloerincz
Copy link
Contributor Author

Delivered in 62.5.0. Updated openapi as well.

@benjaminloerincz benjaminloerincz moved this from Working on it to Shipped in The Invocable App Roadmap Jan 14, 2025
@benjaminloerincz benjaminloerincz closed this as completed by moving to Shipped in The Invocable App Roadmap Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant