We currently are Gov Cloud with Epicor and use Bartender.
I have a dashboard with a customization that creates a bartender file to print labels.
It was built when we were on-prem and writes to the server where Bartender is installed.
I was wondering how do I change my customization code to create the label on the Epicor Cloud share that currently hosts the Bartender files other screens use to print.
Those other screens use a BPM to print the file.
I am not sure if this makes sense or if there is any other information needed.
This will define the path that Epicor should have access to, to be able to write your file to from the dashboard code you have.
From there you should be able to pick it up from your Bartender folder via the Azure File Share.
Edit: All the Azure File Share is, is a pointer to the Epicor servers data directory in the cloud, that allows us to access it outside of Azure, with a username and password.
I opened a ticket before I tried here and they were not the most helpful.
Their response was:
Accessing the Azure File Share from a classic customization or from the classic dashboard UI is not possible within Kinetic Cloud. One would need to create a server-side customization (e.g. Epicor Function, BPM, etc) to generate the file as the Cloud server will have access to the Azure File Share.
My question back to them was:
How do I access that folder from within a BPM? What piece of code will get me there?