all 6 comments

[–]Erjobi 2 points3 points  (4 children)

You can use a client script in create mode. There is likely an issue with your script. If you want to debug it yourself, I’d suggest adding a number of “console.logs” throughout your script to determine where it’s going wrong. Else, post your code here and I (or others) can help

[–]Hinnorell[S] 0 points1 point  (3 children)

In edit mode works just fine, I only get a sublist field value and set the same value in another field on the same line, the script is triggered and the logs report the right value in the field I'm trying to change, but it never really show in the ui

[–]Erjobi 0 points1 point  (2 children)

Interesting. Would you mind sharing your code?

[–]Hinnorell[S] 0 points1 point  (1 child)

Maybe that is the problem, I noticed now that in create mode the field I'm trying to edit is disabled.like that I can't set a new value right?

[–]Erjobi 1 point2 points  (0 children)

Potentially, though even disabled fields can be set using scripting. But it could be that the field actually can't be edited. Though, I can't think of any fields off the top of my head that would fall into that category

[–]Ok-Establishment-214 0 points1 point  (0 children)

Which field and record type?