Skip to main content
Solved

How to hide the Schedules button on a processing screen

  • 7 May 2021
  • 1 reply
  • 239 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" />
 



 

View original
Did this topic help you find an answer to your question?

Naveen Boga
Captain II
Forum|alt.badge.img+19

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" />
 



 


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings