Complete our Nintex Community Survey
Access resources, discussions, and troubleshooting tips to build custom applications and streamline workflows with Skuid NLX, SFX, & EXP.
Recently active
I am trying to use the new spark v2 api table. We have many columns and may need to scroll across the table using a mouse. The touch screen allows me to scroll using my finger but i can’t use my mouse to scroll to the right since there is no scroll bar.
I have tabset with page includes on a number of the tabs. Some of them are rendering…but not consistently and one of them isn’t rendering at all. I’m certain it’s a blatant setting I’m missing but I’m not super familiar with page includes…help! Here are the settings on the one that isn’t rendering. The page being used has 4 of the models that the parent page has. I’ve given them unique names. I don’t know what else to try. Thanks!
have a page with numerous tabs, and five of the tab labels are based on formulas that concatenate text and the value of a field. If there is no record in the model containing the fields, the font of the label is italics and an ugly yellow. How do I change that without creating a record in that model?
A request was made a while back to be able to pass custom arguments to a Javascript snippet. We reported that this was possible in Millau, but the approach hasn’t been clear. So, I wanted to show how this can be done in the action framework, thanks to inputs. But first, I have to come clean. If you’re looking for the way to pass arguments to a snippet, now that I’ve lured you here, I wanted to ask you to consider whether you need code to accomplish your goal. At the bottom of this post is XML for a simple page that shows 4 ways inputs can be used (one of which is a way you can pass arguments to snippets). What are inputs? Take a look at our documentation:https://docs.skuid.com/latest/en/skuid/action-framework/action-sequences/#inputs “Inputs provide the flexibility to have different properties in each instance of a reusable action sequence. With properly configured inputs, a general set of actions can be configured into a sequence. Then each time the action sequence is called, the vari
Hi,We deployed a simple table for mobile (not mobile responsive - we don’t want the wrap). I can scroll right on the table in android, desktop, but not iOS (deployed in salesforce1 or chrome). If I view in “desktop mode” on the phone, I can scroll right.Any thoughts?Thanks!Paul
The docs here mention pages can be moved, but doesn’t provide specifics on how to do so.
What am I doing wrong? I have a table full of Proposal records. Each Proposal has a child record that we call a Commit. I want to let a user select some or all Proposals, enter a couple dates in a popup, and update those dates on the child Commit record of each selected Proposal. The popup has a field editor with two date fields from a Ui-only model, and a title component with a button that runs the following snippet. var table = skuid.$('#vwProposalTableFull'), list, datesModel = skuid.$M('vwCommitUpdates_UiOnly'); // the ui-only model that accepts new dates from the user datesModel.save(); var datesRow = datesModel.getFirstRow(), sentDate = datesModel.getFieldValue(datesRow,'Award_Letter_Sent_Ui'), signedDate = datesModel.getFieldValue(datesRow,'Award_Letter_Signed_Ui'); // STEP 1: Load array with IDs of selected Proposals from the table. Funded only. // This step works correctly. if (table.length) { list = table.data('object').list; } var idsA
I have a model on account and I want to filter accounts based on Oppty amount. Currently there are a lot of associated oppties but I would only need Oppties based on certain Stages and record type.I tried using UI only model but don’t know how to go about it.
When I click a record, instead of taking me to the record in SFDC, I get the following error. "The name can only contain underscores and alphanumeric characters. It must begin with a letter and be unique, and must not include spaces, end with an underscore, or contain two consecutive underscores. "Anybody else facing this issue.
Hi,Has anyone installed the new Spark release in Salesforce Production yet? (not sandbox)Thanks,Ann
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
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.