PSMPDEFNDEV(SQL Table) |
Index Back |
---|
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | MOBILEPAGENAME | Character(30) | VARCHAR2(30) NOT NULL | Mobile Page Name (see PSMPDEFN). |
2 | MOBILEDEVICEID | Number(2,0) | SMALLINT NOT NULL | Mobile Device ID |
3 | SYNCID | Number(10,0) | DECIMAL(10) NOT NULL | The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle. |
4 | ALLOW_CREATE | Character(1) | VARCHAR2(1) NOT NULL | Allow Create |
5 | ALLOW_DELETE | Character(1) | VARCHAR2(1) NOT NULL | Allow Delete |
6 | ERRORPAGE | Character(1) | VARCHAR2(1) NOT NULL | Use This Page For Errors |
7 | SKIPGOTO | Character(1) | VARCHAR2(1) NOT NULL | Exclude From Go To Drop Down |
8 | DETAILVIEWLBL | Character(30) | VARCHAR2(30) NOT NULL | Detail View Label |
9 | LISTVIEWLBL | Character(30) | VARCHAR2(30) NOT NULL | List View Label |
10 | MSGSET | Number(5,0) | INTEGER NOT NULL | Message Set Number |
11 | MSGNUM | Number(5,0) | INTEGER NOT NULL | Message Number |
12 | OCCURSCOUNT1 | Number(2,0) | SMALLINT NOT NULL | Occurs Count First Level |