How to dynamically load an entity instance based on the value from a different entity
Summary
Use an entity value from one entity to load data into a different entity.Content
Hello,
I have one entity which asks the user to populate a value from and OSvC generated value list. The list comes from a custom object that generates a menu.
I have an unrelated entity that I want to use the value from the first entity as a condition in the dynamic loading of the data for the second entity. I get an error message that a scoping function is needed. However, none of the scoping functions have been accepted.
For example:
Entity 1 - the Fish Species Observed (user picks from the list of common names, and selects Blue Gill for one instance, adds another instance and selects Smallmouth Bass.
0