Validation field with BeasScript Web Client Beas 2.1
AnsweredHi experts,
I tried to apply a validation to a user field using beasscript, however this validation didn't work on the Webclient Beas. Is there any way to perform field validation in WebClient Beas?
Follow my simple example below:
reservation_set_master.src
global function dw_3_doubleclick
if <dw_3.item.status.value> <> 0 then
messagebox = The batch status <dw_3.item.batchnumber.value> is locked!
return failure
end if
Thanks
Best Regards
Karlo Mesquita Rodrigues
0
-
Official comment
Hi Karlo,
Current it's not possible to customize WEB APP
The WEB APP is complete JavaScript based and is running in a WEB Browser. BeasScript is not running inside.Best Regards
Martin Heigl
-
Thanks Martin!
Please sign in to leave a comment.
Comments
2 comments