Question
Bitsinglass
IN
Last activity: 3 Nov 2022 3:44 EDT
Customer data Stores in Data type internal table. need to check mobile number.
I have a data type for Customer data in which Customer FN LN Age Mobile Number is stored.
Requirnment: When new case is open and user enters data when he enter mobile number on tab out it system should check whether entered mobile number already exist in customer data table or not. if exist then throw error message else can proceed forward if mobile number is latest.
How to achieve this ? Please suggest.