Get Editor Widget Values

Hello, first let me explain what im trying to accomplish. I want limit access to reports and end work period before users enter the cash amount and vinti4 amount (its kinda visa, mastercard etc.) They can open work period, in the end of the shift they need to inter values in entries and press button “Execute query”, it will run insert sql script, close work period and redirect them to “work period report”. Ive already made sql script, but i don’t know how to get values from entries and pass them to my “Execute Database Task”, thank you.

1 Like

You define the local setting name in the widgets settings. Then use {LOCAL SETTING:X} TO retreive it. X is the name you gave it in widgets settings.