This reference guide provides quick access to common tasks and settings for working with Dynamic Information in 3PL Dynamics.
Navigation quick access
| Task |
Search term |
Page |
| Create/Edit Information |
"Dynamic Information" |
Dynamic Information List |
| Configure Layouts |
"Dynamic Information Layouts" |
Dynamic Information Layout List |
| Page Associations |
"Dynamic Page Layouts" |
Dynamic Page Layout List |
| Categories |
"Information Categories" |
Information Category List |
| Performance Review |
"Dynamic Information" → Statistics |
Information performance data |
Quick setup checklist
- [ ] Choose table number
- [ ] Enter unique code (20 characters max)
- [ ] Add clear description
- [ ] Select appropriate value type
- [ ] Configure calculation method
- [ ] Set formatting options
- [ ] Test with sample data
Layout configuration
- [ ] Create or select layout
- [ ] Add layout lines for information fields
- [ ] Set display order
- [ ] Associate with target pages
- [ ] Verify visibility in UI
Value types and use cases
| Type |
Best for |
Examples |
| Text |
Labels, statuses, formatted codes |
"Overdue", "ABC123-XYZ", "Ready to Ship" |
| Decimal |
Calculations, metrics, money |
145.50, 98.5%, $1,234.56 |
| Date |
Date calculations, aging |
Due dates, last activity, aging days |
| Time |
Time calculations, durations |
Processing time, elapsed hours |
| DateTime |
Timestamps, combined date/time |
Last updated, scheduled delivery |
| Boolean |
Yes/no, true/false conditions |
Active, Overdue, Available |
| Format |
Result |
Use case |
0:2 |
123.45 |
Currency, precise measurements |
0:0 |
123 |
Whole numbers, counts |
2:2 |
123.45 (always 2 decimals) |
Fixed format requirements |
0:4 |
123.4567 |
High precision calculations |
| Option |
Effect |
Example |
| (blank) |
Default formatting |
1,234.56 |
| No Thousand Separator |
Removes commas |
1234.56 |
| Trailing Sign |
Sign after number |
1234.56- |
| Both |
No comma + trailing sign |
1234.56- |
Common style names
| Style |
Visual effect |
Use case |
Favorable |
Green text |
Positive indicators |
Unfavorable |
Red text |
Negative indicators |
Ambiguous |
Yellow text |
Warning states |
Subordinate |
Light gray text |
Less important data |
Strong |
Bold text |
Emphasis |
Attention |
Bold + color |
Important alerts |
Function set quick commands
Common calculation patterns
// Percentage calculation
(Value1 / Value2) * 100
// Age in days
TODAY - DateField
// Conditional text
IF Condition THEN 'Text1' ELSE 'Text2'
// Concatenation
Field1 + ' - ' + Field2
// Rounding
ROUND(Value, 0.01)
// Maximum/Minimum
MAX(Value1, Value2)
MIN(Value1, Value2)
FlowFilter examples
// Date range
Date=01/01/2024..31/12/2024
// Multiple values
Status=Open|Pending|Released
// Numeric comparisons
Amount=>1000
Quantity=<100
// Complex filters
Type=Item,Status=Open,Date=..TODAY
Caching intervals
| Scenario |
Buffer cache |
Entry cache |
Rationale |
| Real-time data |
30 seconds |
2 minutes |
Frequent updates needed |
| Standard operations |
5 minutes |
15 minutes |
Balance of performance and accuracy |
| Reporting/Analytics |
30 minutes |
2 hours |
Data changes infrequently |
| Historical data |
4 hours |
24 hours |
Minimal changes expected |
| Threshold |
Recommended value |
Purpose |
| Slow calculation |
500ms |
Identify performance issues |
| Very slow |
2000ms |
Critical performance alerts |
| Unacceptable |
5000ms |
Requires immediate attention |
Troubleshooting quick fixes
- Check Blocked field (should be false).
- Verify Table No. matches page table.
- Confirm layout includes the information field.
- Check page has layout association.
- Verify user permissions.
Wrong values displayed
- Check Value Type matches data.
- Verify Field No. is correct.
- Test function set independently.
- Review FlowFilter Values syntax.
- Clear cache and recalculate.
- Check Performance Statistics.
- Increase Caching Intervals.
- Simplify function set logic.
- Review FlowField complexity.
- Consider database indexing.
- Check Decimals setting.
- Verify Standard Format option.
- Review Value Type selection.
- Test Style Function Set.
- Check regional settings.