What all can it do, why do I need it?
Limitations.
Value?
Give me the skinny. I want your guys take on it before I talk to my CAM.
What all can it do, why do I need it?
Limitations.
Value?
Give me the skinny. I want your guys take on it before I talk to my CAM.
What can it do?
Why do I need it?
Value:
Can you do all of the above without it?
Use Cases:
Quote Worksheet Recorder
BookerService
Is it worth it?
Hereâs how the BookerService âBOâ Definition looks (its pretty simple really)
You get OData and Rest Endpoints
Not the big gun I called, but apparently the one I needed
Thanks Jose.
Oh⌠yeah and I forgot, you also get to Look At / Modify (donât do thatâŚ) the Epicor BASE Layers on the Kinetic UX AppâŚ
Wanna change the way that Order Entry UX works in its entirety? GO FOR IT⌠(just donât call me after you break it)
And you can make your own âApp Studio Appsâ for those new BOs too (but you can already do this sorta with Dashboards and whatnot)
Wait, you get went SaaS?!?!
No we are on prem but the Cloud SDK is just a dumb name to let you know that it works with the cloud. It works just fine on prem too⌠Dare I say⌠better! Cause I can regen my own damn data model!
PS: I know the portal is coming yada yada⌠still I need my control
He is the service.
To be clear, you are on prem, but Azure, correct ?
Yes, we are on SaaS Hardware/VMs but not running SaaS Epicor⌠I just rent someone else computer and we manage the entire thing have a really long cable from NJ to Redmond.
I guess thatâs 3rd Party Cloud Hosted Infrastructure as a Service IaaS
Trust me, if I wasnât forced onto SaaS I wouldnât. The decision was made before I came onboard so
Well, yeah⌠but not what I was talking about.
idgits as a service?
Infrastructure⌠but also yesâŚ
Also if you know who Bobby is from the prior gif you posted @klincecum that gets you extra respect points #SPN4Eva
Do they make it easy to import / export these custom BOâs? If so I can see the potential for community (open source?) modules.
Solution workbench works a treat
Jose, did you do the quote customization yourself? I am assuming yes.
Yes I did
Fun Topic - I like the updated SDK.
Jose - great writeup (your check is in the mail but donât hold your breath).
As Jose mentioned, the term âCloud SDKâ comes from the marketing folks to indicate it is an option for the Epicor Cloud customers. We have been somewhat slow rolling it out as the Table definition part does require a Data Model Regen which will be in the upcoming Epicor Cloud Self-Service Portal.
@klincecum - since you already have the portal, and you do a fair amount of custom extensions, the SDK is something I think you would really like.
The updated SDK allows you to create custom Tables and Services that the system treats as first class entities. Here is a quick recap of the features:
Define custom tables and columns - including ability to define a limited number of Index columns
Use the Service Designer to define the List and Rows datasets
Generate a User Defined Service that will include the standard methods - full CRUD support
Generate a Web UI form for maintenance of records defined by the service
Use AppStudio to add your UD Tables / UD Service logic to Epicor UIs
Generated UD Service supports the same REST Interface standards as the Epicor Services
Tables / columns will be available to BAQs and BPM
BPM Method Directives will be available on the Standard Methods in the User Defined Service
BPM Data Directives will be available on the tables
Standard Method, Table, and Field Security will work against the User Defined Service, Methods, Tables, and Columns
Custom tables can be defined to support attachments
ChangeLog Tracking is available
REST / Swagger Help will be available on the Standard Methods
The UD Services will be available via Automation Studio and Epicor Data Fabric
Thank you sir.