Skip to content

Instantly share code, notes, and snippets.

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/814685469434dc1673d163b244e4f112 to your computer and use it in GitHub Desktop.
Save BrianMRO/814685469434dc1673d163b244e4f112 to your computer and use it in GitHub Desktop.
Acumatica Mobile Demo - Tags - IN202500 Snippits
<px:PXDataSource ID="ds" runat="server" Visible="True" Width="100%" TypeName="PX.Objects.IN.InventoryItemMaint" PrimaryView="Item">
<CallbackCommands>
...
<px:PXDSCallbackCommand Name="CheckTagParams" Visible="False" />
</CallbackCommands>
<DataTrees>
...
</DataTrees>
</px:PXDataSource>
<px:PXSmartPanel runat="server" ID="CstSmartPanel1" AutoCallBack-Enabled="True" AutoCallBack-Command="Refresh" Caption="Add Tag" CaptionVisible="True" CommandSourceID="ds" AutoCallBack-Target="FrmCreateTag" Key="tagparamfilter" AutoReload="True" Height="140" Width="320">
<px:PXFormView runat="server" ID="FrmCreateTag" DataSourceID="ds" DataMember="tagparamfilter">
<Template>
<px:PXLayoutRule runat="server" ID="CstPXLayoutRule7" StartColumn="True" LabelsWidth="S" ControlSize="SM" />
<px:PXSegmentMask runat="server" ID="CstPXSegmentMask9" DataField="CustomerID" CommitChanges="True" />
<px:PXSelector runat="server" ID="CstPXSelector8" DataField="ContactID" CommitChanges="True" />
</Template>
</px:PXFormView>
<px:PXPanel runat="server" ID="CstPanel3" SkinID="Buttons">
<px:PXButton runat="server" ID="CstButton4" Text="OK" DialogResult="OK" CommandSourceID="ds" CommandName="CheckTagParams" />
<px:PXButton runat="server" ID="CstButton5" DialogResult="Cancel" Text="Cancel" />
</px:PXPanel>
</px:PXSmartPanel>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment