cancel
Showing results for 
Search instead for 
Did you mean: 

Adding Columns to the matrix in SAP B1 user form using Visual studio 2010

Former Member
0 Kudos

Hi,

Using Visual studio 2010, I have created a SAP B1 user form( b1f ) with one matrix.Matrix is having 5 columns. Its working properly. Later, I want to add few more columns. Then I added columns to the matrix as I have created columns initially. But, it does not saves.

i.e, Whenever I run, In B1 I could see only old columns. Newly created columns are not showing.So, I closed the .net project and opened again. Created columns are not showing in visual studio b1f itself. So, I created again and saved. But, its not saving.I tried it many times.

What I am missing?

Any help is appreciated.

Thanks in advance,

Parvatha Solai.N

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Maybe you have to check these:

1) If you load the form by xml check if the column is bind to the db field in xml;

2) If the column is bind to the udo fields try to update the registration udo;

3) try to set visible columns from form setting ;

Regards, alessandro

pedro_magueija
Active Contributor
0 Kudos

Hi Parvatha,

Are you using B1 Studio? Anyway try to clean the solution first then rebuild it. This would re-copy files to the output directory, that contain your changes.


Best regards,

Pedro Magueija


View Pedro Magueija's profile on LinkedIn

Former Member
0 Kudos

Hi,

Thanks for your reply.Yes, I am using B1 Studio.

I tried your suggestion....but, doesnt help. Any other idea?

Thanks,

Parvatha Solai.