Abuibra
8th April 2003, 09:57
Hi,

BaaN IV C4
Win NT 4.0
SP - 10


When users is entering Location Inventory transactions, they often forget to enter the reason Code, is there a way to advice the user with a message that "Reason Code is Mandatory" when they skip the field?

Thanks

Flip_J
8th April 2003, 10:03
You will need to change the field on the form to be mandatory.

learner
14th April 2003, 07:59
If v make that field Mandatory at Form level , then It will ask for Reason Code for Every Inventory Transcation.

U have to make a Logic that

IF Inventory Transcation type = Inventory Adjustment
Then Reason code Filed should be Mandatory.

This u can do at Source Code Level , Provided u have session source code

Sandeep Marwha