I just had a case open with MS and they indicated that the MARK and MARKEDONLY functions are not supported under 2009 - can anyone else comment on this?
Here is the quote:
I did receive word back from Dev, both the MARK and MARKEDONLY are not supported in the RTC. They did say they are hoping to change this in a future release. I have already contacted the Doc team to get the documentation updated so this information will be available until this functionality is supported on the RTC.
0
Comments
:thumbsdown: :thumbsdown: :thumbsdown: :thumbsdown: :thumbsdown:
Also I believe when you run reports from RTC through classic, it doesn't work.
I tried it a while back.
OnOpenPage I added the following code.
findfirst;
mark(true);
MARKEDONLY(true);
The Page opened with only one record showing.
The workaround is use Temporary record and store the marked record instead. And it's very easy to implement.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
I am not sure about the reports but I marked few records and sent to the page. It worked for me. Only difference I found is mark symbol on the page.
http://midynav.blogspot.com/ (Microsoft Dynamics Navision)
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Actually I don't think Temporary tables are a workaround, I think that they are the solution, and Marks were for a long time the work around. Since they introduced Temporary tables there is no need for marks, and developers have had years to move.
In terms of the user interface, marks were never a solution (except maybe marking object in the object designer). Instead what is needed is a function that instead of mark, moves a copy of the current record on the form into a temp table and then a function that switches the form to point to the temp table.
MARKEDONLY is a horrible function that should be removed.
As you said, an action with a shortcut of ctrl+f1 (if possible) which moves the records to a temporary record would be the same for the user...the only problem is to implement the little dot on the left...maybe with a new field or variable...but i would be odd to implement this on every list...hope the mark function will be soon replaced with this solution...
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog