First time working with UDE environments…I got the models to build and deploy, but none of the forms are showing the proper labels.
I did select to Build All labels before deploying - just wondering if anyone has run into this?
First time working with UDE environments…I got the models to build and deploy, but none of the forms are showing the proper labels.
I did select to Build All labels before deploying - just wondering if anyone has run into this?
Hi Spencer,
Welcome to our community.
The labels are found in the Resources folder; they should be created when a build is done. Please try to rebuild and check if the labels are generated.
This resources folder should not be part of the source control, since it contains build artifacts (the resulting labels, for example), which will be recreated after every build.
One client has said in the past that they did put the resources folder as part of source control, because for some reason it wasn’t being populated otherwise, so that might be a possible solution.
So it looks like when I build the DocentricAX model, I’m not even getting a Resources folder created.
This is the output from the build which seems to show the labels getting compiled though?
Full build started 3/18/2026 12:34:29 PM
C:\UDE\UDESpencerTest\Metadata\XppSource\Docentric AX\AxForm_DocentricReportViewer.xpp(277,13): TaskListItem: TODO: This setting should already be correctly set in the pipeline before reaching the viewer.
C:\UDE\UDESpencerTest\Metadata\XppSource\Docentric AX\AxForm_DocentricReportViewer.xpp(391,13): TaskListItem: TODO: This setting should already be correctly set in the pipeline before reaching the viewer.
Module: DocentricAX compile completed (46932 ms).
Module DocentricAX build operation Compile Labels completed (11 ms).
Module DocentricAX build operation Report RDL generation completed (0 ms).
Full build completed (47023 ms). Time: 3/18/2026 12:35:16 PM
I checked with Copilot, and I guess the Resources folder only gets created when creating a deployable package. So going to try that first (not that it will get used), then try and deploy to the Online UDE environment and see if that works now.
I went back to Copilot and it says that labels should just show up in UDE…so trying to restart that environment to see if its a caching issue.
Hi Spencer,
Got it, thanks! Hopefully, restarting the environment will resolve the caching issue. Please let me know how it goes.
Unfortunately a restart of the environment didn’t resolve the label issue either…kind of out of ideas at the moment.
Actually I did get this to finally work…I was having issues creating a deployable package (to get the Resources folder) on my local PC, due to a script security issue (which I have yet to resolve).
So I grabbed a copy of the Resources folder from a Cloud Hosted Environment with the same version of Docentric. Once I dropped that onto my local PC and deployed to the online environment, it picked up the Resources folder and the labels are now showing.
Hi Spencer,
Great, it seems like everything is working correctly now. Thanks for letting us know.