how to use the 'Any' App for random value generation. #24461
Unanswered
dbrefletech
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I have come across the Hidden app 'Any' which has only the 'Any' Codeunit 130500, which has a bunch of random generators built into it. I know that this is used for a lot of test functionality, so I thought I could use it for something silly I was building.
I added the app as a dependency in my app.json
"id": "e7320ebb-08b3-4406-b1ec-b4927d3e280b",
"name": "Any",
"publisher": "Microsoft",
"version": "22.0.0.0"
and the symbols download no problem, so I figured I was good to go!
but when I try to publish to my sandbox I get the following:
default failed with code UnprocessableEntity. Reason: Extension compilation failed
error AL1024: A package with publisher 'Microsoft', name 'Any', and a version compatible with '1.0.0.0' could not be loaded. Symbols for the requested app Any by Microsoft 1.0.0.0 could not be found among this tenant's installed apps. AppGroup Id 1194
CreateDimensions.Report.al(102,24): error AL0185: Codeunit 'Any' is missing
what am I missing?
I'm not really fully conversant in the github world - I see that the Any app is here on the alAppExtensions site, but I don't want to change it, I just want to use whatever is already installed in the tenant.
Beta Was this translation helpful? Give feedback.
All reactions