Configuration Parameters in the ERP Import Service

You can configure the following parameters in the ERP Import service.
Note: Before you configure the parameters related to custom property groups and categories, you must create them in the Property Definition application. The maximum number of properties that you can create per property group is 2000. For more information, refer to Property Definition in Plant Applications Web Client help.
ParameterDescription
Workorder_post_delete_delayThe duration after which importing a work order of the same name replaces the existing work order.

The default value is 15 seconds.

Note: This parameter is only applicable for importing work orders.
Workorder.property.group.idThe GUID of property group with the name WorkOrder Import from Property Definition application. This group Id belongs to WorkOrder Import.

The default value is CB21B6A6-B370-46D5-8400-5BA64C46CB9F.

Material.property.group.id The GUID of property group with the name Material Import from Property Definition application. This group Id belongs to Material Import.

The default value is 79433EC1-6683-4BED-B353-BD667210E0A2.

maximumCacheSizeThe maximum number of entries that the cache can contain.

The default value is 100.

cacheExpireAfterWrite
Specifies that each entry be removed from the cache after a fixed duration after one of the following events occur:
  • The entry has been created.
  • The latest value of the entry has been updated.

The default value is 5 minutes.

Note:
  • The parameters Workorder_property_Group_name and Material_property_Group_name in Plant Applications Web Client version 8.0 are changed to Workorder.property.group.id and Material.property.group.id.
  • The parameters Workorder_property_category_name and Material_property_category_name are not used in Plant Applications Web Client version 8.1.

Configuring parameters in the Property Definition application

In Plant Applications Web Client, access the Property Definition page, select Erp App in the CATEGORY box, and then select MaterialLot Import in the GROUP box.

ParameterDescription
inventory.line.idThe GUID of property definition with the name Inventory Line from Property Definition.

The default value is AF651BC5-4161-4B03-8124-DE2AE4887CCE.

OrgCodeThe GUID of organization code of the material lot from Property Definition. This property is used to import receivers with material lots from the ERP application. For each material lot, the combination of the organization code and the units of measure must be unique.
receiver.line.idThe GUID of property definition with the name Receiver Line from Property Definition.

The default value is 02651301-05BD-4DE0-999C-0B6F93630308.

receiver.status.idThe GUID of property definition with the name Receiver Status from Property Definition.

The default value is FFDEE988-8E13-43C4-8BC3-A379BC6ACA53.

receiver.unit.idThe GUID of property definition with the name Receiver Unit from Property Definition.

The default value is 0716041E-DFC6-4939-A81C-B2EB8F25B29E.

Note: Using known GUIDs you can rename the property groups and their definitions to suit your processes without changing their implementation. For example, if you want to modify the name of the group from Material Lot Import to Import Lot Properties, you can do so in the Property Definition app without hardcoding any values in Plant Applications Web Client.

Add default groups and definitions

If you delete the default groups and/or definitions from the database, get the GUIDs of created groups and/or definitions from the database and modify the GUIDs with the new values in application.properties file (for non-docker environment) and/or environment variables (for docker environment) of the ERP Import service.