Welcome To T24All
Welcome, Guest
Username Password:

Adding an Enrichment
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Adding an Enrichment

Adding an Enrichment 3 years, 11 months ago #1077

  • fresho01
  • OFFLINE
  • Fresh Boarder
  • Posts: 5
  • Karma: 0
hi friends,
I am trying to add enrichment on a local reference field . the local reference fields reads 2 separate tables. Field 18 on the LOCAL.TABLE application is not a multivalued Vetting application field, Therefore i have written a Validation routine using COMI.ENRI to validate the field against the 2 tables to display the enrichment but it still wont work. please does anyone know how to display enrichment reading from two tables?.
lekan

Adding an Enrichment 3 years, 10 months ago #1078

  • tsamil69
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
  • Karma: 0
Try this:

LOCATE LOCAL.FLD:'.':APPL.LOCAL.FIELD IN T.FIELDNO SETTING POS THEN

T.ENRI = ENRI THAT YOY WANT'

END

CALL REBUILD.SCREEN

Re:Adding an Enrichment 1 year, 8 months ago #5050

Hi to all,

After some research,

This is the solution that I found for the enrichement problem :

- If you are using DESKTOP client : then you can use T.ENRI or COMI.ENRI (depends on your rtn type Vld or Input) and then call the REBUILD.SCREEN function.

- If you are using BROWSER client : unfortunatly the REBUILD.SCREEN can't be used ... then you can use I_GTS.COMMON lib:

$INSERT GLOBUS.BP I_GTS.COMMON

OFS$ENRI<field_position> = "my enrichement"

Re:Adding an Enrichment 1 year, 7 months ago #5333

  • autumnit
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
  • Karma: 0
Hi,

I make a list of value for the field MARIAL STATUS of CUSTOMER in table EB.LOOKUP.
How could I add enrichment on this field?

Please could you help me?

EB.LOOKUP 1 year, 7 months ago #5338

HI CAN ANY ONE TELL ME WHAT FOR EB.LOOKUP TABLE WILL BE USED... HOW ITS USEFULL....
  • Page:
  • 1
Time to create page: 0.26 seconds