SCC_ATTACH_IMP

(SQL Table)
Index Back

Attachments framework impl

The attachments framework implementation record contains the file attachment setting that will be applied for a given context

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 SCC_ATTACH_CONTEXT Character(100) VARCHAR2(100) NOT NULL Attachement Context field used by the Attachment Frameworks factory class to determine what implementation class to instantiate.
2 SCC_APPCLASSNAME Character(190) VARCHAR2(190) NOT NULL Used to represent an application class as a single string. Usually RTRIM(PACKAGEROOT) + ':' + RTRIM(QUALIFYPATH) + ':' + RTRIM(APPCLASSID)
3 SCC_URL_ID Character(30) VARCHAR2(30) NOT NULL URL Id
4 SCC_MAX_FILE Number(10,0) DECIMAL(10) NOT NULL Max file size allowed. Used by the SA campus commmunity attachement framework.
5 SCC_VIEW_ATTACH Character(1) VARCHAR2(1) NOT NULL View Attachments

Y/N Table Edit

Default Value: Y

6 SCC_ADD_ATTACH Character(1) VARCHAR2(1) NOT NULL Add Attachments

Y/N Table Edit

Default Value: Y

7 SCC_DEL_ATTACH Character(1) VARCHAR2(1) NOT NULL Delete Attachments

Y/N Table Edit

Default Value: Y