Skip to main content
Skip table of contents

Text Rollover - GLUTRITX

The GLUTRITX utility inserts data into the following tables based on the data indicators in the supplied file:

File Format

Data Lines

Data lines are comma-separated data columns/values in the input file. Any data lines that begin with "--" or a blank line, or any data with a single character, will be ignored.

A data line must begin with one of these values: 

Data Column #1DescriptionTable Insert
ATAssociated texttxt_text_dtl
ACAssociated text continuation lines (linked with AT)txt_text_dtl
TSThread subjecttx_thread_mstr
NSNote subject (linked with TS)tx_note_mstr
TXThread text (linked with NS)tx_note_dtl

Essentially, data lines starting with AT can be supplemented (continued) with AC data lines, while TS data lines can be supplemented with NS and TX data lines.

Input File Columns

AT & TS data line columns 1-9 of the data input file are formatted as follows.

Notes:

  • Text Type (used in AT data lines) must exist in common code GLTT/XXXXXXXX.
  • CD1-4 (used in TS data lines) refer to Thread Code 1-4 (tx_thread_mstr.thread_cd1-4) of SYUTTXUP.
1234556789Table NamePage
ATGNLedger [ Text Type ][ Text ]
n/an/an/an/an/aGLG_GEN_MSTRGLUPGN
ATKYLedger

Key
(glk_key)

[ Text Type ]

[ Text ]
n/an/an/an/aGLK_KEY_MSTRGLUPKY
ATKPLedger

Org Part
(glk_grp_id)

Org Part Code
(glk_grp)

[ Text Type ][ Text ]
n/an/an/aGLK_GRP_MSTRGLUPKP
ATOBLedger

Object
(glo_obj)

[ Text Type ]
[ Text ]n/an/an/an/aGLO_OBJ_MSTRGLUPOB
ATOGLedger

Obj Grp
(glo_grp_id)

Obj Grp Cd

(glo_grp)

[ Text Type ]

[ Text ]
n/an/an/aGLO_GRP_MSTRGLUPOG

TSGNLedger CD1CD2CD3CD4[ Thread Subject ]
n/an/aGLG_GEN_MSTRGLUPGN
TSKYLedger

Key
(glk_key)

CD1CD2CD3CD4[ Thread Subject ]n/aGLK_KEY_MSTRGLUPKY
TSKPLedgerOrg Part
(glk_grp_id)
Org Part Code
(glk_grp)
CD1CD2CD3CD4[ Thread Subject ]GLK_GRP_MSTRGLUPKP
TSOBLedger Object
(glo_obj)
CD1CD2CD3CD4[ Thread Subject ]n/aGLO_OBJ_MSTRGLUPOB
TSOGLedgerObj Grp
(glo_grp_id)
Obj Grp Cd
(glo_grp)
CD1CD2CD3CD4[ Thread Subject ]GLO_GRP_MSTRGLUPOG

Test Mode

Set TestMode to false to insert the data in the tables. A value of true will evaluate the data but will not insert it.

Examples

1. The data lines below will add "Comment" into txt_text_dtl for GLGGenMaster and will use ledger "GL" to get the data link:

AT,GN,GL,Comment,This is some test content

AC,This is the second line of the content for above

AC,This is the third line of the content for above

2. The data line below will add "Comment" into txt_text_dtl for GLOGrpMaster. Column #6 must be eight characters or less and is only for AT/AC. Column #4 is glo_grp_mstr.glo_grp_id. Column #5 is glo_grp_mstr.glo_grp which is needed to establish the link.

AT,OG,GL,AFS,105,Reason,This is some test content for a reason or comment

AC,This is one more line for the same record

3. Add the data to tx_thread_mstr for glk_key_mstr. Column #4 is glk_key_mstr.glk_key. Thread Code 1-4 are a maximum of eight characters. NS data will be linked to TS record and TX data will be linked to NS.

TS,KY,GL,530000,TCode1,TCode2,TCode3,TCode4, Some note for glk key mstr with key 530000

NS,This comment is linked with TS record above

TX,This comment is linked with NS record above



JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.