Configuration Parameters to Import a Work Order

As a system administrator, you can configure the following parameters in the ERP Import service to import a work order.

If you have installed Enterprise Plant Applications Web Client, these parameters are available in the following file: <installation path>/PlantApplicationsDocker/plantapps-web-docker/erpimportservice.yml. After you change the values of parameters, run the following Docker commands, and restart the ERP Import service:
docker-compose -f erpimportservice.yml config > PAErpimportservice.yml
docker stack deploy -c PAErpimportservice.yml PAErpimportservice
Tip: If you want to the change the value of a parameter only for the running instance of the service, you can use a third-party tool such as Portainer.

If you have installed Standard Plant Applications Web Client, these parameters are available in the following file: C:\Program Files\GE Digital\PlantApplicationsWebClient\config-repo\erp-import-service\prod\<version>\erp-import-service-prod.properties. After you change the values of parameters, restart 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 in Plant Applications Web Client. The maximum number of properties that you can create per property group is 2000.
Parameter Description
Workorder.property.group.id The GUID of the WorkOrder Import property group in the Property Definition application. The default value is CB21B6A6-B370-46D5-8400-5BA64C46CB9F.
BOMItem.proprty.group.id The GUID of the BOMItem property group in the Property Definition application. The default value is 0AA6FFB3-584B-4D60-A21A-1A2E38D13FC2.
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 and later.