I am in the process of converting an Epicor Client dashboard that uses a customization to create a bartender file and sends it to the local monitored share that the local bartender install uses.
We also have a network share from Epicor that the browser uses to share a bartender file, which my local Bartender install monitors also (It is mapped to Z: drive).
I am trying to wrap my head around how to get a Kinetic dashboard in the browser to create a file in the Bartender cloud share.
Any ideas out there?
Any help is appreciated!
aidacra
(Epicor Employee: Nathan your friendly neighborhood Support Engineer)
2
Conceptually, the dashboard could call an Epicor Function, and the Function could generate the Bartender data file to your Azure File Share UNC path.
Or you can have a webapp (REST endpoint) at your Bartender machine and have it accept a POST from your Epicor Function and write locally to the drop folder.
Later, you could convert the Function to the Bartender REST library and you wouldn’t have to change anything on the Kinetic side.
BTW, if you feel feisty, you can vibe-code the web app to create a screen for a format and then have the ability to reprint a label by hand entering the lable.
This is why cloud programmers are afraid of file systems…
Sometimes the redirect is not set up correctly, if you open a ticket you can ask Epicor to validate that it is pointing at the UNC/Azure File Share as expected.
Curious how you make out with Support and Sandbox, last we were told Fileshare access isn’t available to Gov Cloud through Sandbox but that was a few months ago – we’re still having to use System.IO.
Below is an example of one of ours – Fileshare and Bartender details stored in user codes. Not pretty but it works