How to Use XML Examples of This Section
In this section, each example contains the XML metadata that you can use as the mobile site map for your instance of MYOB Acumatica.
All examples include the metadata for the MYOB Acumatica forms that are used in the original mobile site map. Because the MYOB Acumatica Mobile Framework does not allow the merging of multiple sets of metadata for the same form of MYOB Acumatica, you cannot use the examples while the website contains the original mobile site map. To avoid possible errors on the server, you should temporarily (during the period while you are reading the guide and completing its examples) cancel the original mapping in the instance of MYOB Acumatica where you intend to test the examples.
- In the \App_Data\Mobile folder of the website, rename the mobilesitemap.xml file to mobilesitemap.xml.bak.
- In the same folder, create the mobilesitemap.xml file, which
contains the following XML
code.
<?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:SiteMap>
Note: If you want the MYOB Acumatica server to load all XML files from the \App_Data\Mobile folder of the website, the mobilesitemap.xml file is mandatory in this folder. If the file is absent, the server does not load other XML files, and the mobile site map is empty.