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

How to set Audit Fields in any ETD with java routine ?

  • stntajul
  • Topic Author
  • Offline
  • New Member
  • New Member
More
2 months 4 days ago #24395 by stntajul
 EbBdScheduleChargeInfoRecord chargInfoRecord = new EbBdScheduleChargeInfoRecord(this);
            //chargInfoRecord.getCoCode();

            EbBdScheduleChargeInfoTable ebBdScheduleChargeInfoTable = new EbBdScheduleChargeInfoTable(this);
            if(workingBalance<chargeAmt){
                chargInfoRecord.setTotalDueAmt("150.00");
              
                    ebBdScheduleChargeInfoTable.write("WRITINGFROMROUTINE2", chargInfoRecord);
              
            }

this is one way to write a new record of any application (ETD) as far I know, but the problem is in that way , the audit fields, co code inputter can't be set, not even auto update that means whenever I see the record it dosen't have these fields value.
is there any other way to write a record in etd with java, where these audit fields can be updated, or it will auto update ETD Product type: EB.

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

Time to create page: 0.090 seconds