In this blog we will see how we can modify standard page by adding few fields and modify property of existing fields.
Adding customize fields in page layout
For this I assume table extension is already created and now would like to add fields in page layout by creating page extension
In page layout for adding fields you can mention whether you want add fields before/after specified fields or addfirst/addlast in page.
In following example I am adding fields after field VAT Prod. Posting group
Once you press Shift+F5 then you can see result in page as follows.
Modifying existing fields properties in page layout
One can modify properties of existing field using modify option in page extension
In this example changing visible property of one of the field in page as per below example
Original page display the field as below
Now we would like to hide this field using visible property so in page extension you can write as below
Even you can add trigger and write you routine to execute.
Add Action in Page Layout
For adding action once can write following
Here is the result in client.
Hope this help and stay tuned for more.