I'm looking for a Studio app that's a complete structure, ready for further customization, with all the necessary events like save, refresh, and others

I’m looking for a Studio app that’s a complete structure, ready for further customization, with all the necessary events like save, refresh, and others.

Does anyone have one?

An app that does what? You can easily make one with the wizard

I want to create a from page but don’t want to create save, delete, or other events. Does anyone have one already? Could I have it?

No such thing could even exist. Create, Save, and Delete will all be specific to the tables you need to write data for.

What’s a “from” page?

The closest you can get is a UD table.

For example, if you add UD05 as a menu… you’ll gain access to UD05 Entry/Maintenance. That app will already have events set up for Add/Edit/Delete UD05 records.

Otherwise, like @Evan_Purdy mentioned, any app you create manually won’t have this because it won’t know ahead of time what BO’s you want to interact with.

Season 1 Episode 6 GIF by The Simpsons

J/K but you got this lol.

Why, when I create a form, does it require rebuilding everything from scratch—including the save and delete buttons? For example, I create a UD22 form, but it’s just an empty structure. I want a form with a complete structure, where I can simply add the UD Table.

What do you mean by ‘when i create a form’?

It has been suggested:

  1. try the wizard
  2. add a menu item for UD05 and launch UD05 Maintenance

Have you tried those suggestions? Both have events and buttons.

What have you tried?

PS - While we’re going back and forth and back and back on the topic if wizards and the like:

I’ll just say it would be kinda cool if New App did create an application having all the /shared imports like events and tools and LandingPage, KeyFields pattern, etc, etc.

The blank app is rather circa 2022 compared to this:

They have since abstracted away the data tables pretty well, but its a lotta plumbing.

You don’t need to “create” a form for UD22. It already exists. Just search for it in App Studio.

It is pre-built with a structure:

If you create a layer and preview… the Save and Delete options are already there:

But… if you manually create a dashboard or application from scratch… then the events don’t exist. Epicor does not know what BO’s you’re going to be trying to save/update/delete… so they can’t pre-build that.

What you CAN do… if you build your dashboard / app from scratch is utilize the DataView wizards.

Use the Guided Set Up and choose BO Service Call as the Source Type:

Choose the BO you want to access via your dashboard (i used Partsvc in this example):

You choose the views you want to add to your dashboard and guess what… the wizard asks you if you want to create Add, Save, and Delete events:

The tools are there. You just need to be willing to fill the gaps.

And yes… you can do the same thing using Ice.BO.UD22Svc

I want this complete set so I can further develop it.

I know you do. It’s not a thing.