non accessible method

Hi,

just starting with 4.1.1 ( from 3.5.9 ).

When i open the sample crm solution i see 50 errors like ```
Property onDataChangeMethodID from element amtDiscount in form frm_orders is linked to a non accessible method ( method belongs to form frm_company )


Is this normal or ??

Regards,

Hans

Hi Hans,

this is normal…
4.1.1 is far more strict then the versions before 4.1

To solve this you can think of creating a formmethod on the form frm_orders which calls the method on the form frm_company.
Unneccessary to say that you should take a good look at the scope your code runs from.