Hi there, I want to post certain lines in a journal. what i need is when i push the post button, the system only post the highlighted lines in the journal form and leave the unhighlight lines on the form. Does anyone have idea for this? tks.
Start by looking into CurrForm.SETSELECTIONFILTER
Hi, After highlighting the lines, press ctrl + f1, this will make a mark on all the lines. Then go to view → Marked Only, you will get only slected lines. Then post. It will post only those lines which are marked. Cheers
Girish is right. I needlessly jumped to a developer’s answer… [|)]
Thanks Nelson, but what I’m trying to have here is I don’t want tho have steps like Girish said. I just want to highlight the line (which is usually blue colour in the line when done) then push the posting button. Then the system automatically recognise that only the blue colour line(s) had to post to ledger. And leave the other line(s) remain in the journal form.
If you must handle it in such an automatic way, then CurrForm.SETSELECTIONFILTER will be your friend. But, really, try Girish’s solution. It’s easy and you don’t have to do anything to make it work. Maybe breaking it down to shortcut keys is even easier: - Select the journal line(s); - Mark the lines: CTRL+F1; - View only the marked lines: ALT+V, M; - Post: F11. It’s easy and it’s standard functionality, give it a chance [;)]
Thanks for your help Nelson.