I have created one custom module, so module table is there . and i created custom also from studio so cstm table also there.
table a and table a_cstm.
Thing is that on save button data’s are storing in respective tables Most of the time. But problem is here sometimes while saving its showing error.
sugar generating insert query
insert into table a (including all the filedds of table a anf table a_cstm also ) and values (also same case)
can anybody tell me why this thing is happening ???