× Discuss about Archiving, Close of Business, Delivery Setup, Security Management System, Global Processing etc…

Inputter and Authoriser date time

  • Akhtar
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
15 years 6 months ago #3190 by Akhtar
Inputter and Authoriser date time was created by Akhtar
Hi,

Is there any way I can identify the Date and Time when an FT is inputted and authorised? Actually I want to know when (i.e., the time) an FT is inputted and when the same is authorised.

Regards,
Akhtar

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

More
15 years 6 months ago #3193 by gkeepa
Replied by gkeepa on topic Re:Inputter and Authoriser date time
not sure, and never used it, but i heard the protocal file in t24 records all the modifications of a record. worth look into

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

  • saranvelu
  • Visitor
  • Visitor
15 years 6 months ago #3194 by saranvelu
Replied by saranvelu on topic Re:Inputter and Authoriser date time
Why cant you use the audit fields ? i think you can get the time and date from audit field itself

Regards,
Saravanan.

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

  • Akhtar
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
15 years 6 months ago #3198 by Akhtar
Replied by Akhtar on topic Re:Inputter and Authoriser date time
Hi,

From the audit field, I found one date time. But I do need the date time for both the time, i.e., the time of inputting the record as well as the time of authorising the record.

In the protocol file, if I search by the FT number I only found one record. Therefore I can get only 1 time.

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

More
15 years 6 months ago #3199 by Chris
Replied by Chris on topic Re:Inputter and Authoriser date time
You can do two things:

First, if you set DATE.TIME.MV to YES in SPF, INPUTTER and DATE.TIME will be updated in the records for each modification. Be careful though, they will become multivalue, so you may need to revise your local code that uses them.

Second, you can create subroutine like this:

SUBROUTINE VER.AUTH.RTN
$INSERT I_COMMON
$INSERT I_EQUATE
CALL PRO("TRANSACTION.COMMIT")
RETURN
END

Create an EB.API record for it and VERSION.CONTROL record with ID as SYSTEM and put VER.AUTH.RTN as authorization routine in AUTH.RTN.

Similarly, create a subroutine like the above which would call CALL PRO("TRANSACTION.INPUT") instead and define it in the VERSION.CONTROL record SYSTEM as input routine.

After this, for all versions PROTOCOL will get updated in the remark field and you can use that information.


Regards
Chris

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

  • Akhtar
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
15 years 6 months ago #3201 by Akhtar
Replied by Akhtar on topic Re:Inputter and Authoriser date time
Hi Chris,

Thanks a lot. We are exploring both the solutions. We have found around 90 enquiries that are showing Inputter and/or Authoriser in the result. We do also find around 20 local routines that use Inputter and/or Authoriser in the selection statements. Therefore, we are concentrating on the second solution. Once finished, I will update the result accordingly.

Regards,
Akhtar

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

  • Akhtar
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
15 years 5 months ago #3379 by Akhtar
Replied by Akhtar on topic Re:Inputter and Authoriser date time
Hi Chris,

The second solution works fine.

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

  • Akhtar
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
15 years 5 months ago #3380 by Akhtar
Replied by Akhtar on topic Re:Inputter and Authoriser date time
Hi Chris,

Both the solution works fine. We followed the second solution in our system.

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

More
15 years 4 months ago #3430 by gabalian
Replied by gabalian on topic Re:Inputter and Authoriser date time
See the Audit fields of that particular FT record.

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

Time to create page: 0.095 seconds