MForms

Field Value
ApplicationServer

Business Engine server IP with port number. The port number can be found in the movex.properties file in Business Engine, value boot.medispatcher.port

Format: IP:[port]. For example: 10.20.27.149:19973

This means that Infor Smart Office will start in the ..\mne_data\Env_ip\ViewDefinitions folder to look for the view definition and if not found here continue to the ..\mne_data\ViewDefinitions folder.

You must use the IP address instead of the host name for this setting. If host name is used instead of IP, ensure that the folder structure of the view definitions on the M3 UI Adapter installation is changed accordingly. See the M3 UI Adapter documentation for more information.

CachedPanels

Panel caching can be enabled for specific panels using a setting in the Profile. The settings value should be a comma separated list of panel names. It can be used for scenarios such as order line entry in OIS101.

Example value:

<CachedPanels>OIA101BC</CachedPanels>

If a panel is specified in the CachedPanels and certain conditions are met, the panel will be reused instead of being regenerated. This will improve rendering performance but it can only be used in some specific scenarios.

A panel will be reused in these scenarios:

  • Its name is specified in the CachedPanels setting
  • The current and the previous panel names are the same
  • The ENTER key was pressed (this includes buttons such as Next, Add, Apply that triggers the ENTER key)
  • The current panel is not a dialog (such as Browse)
  • The list was not positioned (ENTER pressed in a list positioning field)
  • No message was received from BE
RuntimeUrlLogon

The Net Extension or M3 UI Adapter URL. If this property is not empty, the credential is sent to this URL during the logon phase, all other communication will take place on the URL specified in the RuntimeUrl. It is then possible to make the logon over https and all other communication over http.

Format: https://server name[:port]/mne

For example, https://server.company.com:41006/mne.

DisableControlPool Control pooling is enabled by default and helps to keep the memory consumption more stable. When control pooling is disabled the panel rendering times can be slightly improved but the memory consumption starts to fluctuate.
DebitCredit

Debit/Credit settings use this setting to change the default characters that specify debit/credit values in MForms. You can specify different values for different divisions as set up in your BE system. The default values are D for debit and C for credit.

  • If you do not use debit/credit characters in MForms, you do not need to set this value.
  • If you use the same characters for all divisions, you must specify the characters separated by a comma.

    For example, H,S will cause all divisions to use H for debit/S for credit.

  • If you want to use different characters for different divisions, you must specify default characters first followed by division/character pairs separated by semicolons.

    For example, D,C;AAA=H,S;BBB=X,Y will cause Division AAA to use H for debit/S for credit. Division BBB will use X for debit/Y for credit. All other divisions (if any) will use the defaults D and C.

Dev This is an internal LPD setting. It is only used for the M3 development environment and should never be enabled in a customer environment.
RuntimeUrl

The The Net Extension or M3 UI Adapter URL. This URL can be either http or https. If the RuntimeUrlLogon property is specified, the credentials are sent to the URL specified in the property RuntimeUrlLogon and all other communication is done with the URL specified here.

Format: http://server name:[port]/mne

For example, http://server.company.com:41005/mne.