Set up CS UIs
CS UIs are used for defining the look and feel of the NP Store Assistant mobile interface. NaviPartner provides standard UIs which can be implemented and modified as per requirements of the users, but you can create completely new UIs as well.
To set up CS UIs, follow the provided steps:
-
In Business Central, click the Search: button, enter CS UIs and choose the related link.
A list of preset and custom UIs is displayed, along with the options for creating new ones. -
Click New.
-
Fill out the necessary fields in the General section with the following information:
Note: For any new UI, you should check with NaviPartner if there is an existing codeunit for the action needed or else a new codeunit will have to be developed.
- Provide the necessary information in the UI Subform section, used for customization of individual UI areas like header, body, and footer. You can also customize each UI Area, and specify another UI that can be accessed from it by choosing it from the Call UI dropdown list.
Note: The field type most commonly associated with the Header is Text Type, while the Body is usually a combination of the Text Type and the data coming from the database.
-
(Optional) You can also set up the CS UI functions by clicking CS UI followed by Set up CS UI Functions in the ribbon, and then select the function from the list.
Functions are predefined segments that can be added to any CS UI. For example, there is a BARCODE function which, when added, introduces the SCAN BARCODE button to the CS UI. -
(Optional) Additionally, you can set up the CS UI filters by clicking CS UI followed by Set up CS UI Filters in the ribbon. CS UI filters provide the means of narrowing down the quantity of items which will be retrieved when a certain in-app page is opened. For example, if you open the Pick List page in the app, you will only see the list of inventory pick documents, while the other document types will be filtered out.
