Active Form
Steven Delombaerde
Hello,How can I read the active form id in coresuite customize after trapping a menu click? pVal.FormUID is returning 1289 which is the form ID of the menu. I need to know the ID of the active form.
The purpose is to block access to the navigation buttons say for the business partners form.
Anyone?
Thanks
Steven
Manuel Marhold
Hi Steven,SAP doesn't provide this ID. I use the ActiveForm from SAP, but if you want to get this, you have to get the UID of the Form from the SAP SDK because the corsuite framework doen't provide this id.
GetConnector().B1Connetcor().GetCompany().ActiveForm.UniqueID ore something like this.
the you can use Form.GetFromUID(..) to get the Form in coresuite framework (which you use, if you use customize)
0
Please sign in to leave a comment.
Comments
0 comments