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 |
||
(One intermediate revision by the same user not shown) | |||
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. | ||
:* | :* You can 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. |
Latest revision as of 04:05, 5 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.
- You can 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.