Hi,
for a repair Task I have created a custom Screen with spare parts. This is currently a Multi Checkbox List with every spare part was a entry. If the technican uses this part he checks the box to indicate the usage.
The problem is when using more than one of these spare parts.
I want a List of Spare Parts with a numeric Input field first and then a description text after it. The default Value is set to 0.
0 |
Replacement Screen |
0 |
Cable length 1m |
3 |
Cable lenght 0,50m |
1 |
Seal |
I hope there is a sulution for this.
Thanks for your help in advance.
Hello, I can of course create a numeric Field for each part, but then I have a large numeric input field and a cut-off name. Is there a possibility to decrease the size of the input field and add a descrption right to it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
IMO, you have this option:
Split this custom field into 3 separate custom fields: Replacement Screen (integer), Cable length (float?), Seal (Integer). Then modify your WF to use a screen containing those fields, and enforce that all three are informed and they have appropiate values by adding Validators (all three must be informed and be positive or 0 ... ).
HTH
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.