on 2016 Aug 19 10:43 AM
Hi Friends,
I want to keep UoM Name as Mandatory Field in Purchase Request because the users changing manually at the time of PR.
Regards,
Ganesh Prasad
You can make the following transaction notification notification
IF @transaction_type IN ('A','U' ) AND @Object_type = '1470000113'
Begin
-------------------------------------------PR01--------------------------------------
Set @count1=(Select count(*) from PRQ1 where DocEntry=@list_of_cols_val_tab_del and unitMsr is null)
If @count1>0
Begin
SET @Error = 1
SET @error_message = 'Please enter UoM name'
End
End
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
97 | |
8 | |
6 | |
6 | |
5 | |
5 | |
4 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.