|
I have created a java program that calls a simple method to create an agreement , The agreement is getting created but only with the Agreement ID , Agrement Type and PartyID to values , other values like description and other details are not getting created in the Agreement table though I have passed all the values in the Map.
This is not the case with this simple method it is the case with many simple methods where nonpk fields are being ignored while inserting , any leads or inputs on this would be helpful.
thanks
Srinivas
|