Is it possible to set a form field added with script with the property "Same row as previous" like you can do on ordinary forms?
I want to add a checkbox on the same row as an existing select field.
b
battk
03/28/2021, 1:20 AM
the answer is yes, though you will not like the trial and error involved
if you are very unfortunate, then you may have to also use it in combination with Field.updateBreakType
w
Watz
03/28/2021, 5:42 AM
Hmm, ok so it's a combination of the two. I tried each option for both of them separately, but had no luck.
Watz
03/28/2021, 5:46 AM
I guess I'll have to try all permutations.
b
battk
03/28/2021, 12:59 PM
The ordering of the fields matter
👍 1
battk
03/28/2021, 1:00 PM
The first field should be in the start row and the one after it the mid row
w
Watz
03/28/2021, 2:41 PM
I figured it out, I had to update both my own field and the standard field.
But when I figured it out, I realised that I couldn't have client scripts on classification-records anyways. 🤦♂️ I wanted the checkbox to disable the other field and make it non-mandatory.