Configuration Tips - Specific Pricefx Functionality
Dos and Don'ts
Topic | Tip | Details |
---|---|---|
Excel Client in maintenance mode | Steer away from Excel Client – it is in maintenance mode with no new functionalities planned. You are encouraged to use Data Upload in PlatformManager or the Import/Export functionality of individual Pricefx tables to upload XLS files to a partition. | |
Attribute Extensions vs. native columns | Attribute Extensions are much slower and less efficient than native columns e.g., when filtering. Use them sparingly and cautiously. | |
Filter behavior |
|
Tips and Notes
Topic | Tip | Details |
---|---|---|
Required input missing in Configurator | If a pop-up Configurator includes a required input and the user does not open it, the user will be able to save the document even though the input is not filled in. The reason is that the application is not able to check if there is a required input until the user opens the Configurator. | |
SyntaxCheck mode not used for Configurator logic | The Configurator logic does not use Syntax Check mode to collect the inputs and sections. It always executes in a regular execution, when the Form needs to refresh its sections and inputs. | |
Embedded dashboard cannot read from main dashboard | Embedded dashboard (i.e. its logic) cannot read the filters/inputs defined on the "main" dashboard. If you want to pass values of "main filters" to the embedded dashboard, you need to do it in the "main" code, when inserting the embedded dashboard. | |
Company Parameters specifics |
| |
Import/export of line items |
| |
Working with folders | To generate a new folder, generate a new line item and put this line item into the folder, use:
Do not use the | How to generate a new folder, a new item and put this item in the folder? |
Mass editing and approving DCR |
| |
Calculated Field Sets | Executing two or more concurrent conflicting CFSs can make them to block each other. Therefore it is important to sequence those CFSs which could be in conflict. | |
Publishing templates: delegationSubjectSuffix and workflowSubjectSuffix format | When editing these templates, you must put everything in one row (text line), even if you use a more complex template code. (If multiple rows were used, the subject suffix would be generated empty and the code you wrote would appear in the email body.) |
Found an issue in documentation? Write to us.