Hello folks,
I created a record action and showing the record type grid with the record action as the landing page on site, by default the record action is coming on the left side..Is there any option to shift it to the right side
Discussion posts and replies are publicly visible
No. It will appear on the left side only if you display it via grid. If you want to have it on the right side, you will have to add this action via recordActionField() explicitly outside the grid.
Got it Harshit, Thanks!!
Once you find the answer you were looking for, please accept the answer to close this thread
Not directly in the grid, but you could remove the actions from the grid and use a recordActionField to place the actions at any place.
But, keep in mind that this might lead to an inconsistent UX across applications.