Book Image

ADempiere 3.6 Cookbook

Book Image

ADempiere 3.6 Cookbook

Overview of this book

Table of Contents (16 chapters)
ADempiere 3.6 Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface

Configuring a zoom window


In the previous recipe, we created a c_momstatus table and created a column, c_momstatus_id, in the c_mom_discussionline, which has a foreign key relationship with the c_momstatus table. This is a useful detail in the context of the Zoom window, as ADempiere automatically generates a link (called hyperlink in the web version) and when we click on the link, the system takes us to the linked window, which is called zooming in ADempiere. This is useful when you are on a window and quickly jump on to another window, which is linked through one of the fields to look at more details. However, there are some other details that need to be configured before it starts working and this recipe will cover these details.

How to do it...

Say, we want to zoom to the MOM Status table when a user clicks on the MOM Status link on the Discussion Detail table. With this in perspective, the following are the steps:

  1. 1. Log in as System/System with the System Administrator role.

  2. 2. Go to...