From the Kinetic What’s New 2021.1 PreRelease pdf on page 17:
Edit: Found the link - Log in to EpiCare, then go to Products > Epicor Cloud ERP > Documentation:
From the Kinetic What’s New 2021.1 PreRelease pdf on page 17:
Edit: Found the link - Log in to EpiCare, then go to Products > Epicor Cloud ERP > Documentation:
The server code is still in C# and most of the code that you are using to do things (when you use the BO’s anyways) is very similar in BPM/Function land. So a lot of that code that you wrote for client side C# shouldn’t be too bad to convert to BPM’s or functions. You’ll be able to call functions from the customization with events (like button clicks), so it really isn’t that different. Mostly a different way of thinking. Right now, you make an event and it called a method that you wrote. In kinetic, you’ll make an event and it will call a server side function. We’ve asked many times to be able to fire a BPM with a button, this will basically be that.
Are panel cards always full screen width? Can I make them half width and have two panel cards next to each other?
I do not know that yet. Layout stuff if going to be all new, that’s one of the things that won’t be preserved. It’s the logic that you can reuse.
You can put cards in a grid (I don’t remember the terminology)
But yes you have the ability to have something occupy only half of the screen.
Running from CLIENT vs from BROWSER… some people don’t know how… here is how:
https://my.epicorsite.net/abc001
https://my.epicorsite.net/abc001/home
Note that the first time you launch a program, it may take a little longer to cache things, but the second time will be very fast.
Also, in the Pilot and test accounts, you may not be able to run the old client programs from a browser because you may not have purchased the EWA license for Pilot (I think that is what you need).
Below are some screenshots for illustration:
And as a bonus, it looks like your password manager (LastPass I’d guess), will remember your login info for you.
And as a bigger bonus, if you use Azure Active Directory, you don’t have to remember another username and password. Or a password at all if configured. Also, since Epicor would be a registered application, and if you use Microsoft’s Endpoint security, you get all the features (MFA, impossible travel, passwordless, …) that you can’t get with username/password.
Your message of the day. I’ve been slacking. (Or Teaming? )
Yup… lastpass remembers the login and password.
All I see there is a my pilot server “https://centralusdtpilot01.epicorsaas.com/SaaS512Pilot”. Which gives a 403 error.
ok, you need to add “/home” to the end of that address. https://centralusdtpilot01.epicorsaas.com/SaaS512Pilot/home
AhHA! That did the trick! Thanks!
I remember seeing somewhere that the SSRS report builder will change with Kinetic. Is that true? Will it come with a new report editor, or do I need to download a new one? I am still using SQL Server 2012 Report Builder 3.0
Kinetic 2021 still uses SSRS so no changes here.
Will we still be able to use UBAQs, Advanced BPM, and Custom Code Widgets?
Yes
Will users still be able to create BAQ gadget tiles or does Kinetic render them extinct?
@josecgomez, have they added back the ability to place an action on the Widget like we could in the Modern UI BAQ tiles?
For example, we had a BAQ for purchased parts on POs without material standard cost. Click on the row would take you to Cost Adjustment. It was a nice work flow.