EODS_DNDEFAULTS(SQL Table) |
Index Back |
---|---|
DN Defaults tableThe DN Default table stores default values for attributes in a Distinguished Name. These may be used in the cases where the DN attributes defined in a Directory Interface map are left blank (because of lacking data), or when some values need to be forced to attributes in the DN at runtime. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | DSMAPNAME | Character(50) | VARCHAR2(50) NOT NULL | Directory Entry Map Name |
2 | MSGNAME | Character(30) | VARCHAR2(30) NOT NULL |
Application Message Name. Name of the Application Message Definition. (see PSMSGDEFN).
Default Value: EO_DSMAP.MSGNAME |
3 | SEQNO | Number(5,0) | INTEGER NOT NULL |
Sequence Number
Default Value: 1 |
4 | RECNAME | Character(15) | VARCHAR2(15) NOT NULL |
Record (Table) Name (see PSRECDEFN).
Prompt Table:
HCDI_MSGREC_VW
|
5 | FIELDNAME | Character(18) | VARCHAR2(18) NOT NULL |
Field Name (see PSDBFIELD).
Prompt Table:
HCDI_MSGFLD_VW
|
6 | EODS_ATTRIB_DESCR | Character(50) | VARCHAR2(50) NOT NULL | DN Attribute |
7 | EODS_CONSTVAL | Character(50) | VARCHAR2(50) NOT NULL | Constant/Parameter |
8 | EODS_OBJ_METHOD | Character(40) | VARCHAR2(40) NOT NULL | Object Method |
9 | EODS_FORCE_DEFAULT | Character(1) | VARCHAR2(1) NOT NULL |
Field used as checkbox to sopecify wheither a given default value should be forced or not over an attribute value during Directory Interface processing.
N=No Y=Yes |