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
Hi For multi-picklist menu, there are standard text such as enter keyword, check all, uncheck all. Is it possible to have these translated (french, in this case). This is for Skuid on Salesforce, running version 11.2.24, thanks.
I’ve been loving working with V2 Lately, but I’m getting some very weird and annoying behavior when working with look-ups: See recording below:https://www.loom.com/share/d5f2ab7955da44eaabf024321c9e48cc Running 12.1.6. Also, is there no longer a Render as Picklist option for look-up fields anymore?
I have about 6 pages that use the include page control to include the same page. They pass no parameters. The page should be the same in all 6, but it only displays in 2 of them, in the other 4 its blank. The page being included loads no data, its just there to allow users to search a table. I can’t figure out either why this is happening, or how to force the included page to be visible.
Hi, I’m wondering if anyone was ever able to accomplish this request i just got:Model has usually max 1-4 records being returned and want to be able to see the details of each record in separate tabs.Would be the exact same fields/layout…But instead of a table and a popup/drawer to show the record details, on tab component, to show 1 record per tab.Let me knowThx 🙂
I’m looking if there is a way to render a field to show a pop up screen when I select a value from the picklist field. I want the action to happen before saving the model.
We are in a real bind. How can we mimic the functionality of “Before Open” in an action sequence on a “form” or “Responsive Grid” for V2? Cannot move forward on V2 without this functionality.
Has anyone created a wizard that run when users first download a salesforce app exchange listing developed with skuid? We are wanting to step new users through a setup wizard to assgin licenses, permissions, enter company info, upload logo and that kind of thing. Has anyone done this and would you be willing to share it if so?
Hi,I need to query data via a POST request that only accepts form-data or url-encoded forms.Is there a way to do this via Skuid?
Is it possible for nested decks to be able to refer to the context of the deck that they are inside of? If so, how can this be accomplished? I’m not seeing a way to do this.
i need to create a new contentDocumentLink record, which will give access to custom object. but i am not able to get the contentDocumentId once i uploaded in any action sequence. if i query contentdocumentlink with entitylinkid it returns all records to that entity. i want the latest contentdocumentId. Thanks in adavance
Have a case where I need to position the tabs in the center of the tab nav bar. CSS seems to be overwritten when the ul element is generated. Anybody messed with this? Thanks!
We’re in the early stages of planning our move to Lightning, so I’m looking to do some initial testing to see what things would need to be addressed. I enabled Lightning in our full sandbox and am running into an error when trying to access a Skuid page. The error says “Page UI does not exist”. I’m only getting this error when I’m in Lightning. All Skuid pages work as expected in Classic. The page I’m trying to access is via a redirect from another Skuid page, which works fine. There is a button on that Skuid page called “Create New Account” which should load a new Skuid page when clicked. When I click that button I get the error. We have the button action set up to redirect to URL and the URL is “/apex/UI?page=NewBusinessSubmission”. Again, the only Skuid page I’m having an issue with is this one via the redirect. Any thoughts or help would be much appreciated!
Hi i’m trying to create a table and graph to show a running total (or cumulative total), but not finding a way to do that in skuid (pretty simple in excel) So example: Day 1 sales are 93$ so cumulative total for that day would be 93$ Day 2 sales are 251$ so cumulative total for that day would be 344$ (Day 1 + day 2) Day 3 sales are 126$ so cumulative total for that day would be 470 (Day 1 + day 2+ day 3) and so on… any ideas would be appreciated Thx
As per subject. See sample page. <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true"> <models> <model id="Contact" limit="1" query="true" createrowifnonefound="false" datasource="salesforce" sobject="Contact"> <fields> <field id="RecordTypeId"/> <field id="FirstName"/> </fields> <conditions/> <actions/> </model> </models> <components> <basicfieldeditor showheader="true" showsavecancel="true" showerrorsinline="true" model="Contact" uniqueid="sk-3XTE-754" mode="edit"> <columns> <column width="100%" uniqueid="sk-3XTE-750"> <sections> <section title="Section A" uniqueid="sk-3XTE-751" collapsible="no"> <fields> <field uniqueid="sk-3XTH-789" type="COMBO" editmodebehavior="autopopup"> <label>First Name 3 sets of {}</label> <template>{{{FirstName}}}</template> </field> <field uniqueid="sk-3XTH-794
Salesforce Partner working with a client to upgrade Skuid to version 12.1.5. We attempted to update to the current version in the Sandbox, as we are transitioning them over to Lightning, and we got an unsuccessful error. Seems like we may be getting blocked somehow.Does anyone have any advice? Here is the message we got: Your request to install package “Skuid Spark (12.1.5)” was unsuccessful. None of the data or setup information in your salesforce.com organization was affected. If your install continues to fail, contact Salesforce CRM Support through your normal channels and provide the following information. Organization: Company Name (00D1700000058bh) User: Username (0051P000002ZAMn) Package: Skuid (04t4A000000Teb0) Error Number: 1803397577-20938 (360202423) Problem: 1. You can’t remove design attributes ‘type,id,parameters,useURLParameters’ when the component implements a Lightning Page interface. page: You can’t remove design attributes ‘type,id,parameters,useURLParameters’ when
I’m looking to create a dashboard that shows the performance of Products in relation to Billing Lines and summed Amounts on Billing Lines grouped by Type, Subtype, and Sub-subtype specified on the Product shown hierarchically in a table such that Type shows the sum for all under that type, Subtype shows the sum for all under that Subtype, Sub-subtype shows the sum for all under that Sub-subtype, and all are displayed tabbed out underneath each other sort of like a tree in the dashboard. This tree table should be dynamic such that if our picklist options change for Type/Subtype/Subsubtype, the dashboard should automatically restructure based on the available picklist options.Is this possible?
We have a Skuid Account record page that is consistently taking around 10 seconds to load for our users. It’s probably the most heavily used of our Skuid pages so it’s upsetting people. There are lots of models on the page. And I’ve done my best to optimize it by ensuring most of the child records aren’t loaded unless the child record tab is clicked, using page includes were I can etc. I’ve created a clone of the page, and have been stripping back it’s components, javascript, css, removing fields from models, and ensuring only the Account model is loaded on page load. Yet still the page is taking 6-8 seconds to finishing loading. I’ve had a look at this document https://docs.skuid.com/latest/en/skuid/best-practices/skuid-page-performance-guide.html?_ga=2.20536316.515568750.1562761927-75400173.1544613440 and am not really sure what else I can do to improve performance. Moreover I’m curious that by tinkering with everything that I have done already, i’ve only shaved at best 4 seconds off
we are experiencing some issues on skuid version Millau (11.1.10). I am using Chrome browser Version 75.0.3770.100 (Official Build) (64-bit).I am not sure it is skuid issue but it is not on lightning platform Warnings #1. HTTP-Based Public Key Pinning is deprecated. Chrome 69 and later will ignore HPKP response headers. #2. Added non-passive event listener to a scroll-blocking 'mousewheel' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952 #3. [Deprecation] Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. Erros: #1. Uncaught TypeError: a.data.indexOf is not a function throws at https://carecognitics--prdreplica.cs95.my.salesforce.com/support/console/xdomain/30.0/xdomain.js:13:163 TypeError: a.data.indexOf is not a function at a (xdomain.js:13) #2. Access to XMLHt
We were builder Skuid v2 pages for some of the new functionalities and found that when we turn the ‘Full Screen Modal’ on Modal properties some of the features does not work. Features like picklist fields do not show any values in the dropdown and conditional rendering feature does not work. Could you please let us know if this is bug in skuid v2, if so when can we expect it to be up and running. Or is there a way to fix this issue in the current version (we have Spark (12.0.4) installed)?Steps to follow to reproduce the issue:1. Create a skuid v2 page2. Pull table component (ex: Contact, setup Contact Model)3. Set Row Actions on the table (Note: row action has rendering condition based on contact record type)4. select Show Modal5. Pull Form component into the Modal in Edit mode and add add Model fields including some of the picklist fields Note that none of the picklist fields have dropdown values to select.Thanks,Pavi
I have a model which have filter criteria . some is of type filterable on and some is of type of filterable off. model is added into the table and at one time only 50 records can visible. on the click of load more , more records is visible. After applying the filter, records is recived on the basis of the filter condition. I want to show the total records on the UI. For example : table is displaying only 50 records. But in the database, 200 records exist according to the filter condition. How can i show this? If i will use the aggregate model then i need to use the same filter of account model. But how will we use the same filter condition into the another model. Thanks
After clicking on the view link a popup is opening and it should display some table information. Its working good in classic but, in lightning experience only popup frame is opening and the table inside the popup is not loading (in this popup we have included another Skuid page which will displays the table information). We are using Skuid 11.0 version. Please help me to sort this. In lightning experience we have included the skuid page in the Lightning component and attached this Lightning component to a lightning tab. <aura:component implements=“lightning:actionOverride,force:appHostable” access=“global”> <skuid:page page=“All_Prospecting_accounts_Detail” > </aura:component>
i have a list page with filterable table. The table has an account lookup field. I need to create records in Object B with accounts from the list in Object A. However the records created in B will comprise of unique accounts only. basically B will have only the Account field as the list is supposed to provide accounts that the salesteam can work on. I also want to tie all the records created in B to a single parent record in Object C . so i need a button on the list page that can create the records from the unique list of accounts in Object B and also create a single record in A that all the b records will look up to
Hi,I’ve been able to successfully connect OneDrive to Skuid Native. I can see my files and my folders.When I attempt to upload a file that is not a CSV, I get the following error. CSV files seem to upload just fine. Any ideas? <br>{"statusCode":400,"error":"Bad Request","message":"The Content-Range header length does not match the provided number of bytes."}
I am trying to make a Geo Chart on all the Accounts we have in NZ, when I preview the page nothing shows up.We use the standard Salesforce Picklists, I have checked the data and it is there. Why would it not be showing up.
I’m writing a formula that looks at certain fields and counts whether or not it is filled out. At the end, I will divide it by the number of fields in order to get a completion percentage. I’m having trouble doing this with rich text fields. This is the formula it work until the two last lines which are rich text areas. If(ISBLANK(Salesforce_Enrollments__c ),0,1)+ If(ISBLANK(Total_Referrals__c ),0,1)+ IF(ISPICKVAL(Enrollment_Targets_Score__c, “–None–”), 0,1)+ IF(ISPICKVAL(Participant_Retention_Score__c, “–None–”), 0,1)+ If(ISBLANK(Funder_Outcomes__c ),0,1)+ If(LEN(Enrollment_Explantion__c = 0),0,1)+ If(LEN(Retention_Explanation__c = 0),0,1)
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.