I have 2 main forms for a table
-General Info
-Bulk Edit
What I would like is:
When user opens table in the site map it displays 'General Info' form.
When user select multiple records in a subgrid and selects 'edit' it automatically opens the 'Bulk Edit' form.
Seems like a simple request but I'm starting to question if it is even possible. My findings when trying to troubleshoot this:
1) There is no way designating specific forms to the bulk edit.
2) Changing the form order will mean that the first form will display in both sitemap and bulk edit mode.
3) Microsoft have disabled javascript on bulk edit forms. There was once an unsupported workaround that now seems to be patched by microsoft so it is no longer possible.
4) I tried adding 'Bulk Edit' form to the top of the form order. And then added JS so when it loads in the sitemap it switches to the General Form. But it would still show the General Form in Bulk edit mode afterwards so I guess it must also be cached somehow?
I'm at my wits end with this. I'm aware the user can just select the dropdown to change the form but it seems like something that should be fairly common and easy to implemenet.