Mobile Number mandatory for Saudi Arabia
Requirement
Link to Epic - CMD1-5431 -Getting issue details... STATUS
The mobile number for Saudi Arabian customers must be mandatory for both SCPI and non-SCPI customers.
Also, the format should be 9 digits and should start with 5 in the format ‘5xxxxxxxx’.
Backend Changes
In CMD, as of today, we can only add one telecommunication category (either Telephone or Mobile). The current country rules aren’t structured enough to support mandating either category and restricting the addition of the other.
As per current country rules:
| FIELD NAME | TEL_CUST | MOB_CUST | FINAL MANDATORY RULE |
|---|---|---|---|
| IS_MANDATORY | True | False | Either Telephone or Mobile must be provided; both cannot be empty. |
| IS_MANDATORY | False | True | Either Telephone or Mobile must be provided; both cannot be empty. |
| IS_MANDATORY | True | True | Either Telephone or Mobile must be provided; both cannot be empty. |
| IS_MANDATORY | False | False | Both Telephone and Mobile fields are optional. |
Planned changes:
| FIELD NAME | TEL_CUST | MOB_CUST | FINAL MANDATORY RULE |
|---|---|---|---|
| IS_MANDATORY | True | False | Telephone becomes mandatory and only it can be entered. |
| IS_MANDATORY | False | True | Mobile Number becomes mandatory and only it can be entered. |
| IS_MANDATORY | True | True | Either Telephone or Mobile must be provided; both cannot be empty. |
| IS_MANDATORY | False | False | Both Telephone and Mobile fields are optional. |
The above changes will be done for both Generic as well as SCPI Customers.
Was this page helpful?