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
Is it still possible to display Skuid pages in Salesforce Mobile? You can still access them in mobile browsers by navigating to a VF page or to the page preview URL, but I can’t get pages to load in Salesforce Mobile. It allows me to add the VF tab/page, but when I select it in Salesforce mobile it tells me the page doesn’t exist. However, when I navigate to the VF tab or page directly in a browser, it loads fine, so I am thinking my VF page script is not compatible with Salesforce mobile. Is there a template available for showing a Skuid page on SF Mobile?
Hi, I am trying to setup a simple client id secret based Oauth flow using Data source and Authentication provider and it is erroring out - Error retrieving metadata for Model(s) associated with Data Source ‘abc’. Please check Models’ properties to ensure they are set correctly. Error connecting to REST Data Source at URL “https://apiservice”: Unable to authenticate to data source “abc”: Authentication Failed. The same client id, secret, scope is working through postman and soapui with exact header components. I have read through skuid docs and specially Authentication and Skuid — Skuid v15.1.6 Documentation , still of no help !
I’m creating REST model via JS like in the link bellow:https://docs.skuid.com/v11.1.1/en/skuid/javascript/dynamic-model-component-creation.html The model is working fine, but I’m unable to find a way to make record limit and offset work. I tried using model created by Skuid as reference and setting data as follows, but with no success: dynamicModel['extensions']['rest']['offsetParameter'] = 'recordsOffset'; dynamicModel['extensions']['rest']['simpleRecordsLimitParameter'] = 'recordsLimit'; dynamicModel['extensions']['rest']['limitMethod'] = 'simple'; dynamicModel['extensions']['rest']['paginationMethod'] = 'simple'; dynamicModel['extensions']['rest']['useResponseSnippet'] = 'true'; dynamicModel['extensions']['rest']['verb'] = 'GET'; dynamicModel['extensions']['rest']['serviceUrl'] = soql; I also tried updating model.methods, since I’m trying to create read/write REST model, where the object for Get looks as follows: { endpoint: "/ApexRest" isBatch: false limitMe
Is this no longer possible in version 14.4.9?
I’m using a public site/Guest User license to share a Skuid page with non-Salesforce users. I have a UI only picklist field that has values which are populated via another model. In preview mode, this works fine, but from the public site the values do not appear. Any help/ideas will be much appreciated!
Hi, Skuid Community! I’m building out a set of pages where I want to use a lot of the same action sequences on multiple pages. Can action sequences be referenced from something like a page includes (such as by ID) from pages needing to use the same code? I want to avoid having to maintain similar code across multiple pages as new features have been added. I basically want to do the same thing as referencing a JS resource file with a set of action sequences. Thanks! Meredith
Hello, wondering if anyone has an idea for this scenario Looking to display note records that include a running list of all the succeeding replies starting with the most recent note (CreatedDate Desc inside each grouping) On 1 account there is for example those related records: New Note 1 is created (group 1) Note 2 is related to note 1 (reply) Note 3 is related to note 1 (reply) New note 6 is created (group 2) Note 7 is related to note 6 (reply) Note 8 is related to note 6 (reply) Note 9 is related to note 6 (reply) And so on… I’m trying to find a way to show the most recent ‘Notes’ from each ‘Group’ and then on an action show the rest of the thread (related records) 2nd part is simple, but would there be a way to group all the related notes and display the most recent first? Thank you in advance
I have a Rich Text field (“web_description”) on a Salesforce object, which contains formatting (bold, italic, etc.). When I insert that field into a “text” component in Skuid, it always renders the HTML tags. I’ve tried enabling HTML on the component, and I’ve tried double and triple curly braces, but no avail. Here’s what my field’s contents look like in Salesforce: This is a paragraph.This is an italics paragraph. Here’s how it renders in Skuid:<p>This is a paragraph.</p><p><i>This is an italics paragraph.</i></p> Is there any way to get the rich text to render as input?
I have a page displaying a deck on model “programs.” A click interaction opens a modal that displays a table of eligible enrollees from another model (“contacts”). I’d like to add a mass action that will create one row for each contact selected in another model (“enrollments”) which will have the selected contact’s Id and the modal’s “program Id.” I have tried several options: A) On the click interaction (on the deck), I create a new row in a temporary model called “selectedProgram” which successfully prepopulates the id of the program. In the mass action on the “contacts” table, I specify create rows on my “enrollments” model and select the Program Id from the “selectedProgram” model, but it does not work. B) I gave a unique Id to my modal “enrollModal” and tried using mustaches to grab the Id, but I must be doing something wrong, because I can’t get it to populate. C) I tried selecting use a field from another model, but that always returns the first row, and I need the row in contex
Hello, Have not used this in years, but we use to be able to activate a model condition via url parameter & set it’s value. Has this been removed? I’m trying to apply this logic and it’s not filtering I have a model named note, i created a filterable condition and made it default off Now if i try to use this with a sf record with added parameter sb=Sales%20Notes, it does not activate condition, even tried as a page include, same results If i turn on condition by default then yes, it filters. It looks liek it can set the value but not activate the condition Anything i’m doing wrong?
Hi, Is sort builder meant to work with Rest builder? It works with UI and SF models. It does work if the sorting is set to happen on client-side. If sort builder is set to Server side then it will show the sort builder component, but the field pick-list will not have any options. Thank you, Lukas
I don’t see an option to bring in the current user’s photo using merge syntax on skuid platform. Is there another approach?
I am working on a form that creates a new salesforce opportunity. One field on the page is a lookup to Contact records. I want to prefill this field while doing testing. I have a button created that has an Update Rows action on it that I use to prefill several pieces of data. This button is able to prefill everything except this lookup field. I can’t figure out what value I need to set to get this to work. I’ve tried using Id but nothing shows up in the lookup field on the form, nor does a value appear when I display a table of the data in the model I am trying to prepopulate. Does someone know what the correct syntax / declarative settings are that I need to get this to work?
From button can I perform Ctrl+v to a field? How it would work: I copy the URL from another browser session by pressing Ctrl + c. I now return to the Skuid page and want to press a Skuid button “Copy”. This would an action to paste the copied URL to a salesforce field. The field I am coping to is not yet visible on the page. Once copied I condition a non-editable field on the Skuid page to show.
Defect/Issue Description: The selected style for a component is not the one that is actually being used. Also, if a user selects a different style (e.g. Vertical Spacing) and save it, when they come back to it then they will not see the style they selected, instead they will see the default (?) style. Although, system will use the style that user selected. E.g. if user selected 24px for vertical-spacing, user will be shown 8px, but system will use 24px. Environment: API Version: v2 Release: Chicago Release version: 14.4.7 Platform: Salesforce Brief Summary of the Defect/Issue: If user selected 24px for vertical-spacing, save it, open different style settings, come back to the component you edited. User will be shown 8px, but system will use 24px. Action Performed: If user selected 24px for vertical-spacing, save it, open different style settings, come back to the component you edited. User will be shown 8px, but system will use 24px. Expected Result: 24px to be displayed Actual Result
Defect/Issue Description: Column gutter stops working once the form component is a child of another component. Especially, column gutter for column set within a column. Environment: API Version: v2 Release: Chicago Release version: Chicago 14.4.7 Platform: Salesforce Brief Summary of the Defect/Issue: Column gutter stops working once the form component is a child of another component. Especially, column gutter for column set within a column. Action Performed: Create a form component, add few columns, specify a column gutter. Finally, place the form component inside another component. Expected Result: There should be spacing between columns of a form depending on the specified spacing (e.g. 40px). Actual Result: The column gutter spacing is ignored. Additional Resources: <skuid__page unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true"> <models> <model id="UIModel1" limit="20" query="true" createrowifnonefound="true" datasource
Defect/Issue Description: <skuid__page unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true"> <models> <model id="Accounts" limit="20" query="true" createrowifnonefound="false" datasource="salesforce" sobject="Account"> <fields> <field id="RecordTypeId"/> <field id="RecordType.Name"/> <field id="Name"/> </fields> <conditions/> <actions/> </model> </models> <components> <skuid__table allowColumnFreezing="dragDrop" model="Accounts" uniqueid="sk-1xPk-11935" mode="read"> <fields> <field id="Name" uniqueid="fi-1xPk-12464"/> </fields> <filtering enableSearch="false"/> <actions/> <rowActions> <action type="multi" label="Enable Me Account Name"> <renderConditions logictype="and"/> <enableconditions logictype="and"> <condition type="fieldvalue" o
Defect/Issue Description: All Skuid pages in my Salesforce org are throwing an error whenever any user tries to view them and then will not render.A description of the bug The error that shows is 'There was an error rendering a Skuid Page component for page SKUID PAGE NAME TypeError: Class constructor Xt cannot be invoked without ‘new’. When you click out of that error, you immediately see a second error that simply says “Class constructor Xt cannot be invoked without ‘new’” Environment: API Version: (v1 or v2) v2 Release: (Chicago, Boston, etc) Chicago Release version: (Version Number) 14.3.1 Platform: (Managed cloud or Salesforce) Salesforce **Brief Summary of the Defect/Issue:**All Skuid pages in my Salesforce org are throwing two consecutive errors whenever any user tries to view them and then will not render. An easy-to-understand description of the bug (e.g., “When mass selecting items (not including clicking the ‘select all’ checkbox), other checkboxes on the rows selected a
I have customer Id and Party Id in salesforce with help of these 2 fields i need to display the data in UI. Here the challenge is we have data either customer id or Party id. How we can pass this parameter to another page.
My Lightning Rich Text input boxes are being constrained to a certain number of pixels instead of full width as the other input components are so things look a bit our of balance visually. I think setting the width to 100% for every element that is class = “nx-lightning-richtext” would probably do the trick but not sure where I add that.
Is there some way to extend the styling of a deck beyond 100% of the screen? We have a deck that is being used to display some budget data in a table. The fields are extending off the screen so there is a scroll to the right. However, the grid lines on the deck stop at the point where the initial visible portion ends (before you start scrolling). I’ve tried playing with all the width settings on the deck and I can’t figure out a way to make this work. Is there some other trick?
I’m using skuid platform and adding a second user. The new user enters & saves fine and sends an email to the user. User clicks the link and is asked to enter a password. RESULT: When entering a password they receive the receive error: Request to data source “SkuidLocal” failed: 502 Bad Gateway
Seeing this issue and it’s becoming a critical blocker - any advice? Post “http://seaquill-internal.app-proxy/api/v2/entity/load”: context deadline exceeded (Client.Timeout exceeded while awaiting headers)
When I first try searching a field each day the response time is over 55 seconds. After the first query in the morning the response is 2 second. See videos: Shows the 55 second response time Shows 2 second response time
Is there a way to build a model condition that returns records based on comparing two fields in the same row? For example: I have a Salesforce formula field that returns TEXT: let’s call it “formula__c” I have a Salesforce Picklist field: let’s call it “picklistfield__c” I want to return all records where “formula__c” <> “picklistfield__c” I’ve seen a few topics that attempt to address this issue, but I have not seen a successful solution. Things I’ve tried: setting the “Field from another model”. I’ve tried it with both the “any row” and the “first row”, but it did not work because I am not trying to compare the value with any/all of the values in the model, I want to compare the same row with itself. Subquery. This did not work because I need the same object in the subquery that I have in the original query, and the system won’t allow that. Single Specified value with a merge field. {{formula__c}} I’m guessing this did not work because it couldn’t resolve the field since t
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.