i need to access a method from standard class(that has some protection level) so i have done a extension for the class and replicated the method that i need
and when i try to declare that extension class from another class to access the method that i want i got error :you cannot declare the extension classes
so i tried to declare the origin class then i got this error: class '' is not visible in this context due to the protection level of the class
how to access this class and its methods.
class name: WhsReleaseToWarehouse