jdtrent
(Joe D Trent)
May 5, 2022, 6:19pm
1
Hey folks,
I thought I knew how to do this, but apparently not.
I have a boolean value coming back from a function and I’m trying to assign it to a UD field on UD100.
Here’s the setup in the customization:
And a detail of the JSON field:
The UD100 field isn’t getting set, but if I show the returned value in a dialog box, I get its value:
What’s the magic here?
Thanks,
Joe
Try not putting a data type of boolean in. I have a few examples that work and none of them have a datatype.
jdtrent
(Joe D Trent)
May 5, 2022, 8:07pm
3
I just figured that out. I had only put the type there because I was getting some error and it stopped giving me the error when I selected the type. I must have done something else wrong, too.
Thanks,
Joe