Requirement to Disable Add and Delete Button of Table when case moves to next Stage.

Hi,

I am trying to disable Add and Delete button of table When case moves to Verify and Submission Stage.

Or anyone can suggest me how can I make table read only in verify and submission stage.

Can anyone can help me.

@AbhishekC1725

Add/Delete item link can be disabled with condition using “pxCurrentStage” (OR) “pxCurrentStageLabel” = “Verify”/Submission"

@PIYUSHSINHA

Thanks Piyush for your answer.

@AbhishekC1725

I solved this by Creating a Visibility Condition (When Rule) in Cell Properties where Add item and Delete links are present.