kevalghelani
22nd November 2013, 16:54
actually i am working on the migration project,where predefine variable-"marked" not working in infor LN,what is alternate solution of this in infor LN

bhushanchanda
22nd November 2013, 17:03
Hi,

Yes, the variable marked is now deprecated from Tools Interface Version (TIV) TIV 1075. You can use,

1. sel.num.selected () :-This function returns the number of records that is selected in the session.

2. boolean mark.table() :- This array indicates which occurences are marked. The size of this array is set to fattr.occurnr. For example, if records 3 and 8 are marked, then: mark.table(3) = true ,mark.table(8) = true else false.