Version: 10.2.1c and 10.2.1c SP3 |
ArcFM Engine Overview > Process Framework Overview > Process Framework Tables > Customize MM_PX_CONFIG Table |
You may add your own configurations to this table, and they may be used by any custom Process Framework tools that you write. This table allows the developer to make their code more flexible by retrieving values from the MM_PX_CONFIG table rather than "hard coding" their tools. For example, you may have created a new node type called Design Session that requires a version prefix. You would add a row to the MM_PX_CONFIG table that might look like this:
After adding the row to the table, you can access the data in the code. The GetWFMConfigValue method queries the MM_PX_CONFIG table and returns the CONFIG_VALUE. |
|
|||||
The MM_PX_CONFIG table can hold various values for many possible uses. Below are just a few examples:
|