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
I am trying to create a sample Skuid page in my developer org. I’ve added the Skuid page in Community Builder. We have a file upload component on the home page, which uploads the files fine for an admin user. For community Users, the upload button looks different and shows an error “Cannot upload Large File on Lightning” while uploading. I’ve checked the option ‘Use Lightning’s File Upload component’ option. Attaching both the screenshots (logging using an admin user and a community user.) Admin View Community User View
HelloI am having multiple issues on the display of picklist fields in Spark pages. I have a UI only picklist called ‘State/Province’ that pulls in values based on a model that stores states and provinces as records and filters based on US states and territories. This means there are 57 possible options for this field. It must be a drop-down picklist, so what is happening is the list does not wrap, and instead increases the length of the page by about 100%. Is there a way to wrap the options of a picklist field to a certain number of pixels so the user can just scroll in a small box? I assumed that would be in the design system, but that does not support picklist components, only radio buttons for some reason.My other issue is that the ‘None’ option does not appear to be working. I changed the ‘None Option Label’ to be ‘State/Province’, but the null state is still showing as ‘----’. When I make the field required and say to add a ‘none’ option, that doesn’t show up either. It’s always s
HelloI am setting up a SF community using Skuid pages on api v2. Since customers will be using the page, I want to display a customer friendly error message whenever there is a server error on the SF side. It just has a general ‘Something went wrong’ message with our brand styling. I don’t want them to see something specific like ‘Contact process builder has failed’ that ignores the rest of the styling on the page. I’ve got that component set up and rendering correctly on model save errors.Is there a way on Spark pages to supress the standard error messages? I know in regular skuid you can do it with css, but spark removed that functionality, and I’m not seeing anything related to error messages in the desgin system.Is this something that we would be able to do?Thanks!
All, I am migrating to Lightning and I have a lot of buttons on related lists that call SKUID pages and pass parameters to those pages such as Account name and ID, contact name, etc. Salesforce is stating that this will not work since they do not support URL hacks in Lightning. Has anyone else found a work around to this limitation. I am open to using any/all methods. Thanks. Jeff
I’m trying to display a Tableau dashboard within a Skuid page. I’ve copied and pasted the code from the “Embed code” section in Tableau and saved the code into a Template within the Skuid page.On preview I am able to see the Tableau dashboard. However if I view the tab through Salesforce, by clicking on the tab, the dashboard is blank. Note that all other parts of the page load fine. I’m using a lightning component page and overriding the “Tab” button. What could be wrong? Note that I’m trying to do this in lightning, when i try this in classic I have no problem. Are there any known problems surfacing Tableau dashboards in lightning?
On Skuid version 10 my page sizes are ok but after updating to version 12 in sandbox some of my pages are throwing heap size errors. Is there a way to identify pages that the XML is too big without clicking into each page?
Hi Team,I want to restrict user to enter only Integer value in the UI field. I created Number type UI field with 0 decimal places. But you can enter anything into the UI field.I am storing that UI field value into the salesforce field which is also Number (18,0) type.When user are enter decimal values then decimal values is saving into that field.I also added the validation rule for restricting the field to enter the decimal values. But when validation error come then UI field is automatically showing the round off value on the UI but in the back end decimal value is present.Can we done anything on the skuid side for this requirement.Thanks,Geeta Garg
Hello! Would it be possible (without using JavaScript) to upsert data from a Ui-Only data model? The idea would be to have a table with an ID and set an action that creates a new record if the ID is not found or update an existing record if it is found. Many thanks!
<skuidpage unsavedchangeswarning="yes" personalizationmode="server" useviewportmeta="true" showsidebar="true" showheader="true" tabtooverride="Account"> <models> <model id="Account" limit="100" query="true" createrowifnonefound="false" datasource="salesforce" sobject="Account"> <fields> <field id="Name"/> <field id="Industry"/> </fields> <conditions> <condition type="fieldvalue" value="Financial" enclosevalueinquotes="true" field="Industry" state="filterableoff" inactive="true" name="IsFinancial"/> <condition type="fieldvalue" value="Financial" enclosevalueinquotes="true" field="Industry" operator="!=" state="filterableoff" inactive="true" name="NotFinancial"/> </conditions> <actions/> </model> </models> <components> <pagetitle model="Account" uniqueid="sk-Y-I-200"> <maintitle> <template>{{Model.labelPlural}}</template> </maintitle> <subtitle> <template>H
When creating a new line on a table row, a number of fields are displaying in edit mode, as expected - however, all of the input fields appear to be just that - just input fields. It doesn’t appear to matter what the field type is, at least when it comes to text.My user would like to be able to enter multiple lines in a particular Textarea field while creating the line from this table. Enter doesn’t go to a new line.
As I prepare my customer-facing teams for the use of our new V2 overlay, I’ve come across concern that if something fails to work as intended or something needs to be tweaked during testing, the customer experience might suffer because the representative can’t get back to familiar territory. I would love to be able to offer my team the ability to switch back to a V1 overlay in a pinch, and make that ability accessible to them on the V2 overlay. Is there code or a button/feature I can use that will allow a user to toggle between a V1 and V2 page, or at least move from a V2 to a V1 page without my needing to update User Settings?
Which setting in the theme editor changes the colours of the items referenced in my screenshot? They should all match the colour of the text in the “All Accounts” filter. The problem only seems to exist for multi-select filter items.hat
Hello!I have a table in a Ui-Only model that contains information of 2 different objects that I need to insert and which are parent and child.Would it be possible to use a row action to create the 2 records considering that we need to retrieve the Id of the newly created parent record before inserting the child one and that the parent record might be different in each row?Many thanks!Jesus
Through use of Alerts I’ve gone through and tested each line of code in a selection of JavaScript snippets, and I’ve discovered without a doubt the line that’s causing trouble. Any time the snippet attempts to connect with the Salesforce server, the following errors are thrown. Note that this issue occurs in V2, but the snippets work fine in V1. I’m assuming some small fix is required but we’re stumped! Here’s the extended version of the errors: The lines of code that throw this error are specific. Here are some examples: Is anyone else having difficulty transferring JavaScript snippets from V1 to V2? Any advice would be appreciated!
I see the following output when pushing pages with Skuid CLISkuid CLI Output:Pushing 44 pages. Pages successfully pushed to org: .Is anyone else having this issue? I am using a custom domain and am able to pull pages using Skuid CLI.
On my page I have a Field Editor. That field editor sits in a wrapper. The Wrapper is within tab set. The field editor here points to a unique model (call it model U) that is only used for that field editor. That model is not loaded upon page load. The model is restricted to 1 record. On the tab I have these whenever rendered actions: Remove all rows from the other model on the page (model A) and from model U. Query model B (that is used in a separate read only field editor) Create a new row in model U. Problem is if the user has queried and added a record form model A. Then when they go to the tab that creates the row in model U, the field editor that the user is going to use to select values for model U, appears twice. See attached. Very frustrating. No reason this should be happening in my view.
Hi guys,I use this JS to display a slider, All works well except 1 item which I cannot figure and maybe one of you can help hopefullyOn line 10 this is the default value shows when I first display this field. In my case this is a UI field so the default value is null so the JS fetches the info from a field on row: Lowest_Cost_of_Funds__cthe problem is that it does not show decimals for some reason only the whole number. The moment I touch the slider the proper value will appear (line 22-29 has something added to show # of decimals I want)How can I do the same for Line 10 to show 3 decimals, as the number it is supposed to show is example 1.149 but it only shows 1 Hope it’s clear enoughvar 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 || field.row.Lowest_Cost
Pages that worked perfect before Winter '20 now do not seem to be able to see the param(id) for related lists. I rebuilt the page and I got it to work, but now in Lightning, I have a simple skuid page for the Contact record, underneath a highlights panel and a side panel and there are two different contact records between them. I’m just learning lightning, so maybe that is the issue, but if anyone is available to give me a quick demo on lightning and skuid, I would appreciate it.Also, I have had to remove ALL javascript from the page, even after generating the page support files, it cannot handle javascript. Much of my javascript can be converted to action sequences, but the only way I can get those to work is in a new tab. For example, “send email” (we have our own send email that does special things), Action Sequence = go to url, which opens in a new tab. I cannot get it to open a popup and then display the go to page, because of course that doesn’t work. @patvachon can you help
Hi Team, I am using version 11.2.8. I am trying to connect to an external rest endpoint using rest data source. For now the external endpoints are simple GET and POST, which do not expect any request body or query param. Both the endpoint return a simple json in response. When I try to use method as Query, both http verbs GET and POST work fine. However I am struggling to send the payload with the Query method and the POST verb. Moreover, When I try to use method as Update or Insert, external endpoint is itself not getting invoked. I am not seeing any errors on browser console and even network tab shows no call made to the endpoint. I tried this with Proxy active and Inactive both. Even arguments[0].changes returns me undefined. My requirement is pretty straight forward, I want to post the customised payload to an external web service on the changed items inside the model. I am stuck here, can you please help.
I’ve got a filter set with a single toggle, and just as a test I’ve been trying to get the toggle when activated, to only show contacts on the table below it with the first name of “Aaron”. I realize that may be pointless, but I’m just trying to make sure I can get the syntax down, then turn to real-world business needs.I’ve got a condition on the model that looks at the name field, if it starts with Aaron, and the state is filterable default off. The toggle itself is set for ‘conditions to toggle’ with the one and only condition on that model, ‘onlyAarons’. When the toggle gets toggled, nothing happens. The screen flashes somewhat, indicating its trying to toggle, but none of the data changes.
Hi guys looking at this blog from Skuid, and wondering how they achieved this: “Here, we’re combining the Skuid Navigation component and the Skuid Filterset component to achieve the Quick/Advanced Filters” In Section 3 https://www.skuid.com/blog/how-to-build-the-perfect-case-management-workflow/Any ideas?Thx
We are working on rebuilding our first Skuid page on api v2 and running into a annoying problem.When the page loads, the focus goes to the first input field of the table which is at the bottom of the page. I’ve tried using inline snippets to change the focus to the first field on the page, but it doesn’t seem to work. It works for a split second and then the focus goes to the Table at the bottom of the page.We have a few ways to workaround this by not creating a row in the table until a field is reached in the form above, but this is not a sustainable fix. How can we make sure the focus goes to the first input field on the page?Thank you,Sam
I’m trying create a Skuid page that interacts with a standard lightning component named Path. It’s an Opportunity page and I want the user to be able to update the stage. When either the Path or Skuid page is updated, I want the component which hasn’t been directly updated to update, so that both components are in sync. From reading this link https://community.skuid.com/t/lightning-skuid-page-edit-but-parent-doesnt-update I was under the impression I should be able to add an action named “Publish Event” to my Save button, with the event name force:refreshView essentially triggering the sync of both my components on the page, without having to do a whole page refresh, which would slow the page down massively. When Iook at the options in the “Event Name” drop down, I do not see “force:refreshView”. Instead I see the options below. Can someone help me on this please?
Hi all, We have integrated our google calendar into skuid, and display the events for the current week on a page. From this data, we want to save a salesforce event record for each calendar entry. For events created in google that don’t have a time added (so they are all day events), the actions we have running on the page to create this record works to pull the date, time, subject and then saves the record. If the event on google calendar has had a time added (no matter how short/long), the actions on the page creating a new row does not work. Instead of automatically saving as the all day event record does, the timed event doesn’t save, and when I manually click save (standard save button on the table) it just says “Saving…” with no error message on the skuid page. On the console I get this error: Visualforce Remoting Exception: Invalid integer: 00+11 f error @ VFRemote.js:117Any help or suggestions would be greatly appreciated. Thanks
My organization requires its grantee organizations to submit a complete list of their staff to us once a year via a Skuid page. The staff records are held in the Contact object in Salesforce. On submission, the information provided on the form is copied into a Staff Snapshot custom object for archival purposes. For our largest grantees (with ~500 staff), the page throws an error on submission. Skuid simply displays “There was an error” briefly. The browser console shows the message “Visualforce Remoting Exception: Apex CPU time limit exceeded [object Object]”. The Submit button on the Skuid page sets three fields in a record from a model and saves the record. This save triggers a Salesforce Flow which writes the Staff Snapshot records. If I recreate this exact set of steps through the user interface, no error is thrown. Is there anything I can do in Skuid to avoid this problem?
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.