I have a situation with a many to many relationship between two tables. Based on the users navigation the breadcrum value of the higher screen should be used in combination with a task. I there an option to refer to the UI breadcrum in lower level detail screen?
Grab breadcrumb from higher level screen
Best answer by Mark Jongeling
Hi Martin,
The breadcrumb is built using the display column for the main and detail screens based on navigation. Meaning in the Detail screen, you would have a longer breadcrumb as you would have in the Main screen. If you would want the breadcrumb to be comprised like this, then that works:
Main > Detail
If you want the breadcrumb to be comprised like this, then that is not possible:
Detail > Main
That is due to the way the screen’s hierarchy works. Having many-to-many relationships always will result in some compromises as the GUI works with hierarchy.
Obtaining the Primary key columns of screens will automatically work if you bind them to, for example, Task parameters.
Is this the answer you are looking for? 😄
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.