Suppose i want to tell
Entry no transaction no document no
12223 1238 MA-CR-12-12-00036
when i select this entry then make function reverse this result show
transaction no document no
1238 MA-CR-12-12-00036
1238 RA-C-12-12-00197 another branch
1238 PRL-13-03-022 another branch
I need only MA-CR-12-12-00036 .
I want to do one thing this what i want t o do
1- when i select record of g/l entry (general ledger entries) then make reverse function store the value of document No in variable suppose variable name Doc as code data type
2-in open form trigger of form reverse entry
set filter by this value of Doc
Can i do that of code please .