Nintex Automation K2: Back to basics
Access resources, discussions, and troubleshooting tips to build custom applications and streamline workflows with Skuid NLX, SFX, & EXP.
Recently active
Most of the examples here are based on standard salesforce objects, and we use mostly custom objects and so trying to take an example for populating the address on a new contact from an account and apply to our scenario is somewhat confusing for newbees to the product. We have a custom object called Service_Type__c and we have a related list for cases. UI looks great works great, etc. but when we create a new case from the Service, none of the fields populate. When we create a new case from the table, the related service ID does populate, critical to linking the case to the service. My question is simply, how do we pre-populate more than just the service ID when creating a record inline? We have a field on the Service called Client Number that we would like to fill when inline creation of documents?Any assistance would be greatly appreciated!
Unpack pages in not working. I am getting below error while trying to unpack pages. Cannot read property ‘RefreshPagesFromStaticResource’ of undefined. I am also adding screen shot. Please check and let me know what is the issue? https://38bf18a73456c2d55bb9ad9d1c824079b2daeab4.googledrive.com/host/0BzwLYE5K_ApZZDhGM2pDeXZpNkk/s…
Buttons look great on initial page load, but after setting the main panel to something else, and setting the main panel back to the first page again, I get this: The text on the small “Confirm” buttons is running over into the next field. This happens in the chrome dev console mobile testing space, as well as on my phone as pictured above.
I have a custom junction object that is not showing up as an SObject Type when trying to create a new model. There are no custom settings associated with this object. Any help?
I followed the tutorial here: http://mobile.skuidify.com/s/mobile/m/14906/l/154279-showing-skuid-mobile-on-new-salesforce1-mobile-… When I get to the final step, my tab (called Scheduling Mobile) isn’t in the list of options to add to the mobile navigation: Any idea what might be going on here?
Is this possible?Or do I have to create a different set of tabs for mobile?
Is it possible to add a datepicker to a date field that I’m rendering as TEXT?I have a date field, and I’m using this custom renderer to render it as the text of the weekday: var field = arguments[0],&nbsp; &nbsp; model = field.model,<br>&nbsp; &nbsp; condition = model.getConditionByName('Date'),<br>&nbsp; &nbsp; value = condition.value,<br>&nbsp; &nbsp; d = (value == 'TODAY') ? new Date() : skuid.time.parseSFDate(value);<br>$ = skuid.$;<br>var weekday = new Array(7);<br>weekday[0]= &nbsp;"Sunday";<br>weekday[1] = "Monday";<br>weekday[2] = "Tuesday";<br>weekday[3] = "Wednesday";<br>weekday[4] = "Thursday";<br>weekday[5] = "Friday";<br>weekday[6] = "Saturday";<br>var value = weekday[d.getDay()];<br>skuid.ui.fieldRenderers.TEXT.read( field, value ); I’d like to be able to use a datepicker to also select the date.This will get tricky, because you’ll note I’m getting the
I am using below code in my java script for activate condition. But This code is not working properly.It is always fetch old data(The data which i have last saved.)var LastNamecondition = Agcontact.getConditionByName(‘LastName’); Agcontact.setCondition(LastNamecondition,‘Vakhariya’,true); Agcontact.updateData();
Any way to remove ‘load more’ from the bottom of a deck?
Uncaught TypeError: Cannot read property ‘0’ of null skuid__SkuidJS:26
When using a SKUID page for a custom object (Service) and we have a related list based on another custom object (Recording). We see the related list in a table no problem, but don’t want to add records from the table view, instead, want the New button that would open a new instance of a new Recording (like it works in non-skuid). I must be missing something? Thanks in advance.
We are using a Skuid page for Opportunities and a Table for displaying the Opportunity Line Items. We also just implemented an Approval Process for Opportunities. The fields are locked and cannot be edited while the record is pending approval, however the users can still edit fields in the components connected to the Opportunity Line Items, and possibly change discounts after approval! is there any better way to lock the Line Item fields too on the Skuid page, other than conditional rendering on all of them? in all, we had to set rendering conditions in a dozen or so components on the opportunity page. because we still want the user to be able to use some of our custom buttons even while the record is locked. any ideas?
I’ve added Case Record Type in the tab set for Cases in Accounts and Contacts. I’ve noticed some Case Record Types are not showing in the picklist for certain users with that permissions already before changing to SKUID. I can not figure out where to change or modify. The Case record Types are already in the picklist in the salesforce ui. Please help thanks
I am getting data in MyModel.getFirstRow() but not getting data in MyModel.data.Any can help me why cannot get data MyModel.data?
I have some issue when I am loading a data in table grid. I am sharing two screen shot. 1) Screen 1 is the page without error. URL: https://38bf18a73456c2d55bb9ad9d1c824079b2daeab4.googledrive.com/host/0BzwLYE5K_ApZZDhGM2pDeXZpNkk/screen1.png 2) Screen 2 is the page with the error. https://38bf18a73456c2d55bb9ad9d1c824079b2daeab4.googledrive.com/host/0BzwLYE5K_ApZZDhGM2pDeXZpNkk/screen2.png I don’t know why this happen. When I am trying to open this page from 10 times it will break 2 times. I need to know what the issue is. I am using Skuid version 6.8.10. This issue started after Skuid version 6.8.8.
Hello - in native Salesforce, I have two fields that are dependent on each other on Opportunities - Stage and Sold Funding Type.When the Stage is set to “Closed Won” the Sold Funding Type field becomes available and is required. The requirement is set in the native UI on the Opportunity page layout.Is there a way to accomplish this in a Skuid table? Or do I need to recreate the field and make it required at the field level? Thanks!
We have implemented the solution and all is well, except that when we click the little black arrow in the Service Console and select, Refresh Primary Tabs, None of our SKUID pages refresh. If we have open a variety of pages, some skuid and some not, we can tell the non-skuid pages refesh. We are not doing anything out of the ordinary so is this a bug or are we missing something? Thanks in advance.
Hi,my scneriao is, there is a custom field(eg.Data Sorce(Text Type)) of X object , now i am using wizard,so when i click on Next Step button, in step 2 I am using Object Y …So i want that in Y objectthere is a field “Data Came from(Text type)” which will automatically shows the value of “Data Sorce” field of object X, means i want to populate some custom field values of object Xin some custom fields of Object Y… Also , these fields values will be editable.
Any idea why, in the service console, I would see the red lines to the left and on top of the help icon? Only appears to be an issue with Chrome. Is there a way to change that icon to something else? Thanks in advance.
We have a visualforce page added to the standard layout in SFDC in the Sandbox for the Brainshark Sales Accelerator. We need to make sure it will work on a Skuid layout. How can I make sure a visualforce page that works in Salesforce layout will also work in a Skuid Layout?
What is the proper pattern for using JavaScript Remoting i.e. @RemoteAction from a Skuid inline JavaScript resource?Google-Bing led me to this article:http://sowjitechblog.blogspot.com/2014/05/visualforce-make-remote-action-call.htmlAny guidance or code snippets would be appreciated.Regards,Irvin
I have really been getting into custom components and I’ve been building some fun stuff! Question: I have some builder code that looks like this: //this is the Message Center custom component builder.registerBuilder(new builder.Builder({ id : 'messagecenter', name : 'Message Center', icon : 'ui-silk-error', description : 'Custom component to show Messages', hideFromComponentsList : false, componentRenderer : function(component) { component.header.text('Message Center'); }, propertiesRenderer : function(propertiesObj,component) { propertiesObj.setHeaderText('Message Center'); var propsList = [{ id : 'selecteddivs', type : 'picklist', label : 'Select message centers' } ]; propertiesObj.body.append(skuid.builder.buildPropsEditor(component.state,propsList)); }, defaultStateGenerator : function(){ return skuid.utils.makeXMLDoc('<messagecenter />'); } })); I would like to be able to specify what the picklist options should be for my “selecteddivs” property. I’m assuming it’s somethi
I’m getting an uncaught model (unsaved changes) when I run the following script more than once. I tried to implement a model check and save if there were changes, but to no avail. I still get hte uncaught changes error on the ‘Open’ model.What am I missing?Here’s the code: var mO = skuid.$M('Open'),&nbsp; &nbsp; model = skuid.$M('ApptInteractions'),<br>&nbsp; &nbsp; condition = model.getConditionByName('Date'),<br>&nbsp; &nbsp; curDate = condition.value;<br>var jsDate = (curDate == 'TODAY') ? new Date() : skuid.time.parseSFDate(curDate);<br>jsDate.setDate(jsDate.getDate()-1);<br>var prevDate = skuid.time.getSFDate(jsDate);<br>//Set Conditions<br>model.setCondition(condition, prevDate);<br>mO.setCondition(mO.getConditionByName('OpenDate'), prevDate);<br>//Requery models (if unsaved, save first)<br>if (!model.hasChanged) {<br>&nbsp; &nbsp; model.updateData();<br>} else {<br>&
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.