Validation field with BeasScript Web Client Beas 2.1 Answered

Hi 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

 

Comments

2 comments

  • Comment author
    Martin Heigl
    • 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

  • Comment author
    Karlo Mesquita Rodrigues

    Thanks Martin!

    0

Please sign in to leave a comment.