Hi everyone,
I need to implement the UI for many-to-many relationship and wonder if there's an existing pattern for it in 2012.
I have a custom table that links to retail payment methods table (RetailTenderTypeTable) and since it's many-to-many there's another custom table in between that keeps RecIds from both sides.
For the UI I'm using the SimpleListDetails template. On the left side I have a grid with my custom table. On the right there're fast tabs, one of them contains an ActionPane and a grid. The idea is that adding a new record in that grid should allow for lookup selection of a method of payment from RetailTenderTypeTable but once the selection is made it should create a record in the association table.
Can you give me a clue how to implement this in the UI? Is there something similar in AX OOB that I can use as sample?
Thank you!
*This post is locked for comments
I have the same question (0)