Skip to main content
Question

Command Arguments with Modern UI

  • November 10, 2025
  • 1 reply
  • 34 views

Is there a way to add a custom Command Parameter to a modern UI button that gets passed to the PXAction like you were able to do in the classic UI?

1 reply

Forum|alt.badge.img+3

I was looking for this as well, but haven’t found anything so far.

If there’s really no way to pass an argument in the Modern UI, a possible workaround could be the following:

In a case where you have two buttons that are identical except for the argument, you can split them into two separate PXAction, each calling the same method but specifying a different parameter.