Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Get time after call transaction

Former Member
0 Kudos

Hi,

Does anyone know if there is a way to get the modification time right after the call transaction is executed?

If a record is being changed through call transaction, I'd like to get the time of change. I don't want to go into the database table to retrieve the time everytime the call transaction is executed based on performance issue. I will need to time up to seconds.

If using get time stamp or get time after call transaction, will it get the time that's the same as the modification time for the record? I'll need the exact time that's popluated in the database table.

Thanks.

Lily

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello Lily,

The only option to get the time stamp or get time after call transaction.

Thanks,

Greetson

2 REPLIES 2

Former Member
0 Kudos

Hello Lily,

The only option to get the time stamp or get time after call transaction.

Thanks,

Greetson

0 Kudos

I used get time right after the call transaction. It seems like the time I got is the same with the time in the database table.

Thanks.

Lily