Upcoming Event - Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
I have a calendar popup. Within the popup, a page title component with context Id = Id.When I run an action sequence from a button on that page title component, I would expect the actions to obey the context, so “Mark row(s) for deletion” would only mark the context row for deletion, not all rows.Incidentally, any way to get those rows back?
Hi All, How to download skuid record in different formats like pdf/xls/csv. Just like in salesforce we are using “contenttype” salesforce Code and button: Like images above, i need to download skuid record. please help me out 🙂 Thanks Shaik
I’m using a custom renderer to calculate the value for a field based on several other fields (Call them A, B, C). I’d like this field to update dynamically when A B or C is changed.I put the field in a field editor and gave it a unique id ‘avr.’I’ve set up the field renderer, and it works the first time.Then, I set up model actions on the model that contains A B and C, such that if one of them is updated, I run the following skuid snippet:skuid.component.getById(‘avr’).render();But the field editor with id=‘avr’ is not re-rendering. At least, the custom renderer doesn’t run when I update A B or C.What’s the best way to accomplish this?I’m basically trying to use skuid to create formula fields that update dynamically in the UI without requiring a save.
We have a situation where we have a tab set that displays a profile for a record, and then many other tabs that give details. The users want to be able to hit the browser refresh and have it stay on the last tab. That functions perfectly, however, when the user first loads the profile from another page, they want the “Last Tab” ignored and to always start at the Main Tab.I was thinking of trying something around looking for where the users came from and then setting the Tab, or a parameter I could change, but I wasn’t sure if someone else had a potential solution to this need.Thanks!
Using the Skuid search, I can find a record that includes an apostrophe. For example, I can find a contact O’Brien. However, if I apply a filter to the search, I get no results, even if the record should be included in that filter. In fact, going back to the “all” version of the filter still doesn’t return results.Can someone else confirm?Any ideas here? It appears to be a bug.Thanks,Seth
We have a single Model Page we are using for a Visualization. We set some conditions to limit the data, very similar to a report we run. It is a Column Chart based on a single series that shows the average time of completion per State. We limit the records to the last 90 days, so for the Category (which is now by state) we would like to see by state for each month. So for North Carolina for instance, we would see what it is for each calendar month. Jan, Feb, Mar, etc. and so on.
I am trying create custom tags by creating a contact master-detail relationship and a lead lookup relationship. I have the custom object made. How can I this as a feature to the lead and contact detail pages. Please let me know how this is possible
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!
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.