
All business rules and associated screen navigation behavior can be user defined with the PlanLogix scripting language. When benefit plan and provider contract components are defined within the PlanLogix Meta Data file, the user can specify a series of scripts to be executed when specific actions occur. These actions are events such as editing a field or deleting a taxonomy component. PlanLogix provides controlled access to internal data elements, which allow the user to have complete control on how PlanLogix manages data. The user can completely customize PlanLogix without changes to the underlying system

The PlanLogix scripting language is Python. Python is a very powerful language. In its most basic usage, it is very easy to learn by any journeyman programmer. It has very powerful features including database access, e-mail access, the ability to display new screens and controls, and the ability to send message to other application servers. There is almost no limit to the customization that can be accomplished.
All Python scripts are pre-compiled when PlanLogix starts up and the speed of execution is exceptional.
The is a large body of published literature and web based resources on Python.

Copyright Logixpartners, Inc. 2001-2007