-
Forum
-
T24 Technical Discussions
-
T24 Development & Customization
-
T24 CORE API
T24 CORE API
-
Booster
-
Topic Author
-
Offline
-
Junior Member
-
Less
More
-
Posts: 33
-
Thank you received: 0
-
-
13 years 3 months ago #10818
by Booster
Hi guys,
Where can I find good reference for T24 CORE API? There are so many core API routines we can use
but no body knows how to. For instances EB.GET.CONTRACT.BALANCES, EB.ACCT.ENTRY.LIST etc
Can u pls send to This email address is being protected from spambots. You need JavaScript enabled to view it. or share it here, if u have any reference on this?
Thanks
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 35
-
Thank you received: 0
-
-
13 years 3 months ago #11246
by Azizfatkh
Recently discovered EB.SET.NEXT.TASK method in auth routine for Version.control that interfered with override of next auth routine. I got to know about it logically, but i couldn't find a reference for it. So is there any documentaion for core api?
Please Log in or Create an account to join the conversation.
-
sri
-
-
Visitor
-
13 years 2 months ago #11265
by sri
EB.ACCT.ENTRY.LIST gives the Statement Entry list of A/C within the start date and end date.
CALL EB.ACCT.ENTRY.LIST(AC.NO,DT.1,DT.2,STMT.ENT,'',ERR)
EB.SET.NEXT.TASK is used to launch next version , which can be done in a mainline prog also.
VERSION.NAME = 'APP.NAME,VERSION.NAME"
CALL EB.SET.NEXT.TASK(VERSION.NAME)
Regards,
Srinivas Yadav
Please Log in or Create an account to join the conversation.
-
Ashishkumarkolachina
-
-
Visitor
-
7 years 7 months ago #21434
by Ashishkumarkolachina
Hi Team,
Pls send me the core API list with the details of parameters that needs to be passed.
please mail me to This email address is being protected from spambots. You need JavaScript enabled to view it.
thanks in advance
Please Log in or Create an account to join the conversation.
-
Forum
-
T24 Technical Discussions
-
T24 Development & Customization
-
T24 CORE API
Time to create page: 0.031 seconds