Skip to main content
January 22, 2024
Question

Display record action in site

  • January 22, 2024
  • 4 replies
  • 0 views

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 

    4 replies

    harshitb6843
    January 22, 2024

    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. 

    January 22, 2024

    Got it Harshit, Thanks!!

    harshitb6843
    January 22, 2024

    Once you find the answer you were looking for, please accept the answer to close this thread

    stefanhelzle0001
    Brainy
    January 22, 2024

    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.