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
Trying to upgrade my Skuid instance but having trouble using the standard linkhttps://www.skuid.com/releases/?_ga=2.124674314.1886942203.1557860369-1102396205.1550600350After following the wizard to upgrade Sandbox, i eventually get to the message that, It is taking too long to upgrade and i will be emailed when its completed, but i never receive the email and after waiting awhile no change to the Skuid under installed packages in my environment.Any help with this? do i need to install incremental upgrades before i can jump to spark? Obviously missed a lot of content as i am still on Brooklyn.Is there anyway to see a log? any potential error? is it still trying to upgrade and i am not aware? Is there any other way to upgrade outside of the link above?
In Page Builder, 12.1.2, latest production Salesforce, Chrome on a Mac - this just started this week, when I click in a text field in page builder, to search for fields in the field popup window, or change the name of an action sequence for two examples, the page just freezes for about 10 seconds before it lets me input anything. It doesn’t do this first 2-3 times I do actions like this, and then it does it every time until I refresh the page builder. I’m thinking it something to do with Chrome’s cache, but I’ve worked on clearing that out pretty thoroughly and the problem persists. Is anyone else having this issue?
We upgraded to 12.0.1 in Jan-2019, after few weeks, we noticed the PageBuilder UI looks like below (nothing we can really understand and change). Anyone else had this problem and know the root cause?
We have field i.e. required on the field editor and I am using a Custom Label for that field. Once I click on save, we are getting the below error. Required Fields has no value [] But instead of displaying the Salesforce field Label, how can we display the Custom Label used in skuid for the error message ? Required Fields has no value []
If the When First Shown option of a Tab action runs the action(s) on page load, why don’t we just run those actions early on?I only want to perform my action(s) when the user CLICKS the tab - which is implied by SELECTS. v11.2.22
Hi team, I’ve come across an issue where some UI only formula fields don’t display in mobile browsers in IOS (tested both Chrome and Safari). Chrome on Android behaves like the desktop counterparts. I’m using a formula to output text using this syntax (but other output types seem to be affected as well with different formulas):FORMAT_TIME(“hh:mma”,YEAR(TODAY())+“-”+MONTH(TODAY())+“-”+DAY(TODAY())+" “+LEFT({{TimeEndMorning__c}},5)+”:00")Why wouldn’t these UI formula fields work on IOS and how can I make sure they do? I would very much prefer a solution using UI formulae as opposed to doing this in Salesforce.The org is on Spark 12.0.8.Many thanks in advance, Robin
We have a UI-Only picklist providing a subset - actually a different set - of values to a lengthy list specified in the database. The skuid page needs to copy the value from the database field to the ui-only field on query, allow edits to the ui-only field, and then copy the ui-only value to the database field on save. We used to do this with merge syntax on the Update-field-on-row action. Now, we have to override the picklist validation by going to XML. An example, set up a little differently:The sObject includes Color__c, defined with values “Red”, “Blue”, “Green” and not restricted to these values.The model includes a UI-Only field, UI_Color, with values “Yellow” and “Orange.”The table displays Color__c and has a custom Edit row action. The action updates UI_Color to {{Color__c}} (in the XML. We cannot do this in the composer!) and then opens a popup.The popup displays UI_Color in a field editor, allowing the user to select either Yellow or Orange.The custom Save button on the po
Skuid Page create on Campaign Tab, and At SubTab level showing Campaign members. There, we have status field which we want to push the values from CampaignMemberStatus - “Label” field. Create inline snippet for same - var element = arguments[0],value = skuid.utils.decodeHTML(arguments[1]),$ = skuid.$; console.log(‘#####’+ arguments[0]); //Get Campaign Member model information var campMembermodel = skuid.model.getModel(“CampaignMembers”); //Fetch first row of Lead info. var raw= campMembermodel.getFirstRow(); // Get Status field value var statusModel=raw.Status; alert(‘#####’+ statusModel); console.log(‘I am in CampMember Snippet’); // Perform query on Campaign Member Status on basis of CampaignId var result = sforce.connection.query(“SELECT Id,Label,CampaignId,IsDefault,HasResponded From CampaignMemberStatus where CampaignId = ‘7012G000001Fh8B’”); var Att = result.getArray(“records”); cons
I am not sure if this has been asked before, but I am currently stuck with this problem. We need to make a row editable after clicking a custom Edit button. This row will be selected using the Mass Update Action checkbox of skuid table. ToggleEdit() functions works well if the table mode is “Read with Inline Editing”. But we don’t allow users to edit rows directly in the table. So table is read only. Is there a way to render a table row editable this way? I have been spending a lot of time searching for similar questions here but I think I did not any answer (or I just miss something). So here goes my first question and I hope I’ll be able to hear from someone soon. Thank you 🙂
I just created a new field to display information on my page. Then I populated that field with information. I added the field to the model, and added it to a component on the page. If I view it in preview mode it works, but if I save it and view it on the published page, it does not work. I can’t figure out why there would be a difference. There are many previously existing fields on this page that load fine. I can also update the record with the new information in other fields, and that data changes, so I know I am updating the correct record and have the correct URL. I also used Javascript to output the model to the console with the fields and their data, and again it works perfectly in the preview url, but not the public one. Why won’t the data from the new field appear on the published page?
Hi Team,Hope you are doing great 🙂Could you please help us in below issues : - a. I am running Campaign Detail Page on skuid.b. On click the Campaign member subTab , It shows all Campaign member related to specified Campaign Id.c. Issue is : - On Status Field, Only two values It shows inspite At Campaign Advance setup we have added 10-12 values.Can you please help us how to get all value in status field dependent on Advanced setup up field values on associated campaign ?Thanks
Just upgraded to Spark (12.0.8). Model conditions with operator “in” (multiple specified values) are not working. Is this a known issue?
I have a chart of an aggregate model. I have a Date Range filter for that model. When I enter a date in one or both of the range options, the filter works, but the dates don’t show except for a second initially. After the model refreshes the filter goes back to saying “All Time.” I’ve tried auto-generating conditions vs. specifying existing, switching from client to server based filtering, switching the model to process client-side vs. not, it seems to be an issue with aggregate models. The very same filter on a non-aggregate model works fine.
Hi Skuid Support, My team has been complaining for about a week now that when they pull up our Salesforce Opportunity overlay, elements of the page fail to load, meaning whole tabs or portions of the page will be blank once loading is “complete”. Oftentimes this can be corrected by reloading the page, but not always, and reloading is time-consuming because the overlay is quite large. If I had to guess, I’d say the size of the page is causing queries to fail, making it so the required fields do not render. Does that sound like it could be correct? What elements of an overlay tend to take up the most space, data-wise, and would thereby be the most beneficial to remove if possible? Below are three screenshots of field sets that failed to load.
Hi, We are working on rebuilding a V1 page in V2. In our page, we have a snippet that is creating some popups via skuid.utils.createPopupFromPopupXML(popupXML). The createPopupFromPopupXML function does not seem to be working in V2 even though it shows up in the V2 developer documentation. I tried simplifying the popup XML and actually pulled the exact example from the V2 documentation but still couldn’t get it to work. I also grabbed the XML from a simple modal and tried that, but received an invalid XML error. Can someone confirm if createPopupFromPopupXML() does indeed work in V2? A basic example would be very appreciated.Thanks!
Is there any way to update the theme on a multi-select filter? We have a specific look and feel we’re looking for and we have a filter set with picklists and multi select lists. The picklist picks up the theme text color for the “None Selected” Option Text but the theme doesn’t seem to be applying to the multi-select filter…
I have a table of Opportunities. In Salesforce, I created a formula field that returns a link to the View All Notes & Attachments page. In Salesforce this works fine, but when I add that field to my table in Skuid - I get an error page that says the site is down for maintenance and to try back again. It’s been about 2 years. How do I create a link to the View All Notes & Attachments page for the opportunity in a specific row directly from my table? Help… me… please… [insert crying emoji here]
We are migrating to Lightning and we have some Skuid pages that we formatted with CSS so we can create PDFs out of them. The record skuid page works fine, but when you click on the button action to “Redirect to URL” in a New Window just opens up the file in the current window. The URL that I’m using it this “/apex/skuid__ui?page=HISOAPrint&id={{Id}}”Which I believe should work?Any idea why it’s not working
Trying to load Tasks content that displays in lightning onto Skuid page. The data is loading into the model via skuid.model.map yet it is not displaying in the UI. Skuid page view: and if you look into skuild.model.map, the subject contents have been captured Recommendation on how to resolve?
We have a wizard that we plan to use to process credit card transactions(Step 1-Enter Information and Process, Step 2-Processing, Step 3-Success Screen). We had a similar page build on the v1 api and the navigation via javascript was pretty straight forward. The javascript was similar to the scripts in this community post. We can not get the same functions to work in v2(I am guessing because they are not there). Has anyone tried to do wizard navigation via javascript in v2? On a basic level, if the card transaction = successful we need to navigate the user to the success screen and if it is not we need to navigate them to the unsuccessful screen
The filter is returning records that are not in the set of values listed. It was working before the update to 11.2.22.FIELD Vendor_Checklist__c records where Gathering_Process__r.Status__c OPERATOR is in the set of values VALUE In Process – Gathering, In Process – Gathering – New Client, In Process – Gathering – No Confirmation STATE This condition, named StatusInProcess, can be modified by filters, but is off by default.
Salesforce Custom Button not working for non admin users
Icon to select fields from related record invisible in Version 1 builder dark theme in Skuid version
I’m trying to fill in the “Model Label” and “Model Plural Label” on a model, but when I do console.log(myModel) I don’t see what I filled in for the Model Label on that model anywhere. Where is the Model Label field being stored / how can I access it?Thanks!
We have created a skuid page to perform some of the global actions and ‘Create new rows’ is one of them. It is found that the Global Action to create new rows saves and creates records in the back end but it does not load newly created record on the page unless the page is refreshed manually. This page used to work nicely earlier before upgrading to Spark(12.2.14). But once after skuid upgrade on org the page seems to be having minor issues such as.i) The page doesnot refresh unless it is manually refreshed after creating new row or sometimes the record shows with the same Account Name as the previously created record.ii) The skuid page stops functioning after few clicks. None of the buttons or functions work after that.To replicate the issue I have created a simple skuid page to create new Account records on Global Action ‘Create new row’, here is the xml:<skuid__page unsavedchangeswarning=“yes” personalizationmode=“server” showsidebar=“false” showheader=“false”> <skuid__tabl
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.