cancel
Showing results for 
Search instead for 
Did you mean: 

Employee Master Data- add new tab next to attachment(system Form) using SAP BUSINESS ONE STUDIO

0 Kudos

I couldn't find the tab when i give preview in SAP b1 studio

Accepted Solutions (0)

Answers (1)

Answers (1)

ANKIT_CHAUHAN
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Divya lakshmi,

Kindly refer to SAP Note 2438728 describing the similar issue. You need to add following code as follows:

public override void OnInitializeComponent()
{
this.Folder0 = ((SAPbouiCOM.Folder)(this.GetItem("Item_0").Specific));
this.Folder0.PressedAfter += new SAPbouiCOM._IFolderEvents_PressedAfterEventHandler(this.Folder0_PressedAfter);
this.Matrix0 = ((SAPbouiCOM.Matrix)(this.GetItem("94").Specific));
this.Folder0.GroupWith("540000151"); // Change this ItemUID accoring to the item on the Business Partner Master Data form.
this.OnCustomInitialize();
}

Kind regards,

ANKIT CHAUHAN

SAP SME Support