Skip to content

Instantly share code, notes, and snippets.

@smarenich
Last active September 17, 2015 11:59
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 smarenich/76ea46fb07c48e87642e to your computer and use it in GitHub Desktop.
Save smarenich/76ea46fb07c48e87642e to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<sm:SiteMap xmlns:sm="http://acumatica.com/mobilesitemap" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<sm:Screen Id="GL301000" Type="SimpleScreen" DisplayName="Journal Transactions" Visible="true" Icon="system://NewsPaper" IsDefaultFavorite="true">
<sm:Container Name="BatchSummary" FieldsToShow="3">
<sm:Attachments Disabled="true" />
<sm:Field Name="BatchNumber" />
<sm:Field Name="TransactionDate" />
<sm:Field Name="Description" />
<sm:Field Name="Branch" />
<sm:Field Name="Ledger" />
<sm:Action Name="Save" Context="Record" Behavior="Save" />
<sm:Action Name="Cancel" Context="Record" Behavior="Cancel" />
<sm:Action Name="Insert" Context="Container" Behavior="Create" DisplayName="Add" Icon="system://Plus"/>
</sm:Container>
<sm:Container Name="TransactionDetails">
<sm:Attachments Disabled="true" />
<sm:Field Name="Account"/>
<sm:Field Name="Subaccount" ForceType="String"/>
<sm:Field Name="Quantity"/>
<sm:Field Name="DebitAmount"/>
<sm:Field Name="CreditAmount"/>
<sm:Field Name="Description"/>
<sm:Action Name="Save" Context="Record" Behavior="Save" />
<sm:Action Name="Cancel" Context="Record" Behavior="Cancel" />
<sm:Action Name="Insert" Context="Container" Behavior="Create" DisplayName="Add" Icon="system://Plus"/>
<sm:Action Name="Delete" Context="Selection" Behavior="Delete" DisplayName="Delete"/>
</sm:Container>
</sm:Screen>
</sm:SiteMap>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment