Related List Edit SlushBucket Behavior
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2021 12:45 AM
Hi,
I have tables A, B and A2B for m2m mapping in a scoped application.
When I open record of A in platform UI, I am showing related list for A2B. I am trying to show Edit button which will open slush bucket behaviour.
Edit button was not shown by default on A2B related list. When I set 'Reference floats' to true on column A in A2B table, Edit button shown is shown.
When I click Edit button it is opening slush bucket. Left side of slush bucket is empty.
I want left side to be populated will all values of table B. Is it feasible? I think it is very common scenario, and definitely there will be solution.
Please provide your inputs.
Thanks,
Chakri.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2021 03:49 AM
That means whatever table A2B I defined is not needed. Is it?
m2m relation will any way create m2m table. Right?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2021 02:24 AM
Edit button sluck bucket behavior is working fine now after adding sys_m2m record.
Clicking 'New' on RL is now taking to 'New B' form view. I want 'New' button to navigate 'New A2B' form view.
How to achieve this?