Hi,
I have created a Data Entity and made the Primary Field as Mandatory in the beginning .
But That field will generate Number Sequence in the Table Level.
So I dont want to make that field as mandatory in the Data Entity . So I made the Mandatory Property as no in the Data Entity.
But the Changes is not affecting the Data Enttity Mandatoty Field . Even though I have made the Field as not a mandatory one . the changes is not getting reflected .
Should I have to Refresh anything or should I have to Generate new mapping ? But i am not adding any extra field.