RSFD_PRIORTY_VW

(SQL View)
Index Back

Dashboard Sales Priority

Dashboard translate lookup for the field Sales Priority

SELECT %Substring(A.FIELDVALUE ,1 ,3) , A.XLATSHORTNAME , A.EFF_STATUS , B.XLATSHORTNAME FROM PSXLATITEM A , PSXLATITEM B WHERE A.FIELDNAME = 'SALES_PRIORITY' AND A.EFF_STATUS = 'A' AND A.EFFDT = ( SELECT MAX(EFFDT) FROM PSXLATITEM C WHERE A.FIELDNAME = C.FIELDNAME AND C.EFFDT <= %CurrentDateIn) AND A.EFF_STATUS = B.FIELDVALUE AND B.FIELDNAME = 'EFF_STATUS' AND B.EFF_STATUS = 'A' AND %EffdtCheck(PSXLATITEM D, B, %CurrentDateIn)

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 SALES_PRIORITY Character(3) VARCHAR2(3) NOT NULL Priority of sales lead and opportunity
1=1-One
2=2-Two
3=3-Three
4=4-Four
5=5-Five
6=6-Six
7=7-Seven
8=8-Eight
9=9-Nine

Default Value: 5

2 DESCRSHORT Character(10) VARCHAR2(10) NOT NULL Short Description
3 STATUS Character(1) VARCHAR2(1) NOT NULL Status Indicator
A=Active
I=Inactive
4 STATUS_CAT_SDESCR Character(10) VARCHAR2(10) NOT NULL Used for contact center dashboard to display status category short description.