Skip to content

Instantly share code, notes, and snippets.

@BrianMRO
Created June 20, 2023 17:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BrianMRO/2d9d969f386a64e5c67953b39b0858e4 to your computer and use it in GitHub Desktop.
Save BrianMRO/2d9d969f386a64e5c67953b39b0858e4 to your computer and use it in GitHub Desktop.
2023 Reassign Dialog Box
<px:PXSmartPanel ID="PanelReassignApproval" runat="server" Style="z-index: 108; position: absolute; left: 27px; top: 99px;"
Caption="Reassign Approval"
CaptionVisible="True" LoadOnDemand="true" AutoReload="true" Key="ReassignApprovalFilter"
AutoCallBack-Enabled="true" AutoCallBack-Command="Refresh" CloseButtonDialogResult="Abort">
<px:PXFormView ID="formReassignApproval" runat="server" DataMember="ReassignApprovalFilter" DataSourceID="ds" Style="z-index: 100" Width="100%"
Caption="Reassign Approval" CaptionVisible="False" SkinID="Transparent">
<Template>
<px:PXLayoutRule runat="server" StartColumn="True" LabelsWidth="S" ControlSize="M" ></px:PXLayoutRule>
<px:PXSelector DataField="NewApprover" CommitChanges="True" ID="edNewApprover" runat="server" AutoRefresh="True" ></px:PXSelector>
<px:PXCheckBox DataField="IgnoreApproversDelegations" CommitChanges="True" ID="chkIgnoreApproversDelegations" runat="server" ></px:PXCheckBox>
</Template>
</px:PXFormView>
<div style="padding: 10px 10px 5px 5px; text-align: right;">
<px:PXButton ID="btnReassignApprovalOK" runat="server" Text="Reassign" DialogResult="OK"></px:PXButton>
<px:PXButton ID="btnReassignApprovalCancel" runat="server" DialogResult="Cancel" Text="Cancel" Style="margin-left: 5px" ></px:PXButton>
</div>
</px:PXSmartPanel>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment