×
Menu
Index

How to implement NavSherpa on Report Selection page

 
For the setup of Print to Sharepoint feature you need NavSherpa fields on a report selection page. If you installed NavSherpa-Demo extension, these fields will be implemented on “Report Selection – Purchase” page. For adding NavSherpa fields to another Report Selection page, please contact your system administrator.
 
Create new page extension with following fields:
pageextension 4065002 "NSP Report Selection - Purch." extends "Report Selection - Purchase"
{
  layout
  {
    addlast(Control1)
    {
      Field("NSP SharePoint Library Setup Code";"NSP Library Setup Code")
      {
        ApplicationArea = All;
      }
      Field("NSP Content Type Entry No.";"NSP Content Type Entry No.")
      {
        ApplicationArea = All;
      }
      Field("NSP Content Type Caption";"NSP Content Type Caption")
      {
        ApplicationArea = All;
      }
      Field("NSP SharePoint PDF File Name";"NSP SP. PDF File Name")
      {
        ApplicationArea = All;
      }
    }
  }
}