Versions Compared
Version | Old Version 6 | New Version Current |
---|---|---|
Changes made by | ||
Saved on |
Key
- This line was added.
- This line was removed.
- Formatting was changed.
The following figure provides figures provide an example of a completed Edit EDS Data Object form. For a description of each option, see EDS Data Object Definition Form Options.Image Removed
General Information Section
![EDS Data Object Definition - General Information Example](https://eagledocs.atlassian.net/wiki/download/thumbnails/1027047625/EDS%20DOD%20Gen%20Info.jpg?version=1&modificationDate=1590527694909&cacheVersion=1&api=v2&width=585)
Unique Key (Index Section)
![EDS Data Object Definition - Key Section](https://eagledocs.atlassian.net/wiki/download/thumbnails/1027047625/EDS%20DOD%20Unique%20Key.jpg?version=1&modificationDate=1590527778675&cacheVersion=1&api=v2&width=576)
Data Source Section
![EDS Data Object Definition - Data Source Example](https://eagledocs.atlassian.net/wiki/download/thumbnails/1027047625/EDS%20DOD%20Data%20Source.jpg?version=1&modificationDate=1590527876291&cacheVersion=1&api=v2&width=700)
Custom SQL Example
Custom SQL used for the example follows.
Code Block | ||
---|---|---|
| ||
Select ord.BUS_TASK_ID BUS_TASK_ID, ord.SEND_BY SEND_BY, ord.CORRELATION_ID CORRELATION_ID, ord.CF_NAME CF_NAME, ord.PROC_STATUS PROC_STATUS, to_char(MASTERTABLE.CREATE_DATE,'YYYY-MM-DD HH24:MI:SS') CREATE_DATE, to_char(MASTERTABLE.UPDATE_DATE,'YYYY-MM-DD HH24:MI:SS') UPDATE_DATE, MASTERTABLE.ORCH_STATE_CLOB from pace_masterdbo.ORCH_REQUEST_DEF ord, pace_masterdbo.ORCH_QUEUE MASTERTABLE where ord.INSTANCE=MASTERTABLE.ORCH_REQ_DEF_INSTANCE and ord.CORRELATION_ID LIKE '%_DATA' and rownum <= 100 |
Filters Section
![EDS Data Object Definition - Filters Example](https://eagledocs.atlassian.net/wiki/download/thumbnails/1027047625/EDS%20DOD%20Filters.jpg?version=1&modificationDate=1590527939982&cacheVersion=1&api=v2&width=738)
Common Filter Example
Common filters used for this example follow.
Code Block | ||
---|---|---|
| ||
sourcename,effectivedate,fromeffectivedate,toeffectivedate,entityfilter,entityid,xrefaccountid,spddeltafilter |
Other Filters Example
Other filters used:
Name | WHERE Clause |
---|---|
fromdate | MASTERTABLE.CREATE_DATE >= :fromdate |
todate | MASTERTABLE.CREATE_DATE <= :todate |
To save and close your custom Data Object:
- On the Solution tab, in the Manage group, click Save.
You see the Save current DataObject Definition box. - Click Save.
You can now close the form. - On the Solution tab, in the Manage group, click Close.
![](https://eagledocs.atlassian.net/wiki/download/thumbnails/1027047625/2019-11-27_12-45-46.png?version=1&modificationDate=1574866036589&cacheVersion=1&api=v2&width=761)
On this page
Table of Contents |
---|