Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
We have upgraded to 11.2 and noticed pages and page includes are loading slower. Previously the page would begin to render and data would dump in and it would feel seamless. Now the page is waiting 4 to 5 seconds on a white screen and then rendering everything at once. Any way to get more of a seamless load? On page include tabs the tab is clicked and then data shows up many seconds later. It feels like the page is broke because there is so much time elapsed. This didn’t use to be the case.
Skuid,Changing a filter set to vertical and adding auto-generated range conditions for date or numeric fields does not work in Skuid 10.0.x. The filters appear, but have no ‘drop down’ to select the range values for the condition.Here is a sample page that demonstrates the problem. This problem does NOT affect Skuid 11.0.x (Millau).Thanks,Bill <br />&nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br
I’m trying to follow the steps in the Docs for force.com sites: https://docs.skuid.com/latest/en/skuid/deploy/salesforce/visualforce/force-com-site.html However, when I get to Step 4: Edit Public Access Settings for your new Site, the interface doesn’t look anything like what’s in the docs. The profile interface I’m getting is below. So, I can’t figure out how to assign a skuid license to the guest user. Help?
I am getting a List index out of bounds: 1 error while using the update field when row is updated action. I am trying to update the EndDateTime field with the StartDateTime field’s value any time the StartDateTime is changed. These fields are both being overriden to convert from DateTime to Date fields.
Not entirely sure what’s going on here, but I am getting the follow error when I click on a button that launches a popup, close that pop up and click on the “+” to add an event to the calendar"1. Invalid Model ‘UIModel’ on Field Editor component. This Model’s Id may have been changed, or the Model may have been deleted. "Video demo b/c i’m clueless here.
We upgraded to Millau on Monday, and we went through our pages to ensure that everything was functioning correctly. There were some upgrade pains, but they were easy to resolve. However, one problem that we’ve encountered is the Chatter Feed component isn’t working correctly. We upgraded our themes to make sure that the themes weren’t a cause, and the problem persisted. The Chatter Feed shows on those pages where it was previously used; however, adding the Chatter Feed to a page that did not have it before the Chatter Feed doesn’t show up at all. In addition, when the feed is hidden there is an error in the JavaScript console: I tracked this down this error to some JavaScript from Salesforce. When the Chatter Feed is shown, the above error does not happen, however, the Hide Feed button is missing. We are not experiencing a problem in our Production environment, as we have not upgraded to Millau there yet. Is anyone else having similar problems? If so, how did you resolve them.
Skuid 8.15.8
Hi everyone.I’m not sure why but I have a field inside a model not showing in my table. I have added it and the model is correct. Other fields from the model are visible and look all good. Anyone have any suggestions as to why?
We are creating dynamic conditions to query records. Thus, final SOQL query created for fetching records may contain more than 20k characters. So is there any SOQL Character limit in skuid.
Hello all,On an Account Detail page, I have a related list table for Tasks which also includes a Button Set to add a New Task via Popup form. Have been using this for a couple of months and working fine, except one caveat I have been trying to figure out for some time:I have the “Related To” (whoid.type) condition set to Contact and that works great. However, the reference field list shows all Contacts. I am trying to limit that list to just the Contacts that belong to that Account. I have tried a number of scenarios and combinations with the whoid, all with no luck. The user can obviously use the search box to bring up the Contact, but it would be great to have that list limited. Tried searching community for the past couple of weeks and I am not seeing anything on this.Has anyone out there tried to do this, is it even possible in Salesforce?ThanksAnn
We need to connect Salesforce with our events system (Eventsforce) using Skuid. We want to be able to display Eventsforce events against Salesforce contact records, as records on a related list using the email address as a match between the two systems. I’m at a point where I have been able to gain access through Skuid to Eventsforce data using a REST API to start running some tests, The first test I try to run is an attempt at displaying all Eventsforce events I have noticed some differences when querying the data through a JSON viewer in chrome, to querying through the Skuid UI. When sending the query https://www.eventsforce.net/jiscevents-sandbox/api/v2/events.json I receive only one record of data in Skuid. When I send this same query in the JSON viewer, it returns all records (about 20). Below are my common request headers. Why am I only receiving 1 record in Skuid?
hi, There is an issue with Recently accessed Opportunity object in SKUID. We are using a popup wrapper to display recently accessed Opportunites and Accounts. Whenever any Optty is accessed, it appears in 1st position in the list of say 10 objects. However on page reload ,it seats back again at older positions, which may be 5th position. This is not the same case with Account objects. Accounts objects are behaving as expected, it means after page reload the recently accessed object of Accounts retains it’s 1st position. We are using same models and rendering conditions on both lists, please can this be looked into.
Hi,The Millau release notes contain the cryptic line “We’ve made some changes behind the scenes to improve the use of the Chatter component”. Any chance we can get some detail on what that means - are any of the issues people have raised in various threads (not refreshing with model, strange layout problems etc.) addressed?Thanks,Linus
I am trying to recreate the Mobile Page Builder “panel” user experience by using a sliding panel from within a deck component, however the sliding panel isn’t sliding. It is doing absolutely nothing when I “Click”.
I have a field editor component inside a deck component with a click interaction to display a popup, but this is not working from Salesforce 1. It works on my desktop as well as a Salesforce 1 simulator, but not my mobile device.
How can I do this?
Skuid 11.0.1
I might be missing something obvious here, but can’t seem to find an answer.In a UI-only model I want my UI-only field to have the picklist options of another field on another model.For example, I want my UI-only field called “Account Industry” to mirror the picklist options for “Industry” on the Account model.Any ideals?
I have a table that references Events and I would like to conditionally render a column when the row is in edit mode.My issue is using the StartDateTime field and hiding the timestamp since we only care about the date for this use case. I’ve created a UI field to display StartDateTime as just a date, but that isn’t edittable. So, are you able to render a table column when the row is in edit mode?
I’m trying to create a drawer in a table (Model A) that drops down records in Model B ONLY if the records in Model B have a Date AFTER the record in Model A.The scenario is: I have a Table (Model A) with a date field associated with each record. I want to create a Drawer that shows records from Model B, ONLY IF the Date of each record on Model B are after the Date of the record in Model A. Is this possible to do without any coding/Javascript?Thank you!
I’m trying requery a model and compile all the data into a few tables. I’m finding, however, that my model’s condition isn’t being updated correctly. Here’s my code:---------------------------------------------------------------------------------------------------- var interviewerSet = new Set();<br /><br />&#47;&#47; get list of all reviewers $&#46;each(scoreModelInit&#46;data, function(i, row) { interviewerSet&#46;add(row&#46;Interviewer_Override__c); }); &#47;&#47; create Score_Object for each record interviewerSet&#46;forEach(function(interviewerId) { console&#46;log(interviewerId); scoreModelFinal&#46;setCondition(conditionName, interviewerId); console&#46;log(scoreModelFinal&#46;conditions[1]); &#47;&#47; this output remains the same $&#46;when(scoreModelFinal&#46;updateData())&#46;then(function() { scoreList&#46;push(new Score_Object()&#46;CreateObject(scoreModelFinal&#46;data)); });
I have a calendar that has one event source with two page includes for the “On click” popup. One page include renders if the user clicks on an existing calendar event and the other page include renders if the user clicks the “+” icon to add a new event. The problem I am facing is that the StartDateTime and EndDateTime fields are not populating at all. I am passing the fields over in the URL and can see them being passed over, but the page include’s Param variables are not picking them up for the start and end times. Image of the StartDateTime and EndDateTime being passed via the URL. {{$Param.start}} and {{$Param.end}} are not returning any values. Thoughts?
Simple queue with page include. Quick multiple clicks causes multiple page include instances. I was able to get 5. Is there something I am missing? Is there a way to control that effect. If I single click a different entry it clears to the single item. But users are prone to double click…Thanks!
I need help understanding how to use this action using Nintex Automation Cloud. I’m trying to create a community using the new API for viva engage that is in Beta. How do I get this to work if I created an app using Microsoft Graph API? I have created a client value and secret and was granted access to the app for yammer (viva engage). What now? I followed instructions up to step 5. Now I want to directly connect using NAC vs power automate. Introducing the Community Creation API for Viva Engage on Microsoft Graph Beta - Microsoft Community Hub
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.