You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Accounts.cls
- changed "onAfterInsert" method to call on the Accounts domain via the domain factory and the Opportunities domain will work only with the "IAccounts" interface.
- Used the "Application.Domain.newInstance(Set<ID>)" method to automatically select the records verses using an inline query.
- Now working with the "fflib_ISObjectUnitOfWork" interface
Application.cls
- Added entry for Account.SObjectType to the SelectorFactory call to all above changes to Accounts domain to work correctly.
0 commit comments