Create Page
Ghizlane
Member Posts: 45
Best Answer
-
> @Ghizlane said:
> thanx I try to see 'sales order Subform' and I notice that the attribute "repeater" is solution.
The repeater section is fundamental for lines, if you create the page with tpage snippet and select the "type list", it creates the correct structure automatically5
Answers
-
And what did you tried so far?
Thanks
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/0 -
You have to create a page with type "listpart" and then in the card page define a "part" (same as field) and indicate the listpart page name/no.1
-
I try this method but I didn't get the result as a list

this is a code of page line that I want to be a list in page(plan de controle):
page 50202 Pageligne
{
PageType = ListPart;
ApplicationArea = All;
UsageCategory = Administration;
SourceTable = Ligne;
layout
{
area(Content)
{
group(Ligne)
{
field(Nom; Nom)
{
ApplicationArea = All;
}
field(Niveau; Niveau)
{
}
field(Type; Type)
{
}
}
}
}
actions
{
}
}
this is a code of plan control :
page 50201 "Plan de Contrôle"
{
PageType = Card;
ApplicationArea = All;
UsageCategory = Administration;
SourceTable = Header;
layout
{
area(Content)
{
group("Plan de contrôle")
{
field(Num; Num)
{
ApplicationArea = All;
}
field(Description; Description)
{
}
field("Type de Plan"; "Type de Plan")
{
}
}
part("Ligne du Plan"; Pageligne)
{
}
}
}
actions
{
}
}
0 -
why do you want header to be Card page? please check standard Sales Order page etc for reference.0
-
Table Header:

0 -
Header is a table ,I want create page 'Plan control' that it has a part0
-
I mean to say did you try header page as document type instead of card?1
-
thanx I try to see 'sales order Subform' and I notice that the attribute "repeater" is solution.

0 -
> @Ghizlane said:
> thanx I try to see 'sales order Subform' and I notice that the attribute "repeater" is solution.
The repeater section is fundamental for lines, if you create the page with tpage snippet and select the "type list", it creates the correct structure automatically5
Categories
- All Categories
- 75 General
- 75 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 610 NAV Courses, Exams & Certification
- 1.9K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 251 Dynamics CRM
- 103 Dynamics GP
- 6 Dynamics SL
- 1.5K Other
- 991 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 28 Design Patterns (General & Best Practices)
- Architectural Patterns
- 9 Design Patterns
- 4 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1K General Chat
- 1.6K Website
- 77 Testing
- 1.2K Download section
- 23 How Tos section
- 249 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions


