Deep dive demo webinar: Get an in-depth look at the enhanced Nintex CE Platform
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
Hi,we have installed SF lightning in test for review before moving into production anytime soon.Our sales team do use an oppty skuid page in SF.com.When we do create a new task today in production (SF.com classic) from skuid oppty ,the task is automatically related to the oppty.Same for all custom objects associated to the oppty.When we create new records from skuid oppty it opens a new window and custom object record is automatically assigned to the oppty.Now in test with SF lightning this is no longer the case.When we create a new task from skuid oppty or a new custom object record related to the oppty it is no longer automatically assigned to the oppty.We have to find and select the oppty from the lookup field.Is there anything specific to be added with lightning plateform to the skuid oppty ? Thank you very much for your assistance.Cyril
I can’t seem to get the message to show when disabled to present. Where is it supposed to be, and when? Have one Skuid page where all fields on one screen, another Skuid page is a series of panels.
Trying to see if anyone else is experiencing this issue or knows of some other setting that is tied to the “show column by default” feature on a table. I have a table with about 150-200 rows, and about 8 columns. I want to hide 4 of those columns when the page loads, and show 4 of them. I have the “Allow Users to Show/Hide Column” feature enabled for each column, with 4 of those columns having the “show column by default” checked on, and the other 4 having it checked off.
Our users using Microsoft Edge 42.17134.1.0 do not receive a calendar pop up with date picker for any date fields in Skuid. They are simply presented with a plain box.This problem applies to all of our pages, but only in Edge. I’m running on Skuid version 11.2.8
When inside a wizard, Step 1 has a fairly lengthy field editor component. The user doesn’t have to fill out all fields on this field editor, so it’s possible (or even likely) the user won’t scroll to the bottom of the page before moving forward to Step 2. After moving to Step 2, if the user navigates back to Step 1, the screen positions itself vertically halfway down on the field editor component, which can be a bit confusing to the user and the user has to scroll back up. See screencast here: http://recordit.co/aqc8XtS5tZ I’ve come across this a couple of times, but can’t seem to find anything in the forums.
I am attempting to access a child relationship on the following in a template in a table: I thought this would work, but does not. {{Q_Sales__r.Name}}
I have a table based on a Contact model. Users can change data in the table, but when a save button is clicked a javascript snippet is run and instead of updating the Contact model, data is pushed to another model and that model is saved.That all works great, except when I have a running user who does not have edit permission on the Contact object. In such cases, the table is read-only (which makes sense but is a problem in this case).The Contact model is never actually saved, so the user does not need edit permission based on saving data, but they do need to be able to use the table in edit mode.Is there anyway to override this feature and set the table to edit mode despite the user’s lack of permission on the underlying object?Any help is appreciated.
I feel bad even asking this one… But is it possible to tell Skuid to not process merge syntax in a particular template? We’re building a mail-merge tool in Skuid an want to provide the user with a list of merge fields they can use in the template - but of course Skuid just tries to merge the fields in the list! Annoying question - I know! Cheers! Louis
Recently upgraded Skuid from version Rockaway - Iteration 15 8.15.17 to Millau 11.2.9. There seems to be a potential bug when comparing an ExternalId row context with the ExternalId on the model. The model in focus is a Data.com (REST endpoint).There’s a table row action that opens a popup. The popup opens a field editor component with the following context (see screenshot below). It seems to work when I use the “Name” field in the comparison, but it never works with “ExternalId”. When I say “never works”, I mean that the data for the row that was selected is never retrieved. Another thing to point out is that the below context condition works on the Rockaway iteration that we are upgrading from. The workaround is to create a Ui Only formula field that reflects the External Id data but as a text data type.Not sure if this issue has anything to do with the model being a Rest endpoint or Data.com data source. Seems like a skuid bug. Any thoughts?Thank you!Robert
We have discovered many of our existing CreateRow rowactions are failing in v11.2.9. When users click the icon, nothing happens. We found a culprit in the xml, where the code looks like this: Removing the line resolves the issue.
Raw SOSL generated: searchResult.sosl returns null. var params = arguments[0], $ = skuid.$, queryText = 'abc'; // Perform our SOSL Search $.when(skuid.sfdc.search({ query: queryText, searching: “ALL FIELDS”, returning: [ { “objectName”: “Account”, “fields”: [“Name”,“CreatedDate”] }, { “objectName”: “Contact”, “fields”: [“FirstName”,“LastName”,“CreatedDate”] } ] })).done(function(searchResult){ $.each(searchResult.results,function(i,sobjectResult){ var objectName = sobjectResult.objectName; var records = sobjectResult.records; console.log(‘* Found ’ + records.length + ’ ’ + objectName + ’ records’); $.each(records,function(j,record){ if (objectName===‘Contact’) { console.log('Found Contact: ’ + record.FirstName + ’ ’ + record.LastName); } else console.log('Found Account: ’ + record.Name); });
Hello! If a Skuid Lightning Component and a Flow component are both on the same Lightning Detail Record page layout - is it possible for Skuid to refresh its models if the Flow creates a child record in the database? I would imagine this would involve listening to some published event - but I’m not sure what that might be. I think Salesforce updates its components so something must be getting triggered behind the scenes… Cheers! Louis
I have a simple apex class which returns a list of a simple class of an Integer and 2 Doubles. I have set up a model to call the class using REST and can display the return values in a table no probs. However, when I try to display the data in a chart, with the Integer on the Category (x) axis and the 2 Doubles on the Data (y) axis, the chart only ever displays 1 of the Doubles on the Data axis - whichever is second in the Series list. This is what it should look like (using a SF model): But this is what I get: Does anybody have any ideas what is going on?
I am trying to create a editable field {TestField1} on a skuid page that pulls a value from another filed on the object {Sales_Rep__r.Commission_Percentage__c}. I assumed that you would just put in a action when a user searches for a product that pulls the value from the model like {{Sales_Rep__r.Commission_Percentage__c}} and saves it as the value for the testfield1. If I put in a absolute value like 1 it works but any reference to {{Sales_Rep__r.Commission_Percentage__c}} or {{Opps.Sales_Rep__r.Commission_Percentage__c}} comes up blank. Any ideas?
I am new and trying to use File Upload Feature in skuid model to attach an image to the record.In the file upload properties, there is an option to select File storage location. If i select, in a field on the record option. What type of field do I need to create on the record to hold the file?And how to display the file that was uploaded when viewing or editing the record?Thanks for helping.
I received the following error when trying to connect to a Google Data Source:1. Error retrieving metadata for Model(s) associated with Data Source ‘GoogleDirectory’. Please check Models’ properties to ensure they are set correctly.Error connecting to REST Data Source at URL “https://www.googleapis.com/admin/directory/v1/users/USERID”: [object Object]What does this error message mean?It looks like the error response wasn’t stringified.
When user clicks on Edit action from salesforce view, I am redirecting them to a squid page. How do I automatically populate the fields in skuid model, for the record that is being edited?
I am selecting a record type from the dropdown and it is redirecting to a skuid page as intended using a visualforce page to redirect. After saving I can view the record in the new view that I created in Salesforce. However, there is edit action next to the record and I want it to go back to the squid page for editing instead of the Salesforce page layout. Please let me know how I can redirect to squid page when user click on edit next to the record in the view screen. ThanksDo I just create another Visual Force Page that will Redirect the Edit and do Page Assignments for Edit? How can I load to the record that is being edited in squid model?
I have a wizard with 5 steps and when navigating to the 3rd step, I get the following error:1. There is a problem with how this Skuid Wizard was built: we were not given either a step id or a URL to navigate to.Can you please post what is needed to be done to resolve this issue. Thanks.
I have a form editor within a Wizard and all the fields are editable. I have to click on edit sign next to the field for the text box to show up. I want the text box to show automatically instead of the user having to click on the edit sign. Another question is that one of the fields has a default value of 1001 and is showing as 1,001. How can I remove the comma in the default and entered value?
I’m not able to get feedback to show in a SF Community. It shows just fine internally (feedback is activated), but not displaying to community users.I’ve got object access (on Feedback and Feedback Responses) for the community profile set to View All and Edit, and OWD External Access for both objects is set to Public Read/Write. Is there some other permission I am missing?
I am selecting a record type from the dropdown and it is redirecting to a skuid page as intended using a visualforce page to redirect. There is a field recordtypeid on the skuid page that I want to auto-populate with the selected record type from the dropdown in the previous page. This is basic question but I am totally new to Skuid so please tell me the steps. Thanks.
I’d like to truncate the currency totals in my charts to round to the thousands and then if its in the millions switch from K to M. What would be the best way to do this in Charts and Rich Text Components?
(Using Skuid 11.2.5) We have a bunch of Field Editors on a page, and we have buttons to move them in and out of Edit mode (using a Global Action Sequence, but this is irrelevant) that fires a bunch of “Run Component Actions”. I have two sequences that specifically move them between edit and read, because using Toggle 1) didn’t solve this problem and 2) seemed to introduce other problems! So on each action we have a sequence of these on each field editor: “Run Component Action” > “Change Edit/Read Mode” > “Edit Mode” and subsequently on action sequence 2: “Run Component Action” > “Change Edit/Read Mode” > “Read Mode” Now, these “work” - but they only work if the table’s original mode was “Read with Inline-Edit” - and when you run the action to put them back into “Read Mode” - it puts them back in to “Read with Inline-Edit”.ie. If we make the field editor “Read Mode” on the page - the Component Action cannot switch it into Edit mode (it simply doesn’t change).Has anyone else
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.