Hi @ImJohnMDaniel @stohn777 ,
I'm starting to implement AT4DX in my company, and this framework help us a lot for switching to unlocked package, so first of all thank you for sharing this with us.
I'm wondering about a use case for splitting my monolithic code in package:
Let's says that:
PackageA define AccountSelector
PackageB define a field packageB_id__c on Account
I would like to define in packageB a methode like AccountSelector.getAccountByPackageB_id__c(Set<String>)
I did not find any exemple about this use case, should I create an AccountSelector specifically for PackageB?
Thanks for your time,
Best
Alan