Hello everyone,
I have a simple button on my form. I'd like to get a datasource which this button is clicked on. I need to get it in the method clicked(). Something like that
FormDataSource recordDataSource = args.caller().dataSource();
but this snippet from above we only do with menuitembutton where datasource property is also pointed out. So this is not suitable for me.
Is there anything similar but for simple button?