cancel
Showing results for 
Search instead for 
Did you mean: 

Matrix Row Status

Former Member
0 Kudos

Hi

I have a UDForm whith a Matrix in it.

And i need to close the matrix row's as sales order

are generated for the row data 1 sale order per row

like for example a sales order when it is pratialy ivoiced

Can i dataBind the row status to a UDF in a UDT

some thing like the LineStatus in the RDR1 system table 'Sales Order lines'

Thanks for any help you can provied

Pedro Gomes

View Entire Topic
Former Member
0 Kudos

If you mean that you want to gray out (disable) a line in a matrix, then I would say that it is not possible. But you can catch events on the matrix and prevent editing of your closed lines (if you forsee a 'state' field in your UDT).

Maybe you can do something with the grid object, and use the collapselevel to visualize the difference between closed and open lines.

regards,

Jurgen