×
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...
Use of EB.ALTERNATE.KEY
- Spiderman
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 21
- Thank you received: 0
16 years 11 months ago #975
by Spiderman
Use of EB.ALTERNATE.KEY was created by Spiderman
What is the use of EB.ALTERNATE.KEY application??
Great power comes with great responsibilities.
Great power comes with great responsibilities.
Please Log in or Create an account to join the conversation.
- chid
- Offline
- New Member
Less
More
- Posts: 10
- Thank you received: 0
16 years 11 months ago #976
by chid
EB.ALTERNATE.KEY
This is a seperate table which holds the details of the alternate key
for the regular @ID of the Globus table.
CONCAT.TYPE
This field decides if a concat file should be created for an alternate key.
If 'SYSTEM' is specified, the concat file is created.
ALT.KEY.FIELD
Valid field name on the Standard selection record for the application can be specified here.
The field specified must be defined as a SYS.FIELD.NAME or USR.FIELD.NAME on the STANDARD.SELECTION record for the APPLICATION.
The name of the file to which the alternate key or keys defined in the record are to be applied.
ACCESS METHOD
If READ is specified then the concat file maintained for the alternate key will be read to get the real key for an alternate key input.
If SELECT is specified, concat file will be selected if there is one for this alternate key.
The 'SELECT' option may have some performance implications.
It is recommended to use the 'READ' option for better performance.
If a routine is defined then it will be executed to get the real key.
BNK TESTBASE EB.ALTERNATE.KEY INPUT
APPLICATION....... ACCOUNT ACCOUNT
1 ALT.KEY.MAX.LENGTH 7
2. 1 ALT.KEY.FIELD.. ALT.ID.ACCT
3. 1 CONCAT.TYPE.... SYSTEM
4. 1 ACCESS.METHOD.. READ ((READ, SELECT or @ROUTINE allowed;
SELECT is allowed only if the field UNIQUE is set as ?SYSTEM? or ?? )
5. 1 UNIQUE.........
6. 1 ENQUIRY........
7. 1 BUILD.ROUTINE..
8. 1 VALIDATION.RTN.
Replied by chid on topic EB.ALTERNATE.KEY
EB.ALTERNATE.KEY
This is a seperate table which holds the details of the alternate key
for the regular @ID of the Globus table.
CONCAT.TYPE
This field decides if a concat file should be created for an alternate key.
If 'SYSTEM' is specified, the concat file is created.
ALT.KEY.FIELD
Valid field name on the Standard selection record for the application can be specified here.
The field specified must be defined as a SYS.FIELD.NAME or USR.FIELD.NAME on the STANDARD.SELECTION record for the APPLICATION.
The name of the file to which the alternate key or keys defined in the record are to be applied.
ACCESS METHOD
If READ is specified then the concat file maintained for the alternate key will be read to get the real key for an alternate key input.
If SELECT is specified, concat file will be selected if there is one for this alternate key.
The 'SELECT' option may have some performance implications.
It is recommended to use the 'READ' option for better performance.
If a routine is defined then it will be executed to get the real key.
BNK TESTBASE EB.ALTERNATE.KEY INPUT
APPLICATION....... ACCOUNT ACCOUNT
1 ALT.KEY.MAX.LENGTH 7
2. 1 ALT.KEY.FIELD.. ALT.ID.ACCT
3. 1 CONCAT.TYPE.... SYSTEM
4. 1 ACCESS.METHOD.. READ ((READ, SELECT or @ROUTINE allowed;
SELECT is allowed only if the field UNIQUE is set as ?SYSTEM? or ?? )
5. 1 UNIQUE.........
6. 1 ENQUIRY........
7. 1 BUILD.ROUTINE..
8. 1 VALIDATION.RTN.
Please Log in or Create an account to join the conversation.
- sharathnp
- Offline
- Junior Member
Less
More
- Posts: 30
- Thank you received: 1
16 years 10 months ago #977
by sharathnp
The file will be created with the name APPLICATION NAME.ALTERNATE FIELD,for ex
if the alternate key field is ALT.ID.ACCT for Account then the file created is
F.ACCOUNT.ALT.ID.ACCT
EB.ALTERNATE.KEY is very helpfull at the time of data migration when the client switiches from different system to T24.
SharathNP
Think positive
Replied by sharathnp on topic EB.ALTERNATE.KEY
The file will be created with the name APPLICATION NAME.ALTERNATE FIELD,for ex
if the alternate key field is ALT.ID.ACCT for Account then the file created is
F.ACCOUNT.ALT.ID.ACCT
EB.ALTERNATE.KEY is very helpfull at the time of data migration when the client switiches from different system to T24.
SharathNP
Think positive
Please Log in or Create an account to join the conversation.
Time to create page: 0.074 seconds