You need to sign in to do that
Don't have an account?

System.requestVersion().Patch() does not work
When requesting the version of a package that runs, we can use the system.requestVersion() with MinorVersion, MajorVersion and Patch
This last one does not seem to give any other results than null, even in a pach-dev and in a pusched version.
Is there any hidden trick, or is this function not working?
Any help is welcome
This last one does not seem to give any other results than null, even in a pach-dev and in a pusched version.
Is there any hidden trick, or is this function not working?
Any help is welcome
Not sure I understand what you mean with this.
These codelines are used.
System.requestVersion().major() Works !
System.requestVersion().minor() Works !
System.requestVersion().patch() Returns Null !!!
Woking on apiVersion 28.0
Anything I miss here?