which class is use to write this function element.args().caller()

hi,

where this function element.args().caller() is written in class. in Axapta .

Regards,

Shailesh

hi,

when u want to sent a object or a value from one form or class to other use this syntax

for example when we want to sent a string parameter to a from write this code:

in target form:

You can use cross-references and you’ll find that it is the value is assigned in many many places. If you wanted to know where it is filled by AX for all menu items called from forms, it’s likely somewhere in AX kernel and not in X++ code.