Difference between revisions of "Common:Many-to-Many Lookup Considerations"
From AgileApps Support Wiki
imported>Aeric (Created page with "<noinclude>__NOINDEX__</noinclude> Special considerations for a Lookup on a Many-to-Many Relationship: :* The Lookup automatically becomes a Multi Value Lookup. :* It can...") |
imported>Aeric |
||
Line 4: | Line 4: | ||
:* It cannot be made read only. | :* It cannot be made read only. | ||
:* Layout Rules cannot test the set of selected values. | :* Layout Rules cannot test the set of selected values. | ||
:* It is | :* It is now possible to specify a record-filter, to limit the number of possible choices. However, post selection JavaScript is not supported here. | ||
:* When displayed the chosen values cannot be clicked to visit the corresponding records. | :* When displayed the chosen values cannot be clicked to visit the corresponding records. |
Revision as of 17:38, 4 August 2021
Special considerations for a Lookup on a Many-to-Many Relationship:
- The Lookup automatically becomes a Multi Value Lookup.
- It cannot be made read only.
- Layout Rules cannot test the set of selected values.
- It is now possible to specify a record-filter, to limit the number of possible choices. However, post selection JavaScript is not supported here.
- When displayed the chosen values cannot be clicked to visit the corresponding records.