Branding (Personalization /customization/Preferences settings of Request Form ) of UI Screens is possible with Mendix by location ?

0
Greetings , We have one requirement for  our tool that that location Site Admins can configure validations ,formatting of time ,date , localization ,location preferences . We would like to use SAP Fiori 3 design principles . We know that it can be achieved using SAP UI code but without any code /low code how it can be achieved using Mendix. We are new to Mendix  Example Tool preferences   Let’s say in page header we have dropdown location , now when enduser first select authorized location in a dropdown  ,A request form will be loaded .  Request form is nothing but user entry input form . This will be load based on configuration done by that site admin WALLDORF  Name : Event Start  : DateTime Picker (Am/PM format ) Event End  :  DateTime Picker (Am/PM format ) AM-PM Format Example Event Type  : Dropdown Visitors: Brows & upload excel . Here limitaion for WALLDORF lcoation is 25 visitors rows . For more capacity conact Walldorf site admin Mendix has to process uploaded in memory  of uploaded excel show visitor details in grid like below in smart table (add, update ,delete ..)  before user submit data . Vistor Email id  , First name , Last Name , Phone Number ,Address .. Select Venue : Dropdown to be fill from OData service/REST API Customer : Dropdown to be fill from OData service/REST API Cost Center :  Input Text box but Optional field for Walldorf location . This data also to be auto fill from OData service if user select customer in above  dropdown from OData service based on selected customer .   Bangalore : Same kind  of form will be loaded according to configuration    Name : Event Start  : DateTime Picker (24 Hour format  ) Event End  :  DateTime Picker (24 Hour format ) 24HoursFormat Example SAP UI5 Control Event Type  : Dropdown to be fill from OData service/REST API Visitors: Brows & upload excel . Here limitaion for WALLDORF lcoation is 50 visitors rows . For more capacity conact Bangalore site admin Mendix has to process uploaded in memory  of uploaded excel show visitor details in grid like below in smart table (add, update ,delete ..)  before user submit data . Vistor Email id  , First name , Last Name , Phone Number ,Address .. Select Venue : Dropdown to be fill from OData service/REST API Customer : Dropdown to be fill from OData service/REST API Cost Center :  Input Text box but Mandatory  field for Bangalore location . This data also to be auto fill from OData service if user select customer in above  dropdown from OData service based on selected customer .       Thanks, Showkath Ali Naseem .
asked
1 answers
0

Once a user logs in she has the option to change her language to her preference:

As local site admin, one can also set the timezone for each of the site’s userid:

For personalizing the rest of your requests, that is not available in Mendix by standard. Have you checked and or used the Appstore app “UI Package for SAP Fiori themed apps”. As far as I can tell from it’s documentation it does not have personalized date-formatting, but have a look. Same goes for the “SAP Fiori building blocks”.

 

So you do have to create that functionality yourself, by defining an extra attribute, probably in entity Account and do some tricky css-swapping. O, almost forgot: the CssClassSwitcher of Serguisz Woznicki. That is probably exactly what you need extra in Mendix.

To download and install it: https://docs.mendix.com/developerportal/app-store/app-store-content#widget. After that, follow the App’s documentation.

 

 

answered