Page 1 of 1

Row_CustomAction at top of Master/Detail View page?

Posted: Sat Jan 21, 2023 10:01 am
by SilentNight

Is there a way to put Row_CustomActions at the top of the Master/Detail View page for a record?

They work well on the List page but users can't use them from the View pages.


Re: Row_CustomAction at top of Master/Detail View page?

Posted: Sat Jan 21, 2023 10:08 am
by arbei

Row_CustomAction is a server event for adding custom action for each row in List page. There is no such server event in View page.

However, in View page, you may add your actions to $this->OtherOptions["action"] by Row_Rendered server event.