PRCSDEFNXFER

(SQL Table)
Index Back

Process Defn - Panel Transfers

This record is used to set up a information to allow users to transfer to a desired panel from the Process Monitor on successful completion of a process request.

  • Parent record: PRCSDEFN
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 PRCSTYPE Character(30) VARCHAR2(30) NOT NULL Process Type

    Prompt Table: PRCSTYPEDEFN

    2 PRCSNAME Character(12) VARCHAR2(12) NOT NULL Process Name
    3 XFERCODE Character(1) VARCHAR2(1) NOT NULL Page Transfer Code
    0=None
    1=Next Page
    2=Message Log

    Default Value: 0

    4 MENUNAME Character(30) VARCHAR2(30) NOT NULL Menu Name (see PSMENUDEFN).

    Prompt Table: PSMENUDEFN

    5 BARNAME Character(30) VARCHAR2(30) NOT NULL Menu Bar Name

    Prompt Table: PRCSBARNAME_VW

    6 ITEMNUM Number(4,0) SMALLINT NOT NULL Item Number

    Prompt Table: PRCSITEMNUM_VW

    7 PNLNAME Character(30) VARCHAR2(30) NOT NULL Panel Name (see PSPNLDEFN).

    Prompt Table: PRCSPNLNAME_VW

    8 MENUACTION Character(1) VARCHAR2(1) NOT NULL Menu Action
    0=Add
    1=Update
    2=Update All
    3=Correction

    Default Value: 1