-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.UI.MediaTab.clear
rescocrm edited this page Aug 2, 2024
·
10 revisions
Clears the content of this media tab.
This example demonstrates how to clear the media tab content.
MobileCRM.UI.EntityForm.requestObject(function (entityForm) {
// get media tab by its name
var media = entityForm.getMediaTab("DocumentAction");
media.clear();
}, MobileCRM.bridge.alert, null);