Options

All reports of Basic License ...

SilvaSilva Member Posts: 281
Hi,

Is there a way to Identify all the reports that the Basic License can generated? if yes,
how can I identify all of them? hoping for your reply..Thanks :D

Answers

  • Options
    vikram7_dabasvikram7_dabas Member Posts: 611
    Dear concern
    Just create 1 report with dataItem "License Permission" and filter on object type=report,then run this report there u can justify that ur license contains which reports.
    Vikram Dabas
    Navision Technical Consultant
  • Options
    SilvaSilva Member Posts: 281
    Thanks fof the reply...but is there another way to get the Description/Name of the reports..becuase thats more useful than object ID....Hoping for your reply... :D
  • Options
    navuser1navuser1 Member Posts: 1,329
    Silva wrote:
    Thanks fof the reply...but is there another way to get the Description/Name of the reports..becuase thats more useful than object ID....Hoping for your reply... :D

    ok Cut & Past this into a Notepad and than Import it to your DB.
    ................>........>..................................>.....................>

    OBJECT Report 50001 License Permission On Report
    {
    OBJECT-PROPERTIES
    {
    Date=23-12-08;
    Time=[ 1:14:31 PM];
    Modified=Yes;
    Version List=;
    }
    PROPERTIES
    {
    }
    DATAITEMS
    {
    { PROPERTIES
    {
    DataItemTable=Table2000000043;
    DataItemTableView=SORTING(Object Type,Object Number)
    WHERE(Object Type=CONST(Report));
    OnAfterGetRecord=BEGIN
    Obj.RESET;
    Obj.SETRANGE(Obj.ID,"Object Number");
    IF Obj.FINDFIRST THEN;
    END;

    }
    SECTIONS
    {
    { PROPERTIES
    {
    SectionType=Header;
    SectionWidth=12000;
    SectionHeight=846;
    }
    CONTROLS
    {
    { 1000000023;Label ;6150 ;0 ;300 ;846 ;ParentControl=1000000022;
    VertAlign=Bottom;
    FontBold=Yes;
    MultiLine=Yes }
    { 1000000021;Label ;5700 ;0 ;300 ;846 ;ParentControl=1000000020;
    VertAlign=Bottom;
    FontBold=Yes;
    MultiLine=Yes }
    { 1000000019;Label ;5250 ;0 ;300 ;846 ;ParentControl=1000000018;
    VertAlign=Bottom;
    FontBold=Yes;
    MultiLine=Yes }
    { 1000000017;Label ;4800 ;0 ;300 ;846 ;ParentControl=1000000016;
    VertAlign=Bottom;
    FontBold=Yes;
    MultiLine=Yes }
    { 1000000015;Label ;4350 ;0 ;300 ;846 ;ParentControl=1000000014;
    VertAlign=Bottom;
    FontBold=Yes;
    MultiLine=Yes }
    { 1000000013;Label ;300 ;0 ;1200 ;846 ;ParentControl=1000000012;
    HorzAlign=Right;
    VertAlign=Bottom;
    FontBold=Yes;
    MultiLine=Yes;
    CaptionML=ENU=Report ID }
    { 1000000024;Label ;1800 ;0 ;2400 ;846 ;HorzAlign=Right;
    VertAlign=Bottom;
    FontBold=Yes;
    MultiLine=Yes;
    CaptionML=ENU=Report Name }
    }
    }
    { PROPERTIES
    {
    SectionType=Body;
    SectionWidth=12000;
    SectionHeight=423;
    }
    CONTROLS
    {
    { 1000000012;TextBox;300 ;0 ;1200 ;423 ;SourceExpr="Object Number" }
    { 1000000014;TextBox;4350 ;0 ;300 ;423 ;SourceExpr="Read Permission" }
    { 1000000016;TextBox;4800 ;0 ;300 ;423 ;SourceExpr="Insert Permission" }
    { 1000000018;TextBox;5250 ;0 ;300 ;423 ;SourceExpr="Modify Permission" }
    { 1000000020;TextBox;5700 ;0 ;300 ;423 ;SourceExpr="Delete Permission" }
    { 1000000022;TextBox;6150 ;0 ;300 ;423 ;SourceExpr="Execute Permission" }
    { 1000000000;TextBox;1800 ;0 ;2400 ;423 ;SourceExpr=Obj.Name }
    }
    }
    }
    }
    }
    REQUESTFORM
    {
    PROPERTIES
    {
    Width=9020;
    Height=3410;
    }
    CONTROLS
    {
    }
    }
    CODE
    {
    VAR
    Obj@1000000000 : Record 2000000001;

    BEGIN
    END.
    }
    }
    Now or Never
  • Options
    DenSterDenSter Member Posts: 8,304
    Before you save that as a text file and import it into your database, make sure that you give this report a number that is not already used. Importing a text file will replace the existing one without warning.
  • Options
    SilvaSilva Member Posts: 281
    hi, Thanks for the Support your the BEST and also MIBUSO.. :D
Sign In or Register to comment.