Hi All,
There is an example named "SysForm" in the SDK example projects. If I need to make changes on a different form than the Order Form say, "Check Register". What change in the example should I do so that the add-on recognizes that "Check Register" is to be modified?
Please note that I tried by changing the value of "pVal.FormType" from 139 to 603 (the form Id of cheque register), but it did not succeed. The above value can be found under the procedure named SBO_Application_ItemEvent(ByVal FormUID As String, ByRef pVal As SAPbouiCOM.ItemEvent, ByRef BubbleEvent As Boolean)
Any help would be greatly appreciated.