M
murali
Guest
You can try to override the quick create calling function to point it to the QCreated ID of your choice. Try this by adding a script component to the page. script type='text/javascript' var realQcFn = rbf_doQuickCreate; rbf_doQuickCreate = function() { var args = Array.prototype.slice.call(arguments); args[1] = myother QC Page ID ; realQcFn.apply(window, args) return false; }; /script From: ByronB [mailto:bounce-ByronB@community.progress.com] Sent: Monday, March 16, 2015 6:21 PM To: TU.Rollbase@community.progress.com Subject: Re: [Technical Users - Rollbase] Call different quick creates from two different list views (same object) Re: Call different quick creates from two different list views (same object) Reply by ByronB Yes it is enabled hence how I can override the Id to launch the cloned quick create. Stop receiving emails on this subject. Flag this post as spam/abuse.
Continue reading...
Continue reading...