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/1da9658d23681d61ea6920fa2ae67dc0 to your computer and use it in GitHub Desktop.
Save BrianMRO/1da9658d23681d61ea6920fa2ae67dc0 to your computer and use it in GitHub Desktop.
Acumatica Mobile Demo - Tags - Entry Screen
<%@ Page Language="C#" MasterPageFile="~/MasterPages/FormTab.master" AutoEventWireup="true" ValidateRequest="false" CodeFile="ZZ301000.aspx.cs" Inherits="Page_ZZ301000" Title="Untitled Page" %>
<%@ MasterType VirtualPath="~/MasterPages/FormTab.master" %>
<asp:Content ID="cont1" ContentPlaceHolderID="phDS" Runat="Server">
<px:PXDataSource ID="ds" runat="server" Visible="True" Width="100%"
TypeName="BLOG.IN.ZZINTagEntry"
PrimaryView="Document"
>
<CallbackCommands>
</CallbackCommands>
</px:PXDataSource>
</asp:Content>
<asp:Content ID="cont2" ContentPlaceHolderID="phF" Runat="Server">
<px:PXFormView ID="form" runat="server" DataSourceID="ds" DataMember="Document" Width="100%" Height="70px" AllowAutoHide="false">
<Template>
<px:PXLayoutRule ID="PXLayoutRule1" runat="server" StartRow="True"></px:PXLayoutRule>
<px:PXSelector CommitChanges="True" runat="server" ID="CstPXSelector7" DataField="TagCD" ></px:PXSelector>
<px:PXTextEdit runat="server" ID="CstPXTextEdit1" DataField="Descr" ></px:PXTextEdit></Template>
</px:PXFormView>
</asp:Content>
<asp:Content ID="cont3" ContentPlaceHolderID="phG" Runat="Server">
<px:PXTab ID="tab" runat="server" Width="100%" Height="150px" DataSourceID="ds" AllowAutoHide="false">
<Items>
<px:PXTabItem Text="Details">
<Template>
<px:PXFormView Width="100%" AllowCollapse="False" DataSourceID="ds" DataMember="CurrentTag" runat="server" ID="CstFormView3" >
<Template>
<px:PXLayoutRule runat="server" ID="CstPXLayoutRule4" StartRow="True" ></px:PXLayoutRule>
<px:PXSegmentMask runat="server" ID="CstPXSegmentMask5" DataField="InventoryID" CommitChanges="True" ></px:PXSegmentMask>
<px:PXTextEdit runat="server" ID="CstPXTextEdit6" DataField="InventoryID_description" ></px:PXTextEdit>
<px:PXSegmentMask CommitChanges="True" runat="server" ID="CstPXSegmentMask9" DataField="CustomerID" ></px:PXSegmentMask>
<px:PXSelector AutoRefresh="True" runat="server" ID="CstPXSelector8" DataField="ContactID" ></px:PXSelector></Template></px:PXFormView></Template>
</px:PXTabItem></Items>
<AutoSize Container="Window" Enabled="True" MinHeight="150" ></AutoSize>
</px:PXTab>
</asp:Content>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment