/ Published in: JavaScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
loadCustomizations: function() { Mobile.SalesLogix.ApplicationModule.superclass.loadCustomizations.apply(this, arguments); //Here you call the items from below. You can extend this to any entity in the system this.registerAccountCustomizations(); }, registerContactCustomizations: function() { //Add your items here }, registerAccountCustomizations: function() { //Add your items here },