non pk values not getting saved when using a simple method.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

non pk values not getting saved when using a simple method.

SRINIKALLS
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