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 recently updated to the most recent version of Millau (version 11.2.12) and discovered an issue with removing fields and render conditionsBasically if you have one model for an object, for example Accounts, and have a render condition on a field/element etc that is for a specific field, for example, show ‘Account Description’ on a table if the field is not null. If you have a second model for Accounts ( even with a different name and not cloned or connected to the first model) that also has the Account Description field as a selected field, and then remove Account Description from the second model, it removes the render condition on the table for the first model.
Where are the new components (slider, autocomplete, switch, toast)?I see them in the Design System, but not in the page composer.
Takes me to this dead link here: https://docs.skuid.com/v12.0.1/en/skuid/components/ink/masthead/
Hi - when trying to use the page builder to create a new page (API v2) I get this error: 1. There was a problem rendering a component of type skuid__pageBuilder: Cannot read property ‘indexOf’ of undefinedHere’s a gif of the error happening:https://cl.ly/4944d1bf878a
In the Spark page builder for pages built with API v2: Should we be able to render lookup fields as a picklist instead of an auto-complete field? Should we be able to change whether the field label displays above the field vs beside the field?
Hi there, I'm new to SKUID and am trying to create a Ui-only formula field on a contact page layout that returns 'Yes' or 'No' for someone based on the segmentation row that they fall into.Below is the formula, which appears to work in Salesforce but not in Skuid. The field type is Formula, and return type is Text. The formula returns nothing in the page view.Any thoughts are helpful!IF( OR(ISPICKVAL(ANI_Segmentation_Row__c , 'CMNSS1'), ISPICKVAL(ANI_Segmentation_Row__c, 'CMNSS2'), ISPICKVAL(ANI_Segmentation_Row__c, 'CMNSS4'), ISPICKVAL(ANI_Segmentation_Row__c, 'CMNSS5'), ISPICKVAL(ANI_Segmentation_Row__c, 'CMSS1'), ISPICKVAL(ANI_Segmentation_Row__c, 'CMSS3'), ISPICKVAL(ANI_Segmentation_Row__c, 'K12NCM1'), ISPICKVAL(ANI_Segmentation_Row__c, 'K12NCM2'), ISPICKVAL(ANI_Segmentation_Row__c, 'OK12W1'), ISPICKVAL(ANI_Segmentation_Row__c, 'OK12W2'), ISPICKVAL(ANI_Segmentation_Row__c, 'OK12W3'), ISPICKVAL(ANI_Segmentation_Row__c, 'PNSL1'), ISPICKVAL(ANI_Segmentation_R
For the life of me…I can’t seem to target cards within a deck to create a print page break after each card.Any ideas how I can do this?
I’ve discovered that when hiding a table footer via the declarative checkbox, the table’s pagination properties are no longer respected. So a table with “Visible Rows” = 5, will show all rows when the footer is hidden via declarative checkbox.However, if you hide the footer via CSS “display: none”, the pagination properties are respected.It seems like pagination properties should still be respected when footer is hidden via declarative checkbox…especially if they are respected when hidden via CSS.
I have tried to create a condition that will connect a new component built in a pre-existing page. I have created a custom object for this specific component. Long story short, it is a “strategy notes” field that will allow our guys to add notes to a specific claim. I am able to add notes but it shows up for every claim that I click. Therefore, there needs to be a condition that will allow me to link this page to its parent(claims). What fields and relationships do i need to add in order for me to allow each note to be exclusive to a specific claim? Or is this even the problem?
It looks awesome but I can’t work out when it’s coming. Anyone got the inside track?
I’ve been poking around the Highcharts API reference and I can’t find a clear list of all of the ways in which you can format text, such as for a data point in a series. I have been able to remove the decimal places in my data labels on a column chart, but there are other things that I’d like to do and I can’t find a complete list of the possibilities. I also looked under sprintf on a C reference site (based on what it said in the Highcharts documentation) but that was pretty confusing for me.
I am trying to reference fields via a UI_field. The first model fields look like this:The second model is:What goes in these fields to bring in “Sent_Date_Time__c” and “How_Sent__c” fields from “See_My_Share” model to the table based on “MemberDNA” model?
I have a Campaign member object, and need to pull the account owner manager id on to the model. The was able to add the field Campaign member > account id > account owner > account manager. But when I go the page I encounter the following error message. A Skuid Model, ‘CampaignMembers_Contact’, requested a Field with relationship name ‘Account__r.Owner.Manager_Id__c’, on the CampaignMember Object, but Skuid could not find a valid Field accessible through this relationship name. Please check that this Field actually exists on this Object (or on any related Objects). If it exists, then ensure that the user has permission to access it. If it does not exist, remove it from this Model.
I fear this might cause some eye rolling as it not doubt has been round the houses, but a search on the communities didn’t really turf up anything specifically similar to this… Is it possible (in Skuid circa 11.2.x) to have an action sequence fired off the user striking the Enter key (just like a standard desire to “submit” something)… For example, I have a field editor with a field in it (maybe consider this to be a UI only model with one UI only field in it). When a user enters a value, they can hit “enter” and it makes the page do something. It seems so simple, and yet I can’t find any way to achieve this? You have to whack a button set next to the form editor and the user has to click the button (and away you go). Which means it might look something like this in Skuid: To present something like this on the page: And the user can enter a number and hit the search button - voila! But now, you find me _one_ Internet user who wouldn’t expect to be able to enter a number in that box
We have like 4-5 users and it is happening only for one user. And the strange thing is when i am logging as user i can see the page.Please find the attached console error
I never needed to do this before, but because the lightning pages are so nice, we now have a need to embed Lightning pages within a skuid page. Here is my use case: 1. We have a table of Campaign Members 2. We created a row action that displays a sliding panel from the right 3. The content of the sliding panel displays the related Lead/Contact info I’d like to embed the standard lightning page for a Lead/Contact in the sliding panel so I don’t have to recreate it with Skuid. Is this possible? Thanks!
I think this should be simple… I want to embed a DocuSign PowerForm on a Skuid page. (This allows for self-service signature - website visitor lands on a page, signs the form, and is then redirected to another page upon successful completion.) I’ve thrown the following HTML into a Template component. It looks great, except that I can’t get the IFrame to resize to fit the page dynamically. I am not great with HTML but tried a few different things in place of the “width” tags below (i’m trying “width: 100%;”). Any thoughts on this, or might there be some issue with the way the HTML is interacting with my Skuid page Theme? IFrame PowerForm Sample body { background-color: #fefdfc;} p.description { width: 500px; border: 1px solid #cfc; padding: 20px; } .form_cont { border: 1px solid #cfc; padding: 20px; width: 1024px; background-color: #cd9;} .top_cont { width: 1124px; margin-left: auto; margin-right: auto; } #dswpf { width: 1024px; height: 700px
Will the tfg components still work with Spark. Are there any known issues?
Hi guys I have the JS needed to create sliders, but JS noob that i am, wondering if there is way to use existing fields in same model to set the minimum and max value So example below I want to replace: the min value(1.001) with a field named min_cost__c the max value(1.999) with a field named max_cost__c anyone would be kind enough to help me with this please? var params = arguments[0], $ = skuid.$; var field = arguments[0], value = arguments[1], $ = skuid.$; if (field.mode == ‘read’) { skuid.ui.fieldRenderers.DOUBLE.read(field,value); } else if (field.mode == ‘edit’) { var amt = $(‘’) .text(skuid.ui.renderers.DOUBLE.read({ value: value || ‘0’ })); // Render a jQuery ui slider // with step size 1 and boundary range [0,10]. // Whenever this slider is updated, // our row will be updated as well var slider = $(‘’).slider({ value:value || 0, min: 1.001, max: 1.999, step: 0.001, slide: function( event, ui ) { // Update our model with the new value field.model.updateRow( field.row, field.i
Hello, I’ve got a very simple page deployed on salesforce mobile. It has a picklist field which shows the options when I click on it, but won’t allow me to select anything. I touch the option, the picklist scrolls away, but the value is still none after it clears. If I view the page in a browser, it selects as I expect.Any idea what might be causing this?Thanks!
I am trying to concatenate id’s from one model into another model. On my account Id, I select a list of accounts, No I want to add the id’s of selected accounts onto a field in another model.
I am new to Skuid and here is the use case that i am trying to build: Use a filter to get a list of accounts. Update the list to remove accounts. Once the list is complete, lock it so that no further accounts can be updated. Email this list to the users.
I am having a very frustrating problem. I have added this multi-date picker calendar element to my Skuid page using a js inline snippet. It renders fine on page load, but I have another snippet that is running to update values in model and then I’m running render() function on the component using the model that was updated to display the change. However, when I run the render() on a completely different component. My calendar element disappears! What could be causing this? I would post the skuid page XML, but it’s a HUGE Skuid page using lots of code. I have the Multi-Date Picker Calendar element working by dropping a template component into my page and then using . I tried running render() on the template component too, but it doesn’t fix the problem. Is there something in Skuid that would cause this to not render a custom div inside a template?
HiIs there a way to have a field label translated on a skuid page without using a custom label? This would be for a custom field. 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.