Hi Experts,
I have been trying to find find the solution of an issue for a long time but have not found any one till now.
Actually I want to Create Goods Issue as soon as my UDO Form data is saved. Saving of UDO Form is all handled by SAP B1 because I have bound the form fields to UDO fields and we all know that on ItemPressed event of Item UID =1,Form data is saved automatically . Now I want to add Goods Issue on the basis of data saved in UDO Form .
I am performing this save of Goods Issue testing the following conditions
If pval.ItemUID=1 and pval.BeforeAction=False and pval.ActionSuccess=true Then
'''Perform Goods Issue
End If
But we know there can be many System related issues for saving this Goods issue like connection failure,Stock Shortage etc.
and this Addition is skipped which is really not ignorable.There must be a Goods Issue if Form Data is Saved .
Everyday I am coming across many such entries for which there are no Goods Issue performed .
Please provide me some suggestions to overcome this issue.
Thanks in Advance,
Regards,
Pooja Singh.