Hi all,
I have to put a validation on a button's click method, so here is the issue I'm facing.
The button is on "VendPaymProposalEdit" form(child form), let's call it form A. It's caller is a class, which is "CustVendPaymProposalEditForm". And the class opens when I click on a button on the form "LedgerJournalTransVendPaym"(parent form), let's call is form B.
Here, form B is parent and form A is a child form.
Form B(Parent) -> Class -> Form A(Child)
So I need dataSource of Form B on Form A. But there is a class in between, which becomes the caller for Form A.
I hope I didn't confuse you, but is this possible to get datasource/record of caller form form B?
nmaenpaa , can you help me with this?