Entity i kaydetmek için 3 tip vardır.
1.Entity formundaki SAVE butonu
Xrm.Page.data.entity.save();
2. Formdaki 'SAVE AND NEW'
Xrm.Page.data.entity.save('saveandnew');
3. 'SAVE AND CLOSE'
Xrm.Page.data.entity.save('saveandclose');
Kaydetme Modları
Save
Code: 1
Function: crmForm.Save();
SaveAndClose
Code: 2
Function: crmForm.SaveAndClose();
SaveAsCompleted
Code: 58
Function: SaveAsCompleted();
SaveAndNew
Code: 59
Function: crmForm.SubmitCrmForm(59, true, true, false);
Hiç yorum yok:
Yorum Gönder