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:
|
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.
|
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. |