jmendes
2nd February 2022, 12:55
Hello everyone.

I`m facing the following issue on a print session: when I try to run a newly created session the system comes up with the message "Enter a value for field purchase price unit".
That is a session to print some purchase orders data related so, it seems to me that a message like that doesn`t make sense.
I`d appreciate any help...

JaapJD
3rd February 2022, 09:44
Some things to check: session type, script type and of course your code.

OmeLuuk
3rd February 2022, 11:14
"Enter a value for field purchase price unit"... it seems to me that a message like that doesn`t make sense.
I`d appreciate any help...
I should opt for checking your data also. Apparently some item (in your session or report) does not have a valid purchase price unit... as the message suggests.
Try to print the same data with the standard session and you will probably get the same error.

jmendes
3rd February 2022, 12:04
Some things to check: session type, script type and of course your code.

Hello JaapJD.
It was the script type. Problem solved.
Thank you very much|