on 2023 May 10 9:30 PM
We try to create a workorder in Service & asset manager. We are able to select the priority. However as soon we select the order type the field priority is emptied and it can be selected. Priority is mandatory in de app and therefor we can't save the order. Priority is not mandatory in the customzing of the ordertype. What can I do about it
Request clarification before answering.
I had the same issue in new 2305 version.
After debugging with vs code I saw that queryoptions for priorities contain PM2 ordertype. As I have the PM01 workorder type and all settings in configpanel are made for PM01 in my demo that`s why I see empty priorities.
This value PM02 is taken from configpanel defined as constant.
I changed the value in parameters for the app in configpanel to PM01 and then priorities appeared.
WORKORDER OrderType PM01
For demo it is enough. But for production use when you can have several types of different workorders you need to do custom logic to take workorder type from screen chosen value or if you have only one set of priorities for all type of workorders just delete the workorder type from queryoptions.
BR
Stanislav
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In SAP I can create a workorder. Priority is not mandatory in SAP. It doesn't matter if I choose prioritiy first and then the ordertype or select ordertype first. The priority field in Service & Asset manager is emptied and no priority can be selected.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
6 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.