Loading ...

How To Get Tstamp In Acumatica

Hello everybody,

today I want to shre small note of how to generate timestamp for Acumatica objects ( in case if you use for some reason PXDataBase.Insert or  PXDataBase.Update)

PXDataBase has public method SelectTimeStamp.

public static byte[] SelectTimeStamp()
{
    return Provider.SelectTimeStamp();
}

So, in case if you need to put in variable t TimeStamp you can do the following:

var t = PXDatabase.SelectTimeStamp();

And variable t will have timestamp

Ready to take your Acumatica development to the next level? If you found this tip on generating timestamps for Acumatica objects helpful, imagine what custom solutions we can build together to streamline your processes! Whether it's a unique customization or an enhancement to your existing setup, we're here to help. Leave a customization request today and let’s turn your ideas into reality. Your Acumatica system, your way—let’s make it happen!

Be the first to rate this post

  • Currently 0.0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5