× Discuss on Template programming, jBASE programming, Enquiries, No-File enquiry, Enquiry routines, Version, Version routines, Menus, Abbriviations, Creating local reference fields, Fast path enquiries, Creating charts and graphs, Generating Reports, Deal slips, Straight through processing, Multi Company and Multi Book setup, Tabbed screens, Composite Screens, T24 API, etc...

Extracting Vetting values predefined at Template level

  • kartsnek
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
3 years 5 months ago #23061 by kartsnek
Hi,
I just want to extract vetting values predefined at template level for Core applications.
Eg
The Customer application/table have lots of vetting values at template level (we could refer SS table with the field SYS.VAL.PROG) which need to extract. ( Like only dropdown values when we open a customer record)
Any inputs on how to achieve.

Please Log in or Create an account to join the conversation.

More
3 years 5 months ago #23062 by snkumar
Hello,

You may call EB.EXECUTE.APPLICATION(APPLICATIONX) inside your routine which will load all the F, N, T variables of this application X. From the T array you can fetch the vetting values.
Try and let me know if this works.

SNK

Please Log in or Create an account to join the conversation.

  • silvergem
  • silvergem's Avatar
  • Offline
  • Elite Member
  • Elite Member
  • TAFC|R12/R13, TAFJ|R20
More
3 years 5 months ago #23063 by silvergem
You can also check GET.STANDARD.SELECTION.DETS(APP.NAME, AA.ACC.SS.REC)

Please Log in or Create an account to join the conversation.

Time to create page: 0.103 seconds