Testeur1
25th May 2023, 10:44
Hello everyone,
I can't change the value of an "enum" field.
I want to change a value (tcibd200.osys) which is a list field on several items at the same time.
In the list there is :
- "SIC"
- "Planned"
- "Manual"
Currently many are in "SIC" and I want to change them all to "Planned". I would like to do this by using the position in the list, so 2, rather than putting its textual value "Planned".
I've done several tests:
- tcibd200.osys = 2 ==> type error
- tcibd200.osys = "2" ==> type error
Could you please help me.
Thanks
I can't change the value of an "enum" field.
I want to change a value (tcibd200.osys) which is a list field on several items at the same time.
In the list there is :
- "SIC"
- "Planned"
- "Manual"
Currently many are in "SIC" and I want to change them all to "Planned". I would like to do this by using the position in the list, so 2, rather than putting its textual value "Planned".
I've done several tests:
- tcibd200.osys = 2 ==> type error
- tcibd200.osys = "2" ==> type error
Could you please help me.
Thanks