Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
I have a tab set that when I select a tab, a blue box surrounds the tab until I click elsewhere on the page. I cannot find what css is controlling this behavior. Any suggestions?
HI, I have a really simple page: 5 models (2 used for filters) with low amount of fields (20 , 6 and 5) and 2-4 conditions 1 tabset with 3 tabs 3 tables (one on each tab) showing the info of the 3 models no custom css no custom Javascript For me it works instantly, for some of my users, sometimes it takes ages and ends with a javascript error: This is the page: <skuidpage unsavedchangeswarning="yes" showsidebar="true" showheader="true" tabtooverride="Activations" personalizationmode="server" theme="Modern"> <models> <model id="OSI" limit="" query="true" createrowifnonefound="false" sobject="Opportunity_Sales_Item __c" doclone="" type="" orderby="Order_ID_show__ c ASC" datasource="salesforce"> <fields> <field id="Site __r.Opportunity__ c"></field> <field id="Site __r.Opportunity__ r.Name"></field> <field id="Expected_Delivery_Date __c"></field> <field id="Requested_
Hi fellow Skuid people!Anyone know how to fix this?
I have a popup with a table. The table I have a row action sliding panel. The sliding panel opens behind the popup. Is this as expected?https://drive.google.com/file/d/0BzBJWINUVfkvMDFFV2hnbTJSSlU/view
Hi, In earlier versions of Skuid, before 9.5, I could update fields in a UI Only model via a snippet. I could update fields in a snippet via the same updateRow function that we use for regular saleforce models. Now, and I’ve tried in both 9.5.12 and 10.0.4, I can no longer do this. Here is a bit of the code that makes a new row in the UI only model (ConfigKitGroup1SelectorUI) and update the filed counter on it. var $ = skuid.$;var models = skuid.model.map();var UISelectors = models.ConfigKitGroup1SelectorUI;var Qty = 5var count = 1;while (Qty > 0){ console.log(‘Adding Row to Group 1’); var newRow = UISelectors.createRow({doAppend : true}); UISelectors.updateRow( { Id: newRow.Id }, { Counter: count } ); Qty–; count++;}When running this it makes the rows, but doesn’t update the counter field with the value. I’ve worked around this issue with a simple index reference but I’m wondering why I can no longer do something like this.Andy
Hoping someone can help me with this, I have the Accounts as a table with the related Contacts as Drawer under Accounts. I am looking for a way to update a field on the Account (parent) record when a field on the Contact record field equals “test”. doesn’t matter how many Contact records have this value. In other words if "any of the child Contact records field1 = test, then update the Parent Account field to “Contacts Test”Thanks, Ann
I was trying to render a responsive grid using the Running User Attribute - User Role Id. I tried using the 18 digit value, the 15 digit value and the name of the Role itself but none of it worked. I was looking at the XML and I paused at sourceuserinfotype=“userroleid”. Having used $User.userRoleId in my javascripts snippets the past, I changed it to sourceuserinfotype=“userRoleId” and that worked. We are currently using 10.0 and I am not sure if this has already been fixed in one of the releases that followed 10.0 - but if it hasn’t, I would request Skuid to fix this.
I’ve built a force.com site which uses a vf page which points to a skuid page. Works great and responds well to screen size when loading the force.com site itself: However, loading the page within an iframe on my workpress site produces this: Not so cool for mobile. Any thoughts on what might be going wrong here?
Hi Wondering if there’s any way to accomplish the following:I want to automatically add some text on a Large Text field, by the click of a button.But problem is , often this field already contains notes that i don’t want to overwriteIs there a way to accomplish this using the action " Update field on row" without losing original notes?I do this often with WF or PB in SF by using formula “some text” & br() & Text_field__cWhich basically inputs my new note (some text) and add its on top of exiting noteThank you
Standard salesforce detail pages display a lock for non-editable fields and a pencil for edittable fields. Skuid only displays the pencil icon for edittable fields. How can I replicate standard SFDC functionality and get a lock on my readonly fields?
This is driving me nuts. I have a page that has a page include. The included page has some custom CSS. When I view the page directly by using the URL from the ‘Preview’ button, it render’s perfectly. However, I use the page as a tab override. I have the tab it overrides set at the app default tab so that when a user logs in, the first “home page” is my custom skuid page. The problem is that the custom CSS on the page include is all messed up. It only happens when accessing the page through the tab override. If I go to it directly, it renders just right. Any Ideas?
Hello Skuid Community! I am currently trying to build a table that will show a single row of six columns where 4 of the columns are calculated based on the first 2. One will be a drop down where a percentage is selected and then the values are calculated. Please see the image below for the mock-up. Thus far I have the first two fields from the model and then I have built UI-Only fields to create the calculations but I have been unsuccessful in making the table generate the calculations in real time. Any direction in accomplishing this would be very helpful! Thanks all.
I have a Aggregated model and UI only field in that aggregated model. I am trying to update the UI field on page load but it doesn’t get updated ? Below is the sample code: $.each( modelUI.getRows(), function(){ rowsToUpdate[this.quoterSBQQAccountrId] = { TotalAllocatedField: 22}; }); Since, this is aggregate table i am using Aliasname for [this.Id] In console, i can see the the field is updated in Console but it doesn’t get reflected on the table ? CONSOLETABLE
There are 2 other posts about this, but one is closed to comments and both seem to point to this being fixed.In composer mode I am able to reorder my row actions, however, these changes never hold when I view the actual page.Also, when you drag and drop an action in composer it doesn’t trigger the save button. You can change something else to enable the save button, but it doesn’t register the row action reorder as a change so it doesn’t seem to be saving it either way. We are on Skuid 10.0.4.So far the only solution I have found is to delete the row actions and recreate them in the correct order. Which is a pain to say the least.Any help on this will be appreciated.Thank you!
So, I’m playing with the “Run Data Source Action” action type, specifically the “salesforce” data source launching a Flow which has an input for a case reference (ID).I have this setup as a row action, so the idea is that I click on the row action icon and it runs my flow and passes the row ID, {{Id}}, in context to the flow to run. Unfortunately, this does not work and my on-error action triggers. If remove the Case reference (pass a null) to the flow, the flow runs in Salesforce, but it’s not particularly helpful in my case.Any idea about what I’m doing wrong here?
I have a skuid calendar connected to Google Calendar. Upon page load, it opens an authentication popup. I authenticate, and it says the auth was successful and that the pop up should close momentarily. It does not. If I force close, I get an error message on the calendar that says sign in was cancelled. I am on the latest Skuid release. It has worked previously on this release.
In 10.0.4, selecting a lookup search result puts focus to the top of the page. Expected result is that focus would remain on the lookup field. This makes it impossible to tab through a series of inputs that includes lookup fields. Similar to this issue: https://community.skuid.com/t/tabbing-from-lookup-field-puts-focus-at-top-of-page
What is the best way to display a Line Chart with predefined values for different categories? My chart is displaying tasks by type for a certain team. Using another model that takes the count of tasks and divides it by the countdistinct of created by I was able to get a rough estimate of the “average” for each category (first chart). Is there a way to create this line using pre-define minimums instead of a UI formula field? An example would be AE Connect = 20, Call = 250 etc. I’ve tried using the info found here: http://api.highcharts.com/highcharts/yAxis.plotLines but can’t seem to get it working. Any help is appreciated.
Hi, Since 10.0.4 the export table do not appends “.csv” in the downloaded filethe name is still correct {{modelname}}-{{export}}-{{timestamp}}
This is a pretty specific, probably rare, situation that I accidentally found while previewing a page early in the process of building it. The gist is that when a page contains an image and the only model is a ui-only model, the page content will not load. However, either adding a model with Salesforce as the data source OR removing datasource=“salesforce” from the image tag XML fixes it.Given that this issue is limited to pages using only a UI model, I am guessing it won’t come up much, but figured I’d share in case anyone else gets stuck on this. Or in case there is a need to have a page with an image that only contains UI models.Some details:I found this when I started building a page with an image in the header and without any models; checked the preview and it loaded fine. When I added a UI-only model, the preview page loaded, but did not display any content and there were no error messages in version 9.5.6.Thinking maybe it was fixed in a later version, I tested this in a san
I am checking out the google calendar data source option. I have it working and it is a really nice option. Is it possible to see shared calendars? It seems like the calendar has to be limited to only the logged in user’s calendar.
I upgraded to 9.5.12 the other day and a user commented that they can no longer change the chart type. Some examples:* We have a pie chart that can be changed to a donut* We have a bar chart that can be changed to a column chartHas anyone else experienced this issue? Other than the upgrade, there haven’t been any changes.
I am trying to create a Lead List View. I need it to do two things.1) We are utilizing Lightning Voice as our dialer which has an ADD TO CALL LIST functionality - I want to be able for one agent to ADD leads to said Call List and have them disappear from the List View (to prevent another agent from calling that lead)2) I need smart filtering meaning - I have two fields - one is age and one is Call attempts, I want to be able to not only filter on Age…but then again on Call Attempts.Just starting on SKUID so any help is appreciated.
I am building a new page on skuid with salesforce I found there is no search component is available,If it is there plz let me know.
About a week ago the Id is showing instead of name in reference field. This is happening in multiple place. What happened?
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.