InterviewSolution
| 1. |
What Is A Data Policy? |
|
Answer» Data POLICY CHECKS the mandatory and readonly of a field whenever a RECORD is inserted or updated through a webservice or import SET.For EXAMPLE: If a mandatory field in the incoming record (from import set or webservice) is empty then the data policy will not allow to insert that record into the table. Data policy checks the mandatory and readonly of a field whenever a record is inserted or updated through a webservice or import set.For example: If a mandatory field in the incoming record (from import set or webservice) is empty then the data policy will not allow to insert that record into the table. |
|