Link to home
Start Free TrialLog in
Avatar of JamesCbury
JamesCburyFlag for United States of America

asked on

Infopath view to create additional list items

Hi All, I have an infopath form that contains a repeating table; inside the repeating table are a bunch of fields that are driven from a sharepoint list.  it's set up to let the user provide multiple examples that fit into redefined categories, those categories have a "score" that is used to determine the criticality.  for example:

Example 1:
Category  = Technology
Sub Category = System Issue
Description = user enters free form text here

for each additional example the user can just insert an item into the repeating table.  the fields category and sub category are used to calculate the criticality of the example which is then averaged across all of the examples provided (it sounds more complex than it is...).

I need the ability for a user to create an adhoc category and assign it a score that can be attached to a specific field in my repeating table.  I have a button in the repeating table that states "Create new category" when they click this i want a dial log box, or view, to pop up to collect information about that category.  I'm having trouble taking the results of that information in my view and entering it into the specific row of my repeating table.

any suggestions would be much welcomed!
Avatar of Clay Fox
Clay Fox
Flag of United States of America image

Is this adhoc entry going to be put into a SP list? To populate the dropdown selection for future forms?

You would need to do the add within a specific row or it gets a bit tricky to only update the row in question.  

Sometimes you can launch another form which would update an xml list or SP list that is the basis for the dropdowns, then refresh the form to get the updates.
Avatar of JamesCbury

ASKER

Thanks, at first i included a button that then updated the source list, but I the users did not want their new entries to be available for everyone.... what I wound up doing was inserting an optional section into the row of my repeating table and  adding some fields there.  I'm now using a rule to update the original fields based on the entries in the optional section - it seems to be working well.
ASKER CERTIFIED SOLUTION
Avatar of Clay Fox
Clay Fox
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial