× 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...

Application level Context.Enquiry

  • eb.phantom
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
16 years 6 months ago #911 by eb.phantom
Application level Context.Enquiry was created by eb.phantom
Hi All,



Does anyone know how application level context enquries are grouped?
Meaning, in desktop if you enter ACCOUNT in the application prompt you can see a list of enquires under the Enquiry menu.


I want to know from where and how these enquires are linked to the entered application?




EB.PHANTOM

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

More
16 years 6 months ago #912 by malai
Replied by malai on topic Here you go
The context enquiries are linked based on the definition defined in the STANDARD.SELECTION file.



Get all the fields defined in standard selection for your application.
Check which of the fields are having value in SYS.REL.FILE.
If you have corresponding entry in F.CONTEXT.ENQUIRY then that will be displayed in the Enquiry menu.


_________________________________________

Gain Knowledge By Helping Others|Thanks

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

More
16 years 6 months ago #913 by jcosta
Replied by jcosta on topic Context Enquiries
I think the answer is the CONTEXT.ENQUIRY table. You may add/remove and/or define the type of treatment the related enquiry wiil have, as auto launch, etc. I hope this is what you are looking for.

JCosta


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

More
16 years 6 months ago #914 by malai
Replied by malai on topic File level context enq
Hi jcosta, you are right, all the context enquries has to be defined in F.CONTEXT.ENQUIRY table.



The question is, in desktop you have a menu called 'Enquries'.
The items inside the menu will get dynamically changed according to the application inputted in the prompt.
This happens because of the field SYS.REL.FILE in F.STANDARD.SELECTION record.



In F.CONTEXT.ENQUIRY we can have records ids as or -.
What you say is field level context enquries. Correct me if I am wrong.







_________________________________________

Thanks

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

More
16 years 6 months ago #915 by jcosta
Replied by jcosta on topic CONTEXT ENQUIRIES
Hi GvA, there are two levels at Enquiry menu. One shows the applications, this is related to the SYS.REL.FILE in SS. The second one is -inside previous one- the enquiries themselves in each on these related applications. These are defined/removed in CONTEXT.ENQUIRY table.




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

  • eb.phantom
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
16 years 6 months ago #916 by eb.phantom
Replied by eb.phantom on topic Thanks
Thanks

EB.PHANTOM

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

Time to create page: 0.104 seconds