Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
How can I pass the record IDs of multiple records (all rows in a model) to an Apex Invokable Method? I can follow the steps outlined in this documentation to pass the Id of the first row of the model, and the Apex runs as expected! But anything more than that single record…and I’m stuck.
Hello Skuid Community! I am attempting to use the "result of template’ under the Color format on my Calendar component, but having lots of issues. It’s a relatively simple formula, but whenever I put in any logic all my events render in a gray that isn’t part of my formula. I’m guessing I have something wrong in the syntax, but can’t crack the issue. Formula: CASE( {{AWBC_Party__c}}, “D”,#0015BC, “R”, #FF0000, “I”,#6F2DA8,#FFFFFF) Calendar rendering as gray, not following template despite both an R and D being present: Any help is greatly appreciated - I’d really like to avoid having three duplicate models powering my calendar, but that is the only idea I can come up with if this feature doesn’t work out. Best Woj
Hey all! I use some lookup filters in my Salesforce instance and hoped they’d pull through to my Skuid pages, but that doesn’t seem to be the case. They do work in Salesforce, just not on the related Skuid page. I also tried to use the Lookup filters within the Skuid Page, but they didn’t work either. All of the fields involved are in my two models, and I reference one of the fields I use as a filter as a default value elsewhere, and it shows up as the default value, just doesn’t trigger the filter. Any direction on troubleshooting lookup filters, or know issues with them, would be greatly appreciated. I’m on the latest version of the Edinburgh release Thanks in advance, Woj
I have a modal which by default loads a new row for an online form we run on our website. I then set an override on the ‘record type’ name field of the modal to be a type I know is available. However, I keep getting an error message that its a restricted value (which its not): What am I doing wrong here? Can you not do this on initial row create? Many thanks Alex
Hello all! I have a handful of 2 year old Skuid pages that use tables that recently began throwing errors about a missing required field when creating new rows. The pages were originally set up to use the Page Parameter ‘Id’ when creating these child records, but it seems to no longer work as a default value - however, it does continue to work as a model condition. As a fix, I’ve used the ‘Field from another model’ option, and simply use the record’s Id instead of the page Id. Can anyone tell me what may have changed on this particular object that would have caused the Id value to become hidden? Thanks in advance, Woj
Hello Skuidworld! I am working with a calendar component where I’ve limited the number of initial records loaded by the model to cut on the long load time. My calendar is grouped, and I am expecting to be able to query more records nad have the calendar groups grow accordingly. However, unlike other components where you often see a ‘+ more records’ option, the calendar has none. I’ve tried to add a button to query more records and merge in with the existing, but it doesn’t change the number of attendees listed. If I add a table component to the page, the button to query more records works, but not on the calendar. Is there a default data query taking place on the calendar that is overriding things, or is there another way to interact with the data to limit results at first, and allow users to add more? Any direction is greatly appreciated! Best Woj
I’m trying to combine two fields in a table to save screen space. Currently I have 2 fields - Product and Billed Product. Product is just a text field with the product name - which is useful/needed on this screen. Billed Product is just the auto-incrementing Name field that contains the link to the record. The LINK is needed, but not the “B-{00001}” value that is displayed. So what I want is a template field that displays the Product Name, but is a hyperlink to the Billed Product record. Here is what I have in the Template field: <a href={{Billed_Products_Mo__r.Id}}>{{Monthly_Bill_Product__c}}</a> This is close to working, except the linked URL is including “/apex” in the url and when I click the link, it takes me to SF Classic and a page that says the “URL No Longer Exists” https://mycompany–skuid.vf.force.com/apex/a0K1400000AAAAAAAA - URL that breaks https://mycompany–skuid.vf.force.com/a0K1400000AAAAAAAA - correct URL that I’m trying to create
I have a filter set on a Modal which displays radio button options. When a value has been selected how do I pass the selected value to a UI only field.
I have a page with lots of functions on. It displays a table. I want to re-use the page quite often but have different columns showing so was going to create different versions of the table on the same page with a conditions to show / hide. My question is whether this would slow down load times as even though only one table to loading, would it load the data in the other hidden tables
Hello, I have a pick list UI only field. When I select a value from the pick list, I run a snippet to update the existing field. Is there a way so that when I load the page, it will check the existing field value and default the UI only field value based on that? Thank you
I am trying to unpack a Skuid page but getting the following error: ‘There was an error refreshing one or more pages: 1. Invalid Page API version.’ The Skuid page already exists and I am trying to overwrite it with the latest changes. We did face the same issue when we were trying to create it initially, to resolve it we created a new page and moved the XML across. I can perform the same steps again but I wanted to know why I get this error intermittently? Any clues would be helpful.
Hello. Im new to Skuid and I would like to seek help from community. I needed to place a UI-only checkbox field in the UI and I wanted to run a snippet when user checked or uncheck it. Is it possible? Can you help provide example. Thanks!
Hi there, I’m new to using SKUID and trying to create a Lightning component with a table that inherits context from the broader page that the Table is on (ie. I want the base table component to be able to have context). I can see that my nested components have row level context, but how do I give a base-level table context? Is that just in selection of my model? Any help is appreciated!
I have two snippets and both were created based on Community user posts. I am unable to export my data and would like guidance on why this is not working. When I refresh my page it won’t even load the Page! The reason I’m using a Button is that the default Skuid Export Option is at the bottom of the Page and would like it at the top so users can download and Print the transactions. I’m using Skuid 15.3.14 Dubai with V1 API -------------------Version 1:------------------ $ = skuid.$; var tmodel = skuid.$M(‘Transactions’); console.log("Model length: ",tmodel.length); var fields = [ tmodel.getField(‘ActivityDate’), tmodel.getField(‘CheckNum’), tmodel.getField(‘TransactionType’), tmodel.getField(‘TransactionDetail’), tmodel.getField(‘Amount’), tmodel.getField(‘RunningBalance’) ]; tmodel.exportData({ fileName: ‘Transactions.csv’, fields: [fields], doNotAppendRowIdColumn: true }); -------------------------Version2:------------------------------------- var params = arguments[0], $ = skuid.$;
Is there any way to get the count of the child records for the parent record in context? For example, I need to know the number of the Quote child records for the current Opportunity in context. Any way to achieve this declaratively?
Hi Guys, Would like to ask since I am new to skuid. My client wants to have a customized list view. I have already created the page but I am not sure how to override the standard list view. I have a different approach in mind by creating an Object and assign the skuid page on it’s UI but not sure if that is the right approach. Thank you!
I am trying to get a connection between skuid and snowflake. It can accept ODBC and JDBC; however, those are not options in the connection drop-down.https://docs.snowflake.com/en/user-guide/organizations-connect I tried MySQL, MySQL, and Postgres but had no luck. They support Odata but have tons of limitations that would make it unusable for us. Has anyone been able to connect the two, or do you have any ideas?
I inherited some skuid pages and one of them being on V1. I added the export option for my table however, after several hours, I finally noticed it. I was expecting something larger than what is displayed. It’s so small and barely visible. Does anyone have any css or a way to make it more visible and maybe a little larger? Thanks
Hi, how do I replicate the powerdialer function to auto ring the Salesforce CTI when you click on a telephone number I’m using fastcall cti
I’m using the new Salesforce customer field address component and want to be able to use the address lookup feature on a Skuid page but I don’t see how that will work. Can someone please point me in the right direct? The first line of the address component is the address lookup. If the address is found, it autofils the rest of the address (like the standard address field on the account page in a normal salesforce detail page).
Makes no sense <skuid__page unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true" title="Production Management"> <models> <model id="Accounts" limit="" query="false" createrowifnonefound="false" datasource="salesforce" sobject="Account" type="aggregate"> <groupby method="simple"> <field id="Industry" name="Industry"/> </groupby> <fields/> <conditions/> <actions/> </model> <model id="Contacts" limit="" query="false" createrowifnonefound="false" datasource="salesforce" sobject="Contact"> <fields> <field id="Name"/> </fields> <conditions/> <actions/> </model> <model id="ContactsSelected" limit="" query="false" createrowifnonefound="false" datasource="salesforce" sobject="Contact"> <fields> <field id="Name"/> </fields> <conditions/> <actions/> </mod
Defect/Issue Description: As per title. Environment: API Version: v2 Release version: 16.0.5 Platform: Salesforce <skuid__page unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true" theme="SAS_Ink"> <models> <model id="accounts" limit="20" query="true" createrowifnonefound="false" datasource="salesforce" sobject="Account"> <fields> <field id="Name"/> </fields> <conditions/> <actions/> </model> </models> <components> <skuid__wizard uniqueid="primary-wizard" disableStepButtons="true"> <steps> <step stepId="w1_1" stepLabel="w1_1"> <components> <skuid__buttonSet uniqueid="sk-2Umc-26070"> <groups> <skuid__buttonGroup uniqueId="sk-2Uml-33095"> <buttons> <skuid__button label="&quot;Navigate to Step&quot; action does not work on this button" uniqueId="s
Is it possible to implement a Skuid button/interaction/action to open a Salesforce record what would be the normal Salesforce pages if there wasn’t Skuid? Looking to make a ‘Open this record in Lightning’ button escape hatch for users (probably really just me, as admin) to view/edit the record. At the moment I’m just using ‘previews’ of my Skuid pages for testing, and any link I click on goes to the Lightning pages, but I’m at the point where I need those to go to the skuid pages. But my pages are not full featured yet…
Hi guys, I have a skuid page on account object. It shows the contacts associated to the account and on the drawer on contacts it will show the related phone, email, and social associated to contact records. I can’t seem to find the right condition to show the related phone record that are associated to the specific contact record. This issue is happening to phone, email, and social. Please see XML file.drive.google.com Draft-Account-Contacts (1).xml Google Drive file.
Does anyone have an example of how to display currency properly in charts? I have a donut chart where the hover label shows them as currency (“Field (SUM): $1,000 USD”), but the chart itself displays them as numbers (“1,000”). The series data field type is currency but I do not see a way to format the series data field; just the split field. Thank you! Meredith
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.