Cannot insert new record using CI from component ACAD_TST_RSLT_ADMA
I created a CI using Component ACAD_TST_RSLT_ADMA. My problem is my AE can only update. I cannot insert any new record. Please help me. Thx. This is my AE code:
Global File &fileLog; Local ApiObject &MYSESSION; Local ApiObject &MYCI; Local ApiObject &LEVEL1, &LEVEL2, &ITEM1, &ITEM2, &ITEM; Local string &EMPLID, &ADM_APPL_NBR, &StatusCI; Global string &StatusKu; try /*=============================================================================================================================== Problem CI hanya bisa Update. Tidak bisa Insert NEW =============================================================================================================================== CI untuk u_stdnt_tes_aet =============================================================================================================================*/ &fileLog.WriteLine(""); &fileLog.WriteLine("========================================================================================================="); &fileLog.WriteLine("Update u_stdnt_tes_aet"); &fileLog.WriteLine("========================================================================================================="); &fileLog.WriteLine("Campus_ID :" | U_STDNT_TES_AET.CAMPUS_ID); &fileLog.WriteLine("INSTITUTION :" | U_STDNT_TES_AET.INSTITUTION);
0