Hi!
I have to do a page with 3 levels structure. For exemple, like this:
Customer
Cust. Ledger Entry (Link: "Customer No.")
Detailed Cust. Ledg. Entry (Link: "Cust. Ledger Entry")
I have tried different ways but the server return me an error. ¿Who will be the correct structure of the page (card, cardpart, list, listpart, etc...)? ¿Do you know any page in NAV that I can see like a exemple?
Thnx and sorry for my english.
Answers
You will have to create a Card Page for the Customer, and the 2 List Parts, one for the Cust. ledger entry and another for the Detailed Cust. Ledger Entry.
I the main Card Page, add this 2 list parts and manage the filters, I guess you will have to filter on the Cust. ledger entry part and add some code in the Detailed Cust. Ledger Entry that you'll have to call from the main card in order to filter.
Let me know if this helped.
KR
The subpage for the customer ledger entries has an ID. Use this ID as the provider id for the detailed subpage and you can link this.
An example in the standard Application is the sales order where a factbox is linked to the sales lines subpage.
Yes! I used the Cust. Ledger Entries ID as ProviderID of Dtld. Cust. Ledger Entries. Then, I could work with SubPageLink Property of the subpage.
Thnx!!