Guest User

Card Page

a guest
Feb 18th, 2020
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. page 50009 BooksCard
  2. {
  3.     PageType = Card;
  4.     ApplicationArea = All;
  5.     UsageCategory = Administration;
  6.     SourceTable = Book;
  7.  
  8.     layout
  9.     {
  10.         area(Content)
  11.         {
  12.             group(Details)
  13.             {
  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.  
  29. }
Advertisement
Add Comment
Please, Sign In to add comment