Return to Snippet

Revision: 45601
at May 4, 2011 23:35 by garnold


Initial Code
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
	},

Initial URL


Initial Description


Initial Title
Adding customization section to ApplicationModule.js

Initial Tags
mobile

Initial Language
JavaScript