Skip to content

Instantly share code, notes, and snippets.

@phoenixinobi
Last active January 30, 2019 11:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phoenixinobi/35f3a313a10627c92fae491bb89ba8b2 to your computer and use it in GitHub Desktop.
Save phoenixinobi/35f3a313a10627c92fae491bb89ba8b2 to your computer and use it in GitHub Desktop.
if (typeof (pxbiD365) == "undefined") {
var pxbiD365 = {};
}
(function() {
var self = this;
if (typeof (self.Picklist) == "undefined") {
self.Picklist = {};
}
(function() {
var self = this;
self.filterDependentPicklist = function(context, dependentPicklistName, jsonConfig) {
// code goes here
}
self.displaySubGrid = function(context, subGridName, jsonConfig) {
// code goes here
}
}).apply(self.Picklist);
}).apply(pxbiD365);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment