How to show License permission in BC?

julkifli33julkifli33 Member Posts: 1,073
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

Best Answer

Answers

  • SanderDkSanderDk Member Posts: 497
    edited 2018-12-05
    Have you set usagecategory and so on?
    IF you put your code here it Will be easier for People to help you :smile:
    For help, do not use PM, use forum instead, perhaps other people have the same question, or better answers.
  • julkifli33julkifli33 Member Posts: 1,073
    edited 2018-12-06
    I created button from other page
      actions
        {
            area(processing)
            {
                action("NAV License")
                {
                    Image = UserCertificate;
                    Promoted = true;
                    PromotedCategory = Process;
                    PromotedIsBig = true;
                    RunObject = Page 80003;
                }
            }
        }
    
  • julkifli33julkifli33 Member Posts: 1,073
    Hi Sander,
    it works !
    Thanks a lot
Sign In or Register to comment.