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

Java routines for T24????

  • Booster
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
15 years 6 months ago #4035 by Booster
Java routines for T24???? was created by Booster
Here is what I did

Web Validation Routine

1) Created a simple version for the application ACCOUNT.
2) Define EB.API record which contains following information
java class
java package

3) Import tsdk.jar and tsdkFoundation.jar and created my own validation

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

More
15 years 6 months ago #4036 by kees
Replied by kees on topic Re:Java routines for T24????
So, what is your query?
Are you encountering any issues ?
If so, what are they?

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

  • Booster
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
15 years 6 months ago #4037 by Booster
Replied by Booster on topic Re:Java routines for T24????
I tried to set the enrichment as follows.

public ValidationResponse processRequest(TContract currentContract, TProperty fieldBeingValidated, T24Connection connectionToT24) throws ValidationException {

currentAccount = new TAccount(currentContract);
TProperty accoutTitle = currentAccount.getAccountTitle1();
accoutTitle.setEnrichment("set by java");
accoutTitle.setValue("Set By JAVA");
response.addProperty(accoutTitle);
response.addMessage("This is set by java");
return response;


}

when running the version, I cant see this routine being executed :(

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

  • Booster
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
15 years 6 months ago #4038 by Booster
Replied by Booster on topic Re:Java routines for T24????
Dear kees,

Im new to T24 core development.i like to know how to write simplae validation routing using java technology. pleae help me soon.

Thanks
Harendra

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

More
5 years 3 months ago #22647 by Akash
Replied by Akash on topic Re:Java routines for T24????
I know INFOBASIC in t24 but trying to learn JAVA for t24 can i get any material related to JAVA programming in temenos t24.

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

More
5 years 3 months ago #22648 by Akash
Replied by Akash on topic Re:Java routines for T24????
I know INFOBASIC in t24 but trying to learn JAVA for t24 can i get any material related to JAVA programming in temenos t24.

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

More
5 years 5 days ago #22800 by pblnkalyan
Replied by pblnkalyan on topic Re:Java routines for T24????
Instead of hardcoding the error message. how to display the error or overrides by using the class file StoreEndError_cl?

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

Time to create page: 0.053 seconds