Hi all,
how to show License Permission in BC?
usually in NAV I used License Permission table, but now in BC it wont show any error in AL
but it will not show both in RTC / web client
please help.
Thanks
Weird one.
I can create a page to show license permissions, and if I set it as startupPageID it shows what I expected it to, but it is not searchable or showing up as a button.
If I change from using runobject to actually coding the page.runmodal it shows up as expected:
So the answer would be to change your button from RunObject to code on trigger OnAction
For help, do not use PM, use forum instead, perhaps other people have the same question, or better answers.
Weird one.
I can create a page to show license permissions, and if I set it as startupPageID it shows what I expected it to, but it is not searchable or showing up as a button.
If I change from using runobject to actually coding the page.runmodal it shows up as expected:
So the answer would be to change your button from RunObject to code on trigger OnAction
For help, do not use PM, use forum instead, perhaps other people have the same question, or better answers.
Answers
IF you put your code here it Will be easier for People to help you
I can create a page to show license permissions, and if I set it as startupPageID it shows what I expected it to, but it is not searchable or showing up as a button.
If I change from using runobject to actually coding the page.runmodal it shows up as expected:
So the answer would be to change your button from RunObject to code on trigger OnAction
it works !
Thanks a lot