Custom Web Data Entry Forms
709761Sep 3 2009 — edited Oct 12 2009Problem Description:
Is there a way to design a web form with two dimensions in the rows: Entities and Accounts in which the account selections are dynamically driven by the entity in a given row? Have tried writing this in a dynamic account list - but it is limited to a single entity/account combination. I need it to dynamically display different accounts for multiple entities uniquely.
aka.
Entity1 by acct A, B, and C
Entity2 by acct A, D, E, and F
Entity3 by acct B,C,F, G, and H
etc. . .
What I have tried:
R1=E{@Cur.[Base]}.A{DynInputAccs}
**Where list DynInputAccs is defined as the input accounts for each entity**
**What I get is a list of accounts for the last base entity only. What I need is every combination of the specific base entities and their respective accounts**
What I also tried is to set each unique base entity in an idividual row and then apply add member on the accounts and add the unique input accounts for each entity - but that too will not work.
Suggestions?