Finding who created the Lot

Is there a way to find who created the Lot Number Something appeared with the same Lot Number but different Part.

Unless there is a created by field. adding logging would help you for future lot auditing.

How do you add logging?

That would be a data directive on the table. there is a logging widget.

So for this one we can’t really tell who created this?

Hey Ken, is it this one?

Correct that is the widget. You don’t have to have a condition. the widget covers add/changed for you.

Use the Lot Tracker screen - go to Activity - the Transactions window should have a UserID field available

I thought it was on the lot creation.

First transaction should be where the lot was created (in my example the PUR-STK receipt)

Hi John,

I have in the image above. there was the two Lot Number both the same but different Part. and the other one is mostly blank with no user ID we were wondering how we had that and who created that. :frowning: there are a bunch of them

Check the table PartLot - keys are Company, PartNum and LotNum.
Looks like it’s part-number centric, so you could have lot #123456 under Part A and under Part B.

Hi John, I check the table PartLot but I can’t find it here can’t even find the PartNum

PartNum is the second column from the left (labeled as “Part” in the heading).

If you use the Lot Tracker on the two part/lot combinations you pointed out earlier, you should be able to find the first transaction (presumably PartTran records) for each of them.

Hi John. It’s not even on PartTran table

Do this - write a BAQ against PartTran with the following fields

  1. Company = whatever company you’re in
  2. PartNum = selfexplanatory
  3. LotNum = same
  4. TranNum
  5. EntryPerson
    Sort by TranNum - first transaction should be the one where the lot was created.

Hi John I found it in the PartLot table but its not in the PartTra table. is there an Entry person in PartLot?

PartTran has the field EntryPerson. It’s the only table you need for this. You know what parts and lots you’re looking for…if you sort by TranNum, the earliest transaction should be the one where the lot was created.

Hi John I created this

PartTran is the only table you need. Already specified the fields.