Skip to main content
Answer

How to hide the Schedules button on a processing screen

  • May 6, 2021
  • 1 reply
  • 277 views

Joe Schmucker
Captain II
Forum|alt.badge.img+3

I have searched this forum and stackoverflow but I cannot find anything on how to hide the “Schedules” button on the processing screen.  Does anyone have any way to do it?

This has no effect:

 

Best answer by Naveen Boga

Hey Joe,

We can hide the Schedule button on the Processing screen. We need to add the CallbackCommand in the .aspx page. 

Please find the code below for reference.

 

<px:PXDSCallbackCommand Name="Schedule" Visible="false" CommitChanges="true" PostData="Self" />
 



 

1 reply

Naveen Boga
Captain II
Forum|alt.badge.img+19
  • Captain II
  • Answer
  • May 7, 2021

Hey Joe,

We can hide the Schedule button on the Processing screen. We need to add the CallbackCommand in the .aspx page. 

Please find the code below for reference.

 

<px:PXDSCallbackCommand Name="Schedule" Visible="false" CommitChanges="true" PostData="Self" />