PE Log Viewer
Tree view component to display Posting Engine logs in a hierarchical structure.
| Property Group | Property | Description |
|---|---|---|
| Basic | Id | Unique identifier for the control |
| Basic | Label Text |
|
| Behavior | On Blur | Click this to create an OnBlur event for the control. On Blur is triggered when the control loses focus. |
| Behavior | On Create | Click this to create an OnCreate event for the control On Create is triggered when the control is painted to the GUI. |
| Comments | Comments | Add some developer notes to the control. These are not customer-facing and are only visible in App Studio (Fig. A) |
| Data | Key Field | Indicates that a bound component is a key field. If true, the field is enabled if there is no current record, allowing the user to select an existing record or create a new one. |
| Data | EpBinding | Bind the button to a DataView.Column.This should be from a dataview that holds PE Log info and needs to be bound to the GPostingUID column. Example: PELog.GPostingUID. You will need to create an event that sports a REST widget to populate the data in said DataView. (Fig. B) |
| Data | Svc | Enter Erp.BO.PELogViewerSvc. Do it. |
| Data | GetNode SvcPath | Enter GetNodeById. Do it. |
| Data | FindNode SvcPath | Enter FindNode. Do it. |
| Layout | Alignment | Set the alignment for the control. Valid options are Left, Center, Right. (Fig. C) |
| Layout | Width |
|
| State | Personalizable | If true, a user can personalize this component(hide/show) |
| State | Customizable | If true, a user can customize this component in child layers |
| State | Hidden | Hides the control from view. |
| Advanced | Enable Search | Enables the search bar on the PE Log Viewer. (Fig. D) |
Figure A: Comments
Figure B: EpBinding
Figure C: Alignment
Figure D: Enable Search




