Guest User

List Page

a guest
Feb 18th, 2020
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. page 50010 Booklist
  2. {
  3. PageType = List;
  4. ApplicationArea = All;
  5. UsageCategory = Administration;
  6. CardPageId = BooksCard;
  7. SourceTable = Book;
  8.  
  9. layout
  10. {
  11. area(Content)
  12. {
  13. repeater(Details)
  14. {
  15. field(Title; Title)
  16. {
  17. Caption = 'Title';
  18. ApplicationArea = All;
  19. }
  20. field(Author; Author)
  21. {
  22. Caption = 'Author';
  23. ApplicationArea = All;
  24. }
  25. }
  26. }
  27. }
  28. }
Advertisement
Add Comment
Please, Sign In to add comment