This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - Guidance needed....

essjay - Monday, January 23, 2012 9:43 AM:

Hello all.

Brand new to Aras Innovator so looking for some guidance from those in the know!

What I'm looking to do is the following:

  1. Create a menu item in the TOC, perhaps under the "Portfolio" heading.
  2. That menu item will display a list of item created
  3. An add button that will launch a new form so I can input data
  4. Save which will list the data inputted in 3 above and also persist to the database.

So maybe an example of something along the lines of what I'm trying to do. A name and address table and would like it to list entries similar to the current "Project" TOC item. So from the list above:

  1. Perhaps the menu item would be called "Addresses"
  2. Show a page/form displaying all the currently persisted names and addresses
  3. Click the add button which will pop up a window containing a form with fields such as name, house number, street name, locality, zip code, country, with a save button.
  4. Save the information back to the database.

I presume in there somewhere I'll need to create a new ItemType.

Is there any documentation or tutorials available that can get me started?

Thanks in advance.



AdamStrachan - Monday, January 23, 2012 11:22 PM:

Really you're just going to need to add an itemType and a form to go with it.

In Innovator, click Help, then Just Ask Innovator.

There should be enough info in the itemTypes section to do what you want.