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.SObject methods to TIA #25

Open
benjaminloerincz opened this issue Jan 4, 2025 · 0 comments
Open

Add System.SObject methods to TIA #25

benjaminloerincz opened this issue Jan 4, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@benjaminloerincz
Copy link
Contributor

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

  • System.SObject.clone(Boolean preserveId, Boolean isDeepClone, Boolean preserveReadonlyTimestamps, Boolean preserveAutonumber)
  • System.SObject.getCloneSourceId()
  • System.SObject.getQuickActionName()
  • System.SObject.getSObject(String fieldName)
  • System.SObject.getSObjects(String fieldName)
  • System.SObject.hasErrors()
  • System.SObject.isClone()
  • System.SObject.isSet(String fieldName)
  • System.SObject.putSObject(String fieldName, SObject value)
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
Status: Considering
Development

No branches or pull requests

1 participant