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
Using Skuid NLX (17.5.0.0) I have a wizard that create a new row on a model and then guides a user through filling out a form. On the final page of the wizard is a review of what they have entered and I have the form set to Read Only, however it displays in edit mode when it navigates to that step. To troubleshoot I had the record save before it got to that step and it displayed correctly Read Only mode. Is it possible to have a form of an unsaved new record display in read only mode?
How can I add a skuid page to a Salesforce Lightning Dashboard? I am able to add a skuid page to a Salesforce Classic Dashboard by following the instructions in https://docs.skuid.com/v15.3.25/v2/en/skuid/deploy/salesforce/visualforce/dashboard.html. However want to be able to add the Skuid page to the customer’s existing Lightning Dashboard.
How can open the following in a modal? https://dorothy.lightning.force.com/lightning/r/ContentDocument/069PH00000Kyw0pYAB/view
Hi, I have a REST model that is integrating with a 3rd party system (Snowflake) that requires I generate a JWT token and include it in the HTTP headers. I have an Apex class in Salesforce that is correctly generating this token (I can confirm this using Postman), but I can’t seem to get it added into the Common HTTP Request data section. I’ve tried using the {{$Apex.ClassName}} merge variable and having the class implement the skuid.Utils.MergeValueProvider interface but that doesn’t seem to work? I also see there is a Custom Apex Authentication option in the Auth providers, but I don’t see any documentation anywhere on how I can leverage that and I’m getting Apex errors when trying to implement the recommended ModelDataSourceAuthProvider interface. Is there a better way I should be dynamically inserting this header value from Apex?
Hi, I’m trying to figure out how to configure pagination when connecting to external data source. I’m working with Prey API and need to pull in all records or iterate through the pages to get all record to show up on one table. Prey max limit is 100 record per page. How would I configure the model so that it iterate the pages and pull all records? Reference: https://api.preyproject.com/#/devices/devices_index
Hello,I have confgured a skuid page using Queue component. Let us say if there are one or more Queues, when User opens the page, how do i default the display to the 1st Queue? Is there a way to configure this? Kindly advise.Thank you.Regards.
How do I show a multiple line Salesforce addresses in a single form field using v2 components? I am converting a v1 page to v2. With v1, the consultant successfully used a template field to display the billing address of an account. An example of the template text is “{{BillingStreet}}<br/>{{BillingCity}}, {{{BillingStateCode}}} {{BillingPostalCode}}”. The same template field in V2, does not allow me to select the AllowHTML check box causing Skuid to print the HTML breaks as normal text. Even if I set allowhtml to true manually in the XML editor, Skuid still ignores does not render the breaks. Using the BillingAddress as a single field in the form doesn’t help at all. It shows on the screen with the text “[object Object]”Any suggestions on how to do this in v2 without having to create multiple fields?I have attached a Skuid Page that has a form with the example template and Billing Address field.
I am trying to get my Action Sequence to Creates a New Row and Add Default Value in a Salesforce User Lookup Filed. The Value that I am trying to add is the “running user” User ID. Tried using Add Default Value > Salesforce user attribute “User ID” but it’s not populating the model. Thx in advance
A user has reported that they are unable to see more than one filter option on a specific for all filters on the skuid page. I have been able to replicate this issue and also verified this is working for other users with the same access. I also verified the data is correct and not limiting to cause these issues.
To avoid having to find all the places where a pricing calculator might be used, I had the idea to create a “container” page that I use as a page include wherever I need to display the calculator. Within that container page I would use a page include and link to the specific page for the pricing calculator. Whenever the pricing calculator necessitates the creation of a new page for a new version, I would just update the page include on the container page. The thought being that this would effectively update the calculator everywhere that it is displayed. Are there any reasons not to do this? The pricing calculator is mostly standalone and does not have any parameters passed to it.
I've got a use case for a project where we are receiving image binary from an API and trying to display it in Skuid. When we run everything though Salesforce Apex code it works well.... we are proving the concept by converting the response blob to a base64 string which we save to a rich text field.... and we see the expected image on the record page. I'm having issues getting a snippet in Skuid to do similar functionality... whether just saving to a rich text field or trying to display the image using javascript + skuid without saving to the record.Any assistance here would be appreciated…. have worked on this for several hours.Thank you!
Add this to the Opp object and test this XML. Once you’ve clicked into the rich text field you can’t set any other fields to have focus. <skuid__page unsavedchangeswarning="yes" personalizationmode="server" showsidebar="false" showheader="false"> <models> <model id="Opp" limit="1" query="true" createrowifnonefound="false" datasource="salesforce" sobject="Opportunity"> <fields> <field id="Description_Rich_Text__c"/> <field id="Name"/> </fields> <conditions/> <actions/> </model> </models> <components> <skuid__buttonSet model="Opp" uniqueid="sk-1irP-15022"> <groups> <skuid__buttonGroup uniqueId="sk-1irP-15020"> <buttons> <skuid__button label="Edit in Popup" uniqueId="sk-1irP-15021"> <action
We are a Skuid on Salesforce customer and are preparing to migrate to Hyperforce. Has anyone else using skuid on salesforce migrated to Hyperforce? Would appreciate if someone can share their migration experience and any pointers they have for us. Thanks!
Is there a way for me to access the Skuid icons in places other than in buttons, tabs, etc. An example would be to be able to insert one alongside a text box or somewhere within a responsive grid division without needing another component in the division.
Working in v2 SFX, Right now I have a datetime field that is blank on a form. The picker shows the default time as 8:00 am with no day selected. My users would like it to default to 11:00am. Is there any way to do this? Using the TODAY function just defaults it to todays date at 12:00 AM.
We are using Skuid 12.2.14 V1 and we are using skuid in Experience Cloud as well.With recent Winter’25 Release, it is showing below error in all of tabs with Skuid pages added to them which is not letting the page to load in Experience Cloud.Even in Experience Builder, the same error is popping up.TypeError: Cannot read properties of undefined (reading 'publish')] Failing descriptor: {markup://skuid:page}We are using Aura Framework for our site.Is anyone out there facing the same issue?
Hi, I went through the steps using Postman to make a successful Get REST api call to return List items. I was able to generate the Access Token with full permissions. I’m not able to get this to work as a Data Source. Without going into great detail, can someone please point me to an example of using a SP List as a data source? Thank you in advance. GET - https://myspo.sharepoint.com/sites/NIntexSolutions/pocs/_api/Web/Lists/getbytitle(‘PSH%20Package%20Pricing’)/items
I have a long text field with <br> and <hr> in the text. I have put it into a text field with “allow HTML”. It does not recognize the <br> or <hr>. It looks like there is a lot of guessing how to make this work Here is the text:Good layout and location<br><hr>I showed the listing for another agent, please contact her here to ask her about what her clients think - Josie (630) 207-0000<br><hr>I really thought they were going for that one but switched gears and we wrote on another townhouse. Sorry I really liked that one. I think they found maybe some staining somewhere on a ceiling<br><hr>Great layout and overall location. Awesome master bath and nice kitchen.<br><hr>Contact Scott Wiley with Redfin for additional feedback<br><hr>Client liked the home and layout. They feel the home is overpriced based on the square footage and only 2 bedrooms. Is there flexibility on price? Please let me know. Thank y
Here is what I am doing:I have a very basic form for Agents to submit their property listings with us. They have to select their Agency, then it allows them to select their Agent name (both are pulled from our Account & Contacts in Salesforce).I have two lookup filters on the ‘Agent Name’ field - The first filter makes sure it only returns the Agents that are related to the Agency (selected in Dropdown above). The second, is a custom ‘Active’ field I use to determine if that Agent is still active. When this is not checked, they should not show up in the ‘Agency Contact’ field (see pic): The strange part: This works perfectly when I preview the form. However, when I save and test on the published page, it just wont work - driving me crazy.. Please help!!!RegardsAlex
Hi everyone. Today we are going to discuss integration between Skuid & K2!We are combining Skuid’s powerful front-end customization with K2’s robust process automation & data management capabilities together.To digest this information easier I wanted to create a 3 part video series on how you can achieve this integration. The first video I am releasing today describes how the integration works and provides a demonstration of the two platforms working together.Further videos will be released in the coming weeks, so make sure to check back here and subscribe to stay updated!I also want to give a HUGE shoutout to Andy Hayes, Chris Stern, Sam Alexander, and Jason Roberts for their help on this project.If you have any questions please feel free to reply to this topic or email me at connor.wells@nintex.comPart One: Part Two: Configuring SmartObject API: Skuid and K2 IntegrationFor part two we're diving into the configuration and integration of K2's SmartObjects with Skuid. This vide
It appears client side logic cannot be included in filter grouping logic. Filter grouping logic appears to only affect server filters. For example if you have two client side filters (1 & 2) and then a server side filter, your grouping logic can only reference the server filter and the server filters is actually referenced as filter 1, not 3, because filter grouping logic appears to ignore client-side filters. It also appears that client-side filter grouping logic defaults to an AND between each one and there is no way to add custom client-side logic for an OR.If my understanding of the above is true, I would like to ask for a feature request to add a client-side filter logic field so we can write custom logic on client side filters, like we do for server-side. It would also be nice to provide the user some idea on how the filter numbers relate to the logic. I don’t find it intuitive that filter #3 is actually server filter #1 in my example above.Posting In Ideas
Hi, Been doing some training in NLX with SF as a datasource for my models. After about 30 minutes, the connection to SF fails and I get the error below. Losing hours of work. Any help appreciated. The following errors occurred:1. Error retrieving metadata for model(s) associated with data source 'Salesforcev3'. Please check models' properties to ensure they are set correctly. Unable to authenticate to Salesforce. Metadata could not be retrieved. Login has been cancelled
Unable to display a UI field that I have configured in one model with a picklist from another model. Beleive that something is incorrect with the configuring.In my task model, I have configured a UI field which I have called "1st Vehicle Discussed". This field is set up as: - General Tab - Field Id: 1st Vehicle Discussed - Display Type: Combobox - Picklist source: Rows in Model - Return Type: Text - Picklist model - Model: Fund (this is a custom object) - Entry value: {{Bucketed_Fund_Names__c}} - Bucketed_Fund_Names__c field is a picklist field in the Fund object & enabled on Fund Model - Entry label: {{Bucketed_Fund_Names__c}} In the form that displays 1st Vehicle Discussed, I just see a blank drop down. However if I use {{Name}}instead of {{Bucketed_Fund_Names__c}} in the UI field picklist model, I do see the Fund record names inthe dropdown.Is there something that I am missing in configuring the picklist
Hello,I have a SFX skuid REST data source that queries a Snowflake REST API. I am able to successfully get results on page load with query on page load on, but when I turn off query on page load and I add a button action to query the REST data source model, I don’t get any results. Rest Data Source Model - When Query on Page load is true, I get results on page load.Query Model Button Action - When I click this button, the model doesn’t return any results when Query on Page Load is false. Also, if I click this button after page load with Query on Page load on and there are results in my model, the data is removed and new data is not successfully replaced. Is there anything I am doing wrong with my action for querying the Rest Data source?
Hi everyone, welcome to the Nintex Community! We made it! This post has tips for getting started: To report a post that’s outdated or a link that’s broken, send a message to nintex.community@nintex.com. A few housekeeping items: Posts migrated from the old Skuid Community were added July 8-12, 2024. They came in roughly in age order, with the oldest posts first and the newest posts near the top. If you posted during this time, your post might have been buried, so feel free to reply on that post to “bump it up” to the top. During the migration period, you may have gotten multiple automated emails encouraging you to select the best answer to your old questions. Do it! This makes it easier for others to find the answer. Access your groups here: https://community.nintex.com/groups. If you can’t find one of your previous groups, email nintex.community@nintex.com with the name of the group and we’ll get it sorted. Links within legacy forum posts to other posts no longer work. We
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.