Skip to Content
0
Jun 26, 2023 at 06:15 PM

Add checkbox column to stage project matrix

79 Views Last edit Aug 01, 2023 at 06:03 AM 2 rev

Hi. I'm trying to add a checkbox column to the stages matrix. My first attempt was to use the subtype BoFldSubTypes, but I'm getting the error below when running it in SAP B1 Hana. Using SQL Server in my machine it worked perfectly.

Here is the error and the BoFldSubTypes definition.

whatsapp-image-2023-06-26-at-150334.jpg

whatsapp-image-2023-06-26-at-150431.jpg

I also tried to use a regular column with no subtype and change the matrix column type, but Type property is read only

myColumn.Type = BoFormItemTypes.it_CHECK_BOX; //ERROR. ReadOnly

Any solutions?