Hi,
I’m looking to create a GI that will list inventory transfers with their Release Dates. I don’t see a field in the INRegister table that stores the release date. What would be the way to get this date on a GI?
Thank you!
Hi,
I’m looking to create a GI that will list inventory transfers with their Release Dates. I don’t see a field in the INRegister table that stores the release date. What would be the way to get this date on a GI?
Thank you!
Best answer by darylbowman
INTran does have a ReleasedDateTime. But not INRegister.
I’m not sure why you couldn’t join INTran, group by INTran.DocType and INTran.RefNbr, and use =MAX([INTran.ReleasedDateTime]).
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.