kw_foo
23rd October 2013, 03:51
Hi,
We are in Baan IVc4.

A lot can be created during maintain receipt (purchased item) by calling the sub session - maintain lot.

The Inventory date will be defaulted automatically, but user are able to change it, or even search the old lot data and change the inventory date.

Is there anyway that we can control the user can only accept the defaulted date and not allow to make any changes on it?

We tried to change the form to set the date to "Display only", but it prompt message when we trying to save the record "Date must be filled".

Only authorised personnel are allow to make the changes.

bhushanchanda
23rd October 2013, 04:48
Yes, it can be done.

You can either use Table Field Authorization or you can add a UE DLL to block any changes to that field.

I would have gone with the 1st option.

kw_foo
23rd October 2013, 05:38
Hi,
Thanks for the quick reply.

Forgot to mention, we need to allow the user doing maintain receipt to be able to "Create" new lot record, accept the default inventory date, but not allow to change the date after creation.

I tried to set the table field authroisation as "Read" or "Not Authorised" - yes it will not allow to make changes to old records, but it also do not allow the user to save the new record - prompt message "date must be filled".

Can this be done through authorisation setup?

bhushanchanda
23rd October 2013, 08:01
Hi,

AFAIK, it's not possible with Standard Authorization. You can use session wrapper's for that. That will be the best option. With UE DLL, you can set a range between which user can change the date.

This is one of the solution you can try ~Vamsi's Solution (http://www.baanboard.com/baanboard/showthread.php?t=559)

kw_foo
24th October 2013, 03:30
Thanks for the suggestion, the solution seem too technical for me.

Will try to explore further.

Aryaraj
16th September 2015, 11:47
Dear Sir,

We have inventory say 100 nos in one lot. But we want to transfer this inventory in two different lots say A and B. How to transfer is without doing adjustment order .

Regards
Aarya

erplncons
17th September 2015, 14:47
If it is a manufactured item, then create two rework orders for that item of the desired quantity. In both of these rework order, you can maintain the estimated material as item (with 100 nos in one lot) and its desired quantity, remove all the operations in routing. Complete the production order, issue the material, etc. and you get same item with 2 lot numbers.