cancel
Showing results for 
Search instead for 
Did you mean: 

how to get blanket column from sales order matrix

Former Member
0 Kudos

Hi,

I need to know the index of column "Is Blanket" in sales order matrix.

Generally, is there a way to get all columns index for a matrix?

currently i'm using:

colBlk = mSales.get_Columns().Item("U_blanket");

but it doesn't work, i got the error "Invalid column".

Can anyone help me?

Thank's in advance.

Best Regards

Andrea

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

You can go to the SAP Business One menu and select the System Information (checked). Then you can go to the screen and with the mouse hover over that column. You'll notice the information in the status bar. Something similar to this

[Form=139 Item=29 Column=11 .... ]

Take the column value and put it in your code and test and see if it works.

Edited by: Neftali Figueroa on Jul 17, 2008 11:50 AM

Answers (0)