Book Image

Programming Microsoft Dynamics??? NAV 2015

Book Image

Programming Microsoft Dynamics??? NAV 2015

Overview of this book

Table of Contents (19 chapters)
Programming Microsoft Dynamics™ NAV 2015
Credits
Foreword
About the Authors
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Enhancing the WDTU application


Now that we have some more tools with which to work, let's enhance our WDTU application. This time our goal is to implement functionality to allow the Program Manager to plan the Playlist schedules for Radio Shows. The process, from the user's point of view, will be essentially as follows:

  • Call up the Playlist document page which displays Header, Details, and Factbox workspaces.

  • Enter the Playlist Header, using the Radio Show table data.

  • Enter Playlist Lines, using the Resource table DJ data, the Radio Show table for News, Weather, or Sports shows, and the Item table for Music, PSAs, and Advertisements.

  • The Factbox will display the Required program element fields from Radio Show/Playlist Header. These will include News (Yes or No), Weather (Yes or No), Sports (Yes or No), Number of required PSAs, and Advertisements.

  • The Factbox will also track each of the five possible required elements.

Since this development effort is an exercise to learn more about developing...