Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
I have a field in a table that I want to add a label, which means, I want to put a text that links to an URL. For that, I created two fields in a custom object, so I want to show the label of one field and this same text should have the content (URL) of the second field, is that possible to do in Skuid? Bonus question: can I do the same, but instead of using a text, I’ll use an icon, is that possible as well?
I have a chart component that shows customers and volumes. I am using an aggregate model to present these totals, but I am unable to figure out a way to sort in order to get it to display in descending order, with largest on top. Because the aggregate only exists in the model, I can’t use it to order by, and ordering by non-aggregated totals doesn’t give me the correct order. Any ideas for me Skuid Community? Current chart, no particular order.
Hi All, I used to use Skuid about 3 years ago, so I am familiar with the product, but unsure if this is possible today. Is it possible to launch a Screen Flow from a Skuid Action button? And if so, is there any documentation about this anywhere that you can link me to? Thanks, Paul
Hello Skuid Community! I have a chart that is working great, but it shows my amounts with decimals. Although I am capturing the field with this level of detail, it’s easier to read on a chart when rounded. However, if I use override the field’s metadata in my model to remove the decimals, my chart breaks and no values are shown for this field - all columns are just zero. My series does not appear to change when I toggle the metadata override on and off, but I only get results on the chart when NOT using the metadata override. I’ve also noticed my chart will not show currency signs for data labels, even though they are present when you scroll over the chart. Working chart: Toggling to override field metadata: Resulting ‘broken’ chart: Series - unchanged despite sometimes working and sometimes not depending on the override: Currency showing on hover, but not on data labels: Does anyone have any ideas of what might be going on here? Or how I can further control the formatting of
Hi, I want to change the background colour of a row in a table on the condition set by a field that is in the model but will not appear in the table. Does anyone know how to do this? Many thanks
I am working on a Skuid page to replace the SalesForce Add Campaign Members page. There is a search function on Contacts that returns results in a table component. One of the table model fields is a UI-only field with a list of available Campaign Member status values based on the Campaign record type, with a None option. When a user selects one or more Contacts (rows) in the table to add, I want to enforce that they also select status for each row (ie., it’s not blank/ none). How do I enforce that they have selected a value for just the rows that are checked when they click the Mass Action? Branch logic runs on every record that’s returned in the table and I want to run an action just on the selected rows for the Mass Action. I appreciate any suggestions on how to do this. My fallback option is to set a default value and not do a check. Thanks! Meredith
Hi everyone, is there a way to add a render condition on a button or field based on a user being part of a public group in Salesforce. I don’t really want to add users individually. Many thanks
Problem: The user experience of my table is not moving from one field to the next by using the tab key. Is there a setting somewhere that defines the field tab order within the table?
Hi everyone, I’ve tried to organise the rows in descending order using a date field but it’s not responding at all. I just want to order the rows in latest added to be at the top of the table and then oldest at the bottom, however I just can’t seem to make that happen. Anyone has a solution for this? Many thanks
I can’t figure out how to update the First/Previous/Next/Last color at the bottom of a table.
I get an error message with the “File Upload” Component in my Skuid Page. Whenever I upload a file over 600kb I get an error message “Could Not Upload File: Authorization Required”. Only happens on skuid page and not in the standard record page or customer portal experience templates.
Hi, I have created a table which uses a custom object to which is attached an approval process. I’ve got a button that submits the approval. All that works fine. Users are able to approve by email and the table updates perfectly. However, users would like to also be able to approve directly from the table. I’ve tried adding buttons to approve or reject (with the proper action through Salesforce) but no matter what I do it won’t work. I’ve created a drawer with two tables that contain information (through models) on the ProcessInstance and on the ProcessInstanceWorkItem, as I cannot do that through the original table. I have the ProcessInstance model linking to the row record id of the first table. And I have the ProcessInstanceWorkItem linking to the ProcessInstance id. I was hoping this would work but the approve/reject buttons remain passive. Am I trying the impossible? Has anyone been able to do this before? Many thanks in advance!!!
I am looking to have a Skuid Page Auto Refresh following the completion of a flow. The user launches the screen flow from a skuid submit button. Following the completion of the flow, the salesforce record changes its status. With that said after manually refreshing the page, the submit button is replaced with an open button. I’m looking to create a better user experience by having the page auto-refresh following the flow completion. What is the simplest way to achieve this?
Hi everyone, I’m sorry, I’m constantly asking questions. On this one I’m at my wits’ end. I’ve created an approval process (email templates to go with it), and I’ve created a skuid table. From the table I set up a button to trigger the approval process (which is active). I’ve followed the steps (part 1) from here What you need to know: Skuid and Salesforce Approval Processes But…nothing seems to be happening. No emails are being sent. I’ve tried soooo many things but it’s like this thing is dead in the water. Help is very much appreciated Many thanks in advance
Is there a way to report on who is viewing Skuid pages? We are looking to get metrics on which pages are or aren’t being used. Most are hosted on VisualForce pages and SalesForce allows you to report on the view counts per security profile per page. However, I’d like also to get counts and last viewed dates for our pages by specific user. Is that possible? Thanks! Meredith
are there themes we can import at the click of a button by chance, I’m surprised there isn’t a list of themes already built in we can select from, can you help? we are looking to import many themes to see which ones would be most appropriate, colors, fonts, backgrounds etc Looking for something closer to stock trading software themes with dark/black backgrounds, colors that pop, and more efficient use of space like these: Willing to pay someone $250 to have this created?
I have a custom javascript model loader function that I sometimes use. I’m curious if it’s possible to override the standard load of a model with this function instead (when applicable). I’ve tried simply setting the model.load() function to instead call my custom function, and this works when using model.load(), but it does not work in most instances of a model querying, such as the Query Model action in an action sequence, or updating filter/search conditions for a model on a table. Is there some other function I need to override to achieve this? If anyone has any ideas on this topic it would be very helpful. Thanks!
Is there some way to change the display settings of multipicklists or set up a custom multipicklist renderer so the field displays 1 selection per line instead of the default of just listing every selection out in one big text block with commas in between each selection? Currently working in V1 Thanks!
we are calling invocable apex, and it creates multiple records When the record is created we want to get notified back in skuid page so we can refresh/requery one of modal and show./hide loading screen.
Hello all! I am looking for a way to attach an ‘ID’ attribute to the Row Actions of a table. We have a javascript snippet that runs when certain actions are taken on the page, and it evaluates certain conditions in order to make certain rows of the table ‘Unavailable’ to add. In order to achieve this, we would need to determine which Button corresponds to the correct row and set the Disabled attribute. Does anyone know if there is a way to dynamically reference a Row Action based on a Row object (Like what is returned from skuid.model.getRows()). Thank you for any suggestions!
I am asking for help with something I’m working on in my business. It’s a small piece of the methodology of offering, documenting, predicting the case study, delivering the work product, writing up the case study, and then evaluating its value with you. If you feel like you want to pay me, I will insist that we talk about what you’re passionate about and donate that money to something representing that. I love learning what people’s passions are as I see their best selves every time given a little time to build that momentum. It’s such an amazing thing to see. It’s so so rewarding. I’m doing this because I’ve recently experienced a client being upset with me in how I was delivering the work product. I have been unable to resolve the issue in my mind fully and wish for it to never happen again. Basically calling in all my chips to these for those who feel I really helped them with something on the Skuid community. I’m going to toot my own horn a bit here. 😊 There have been countless ti
Cmon! Who else can relate? Save or don’t save? What was done last?
How does Skuid use/store a Client Certificate to authenticate into a REST endpoint when Apex is used as proxy? When creating a new data source developer can provide a name of a Client Certificate. I have noticed that the Client Cert doesn’t have to be populated under Skuid → Data Source → Data Service tab. Also, Client Cert doesn’t have to be populated under Set up → Certificate and Key Management → API Client Certificate. Therefore, Does Skuid not use Salesforce’s process to attach a certificate to a request? How does Skuid use the certificate and attach it to a request when Apex is used as a proxy? Does Skuid copy or store the certificate outside of Certificate and Key Management? Best, Lukas
SFX V2 16.0.3 Do so and hit the ESC key on the keyboard and observe the multitude of fun UX. 😃 <skuid__page unsavedchangeswarning="yes" personalizationmode="server" showsidebar="false" showheader="false"> <models> <model id="Accounts" limit="20" query="true" createrowifnonefound="false" datasource="salesforce" sobject="Account"> <fields> <field id="Id"/> <field id="Name"/> <field id="Opportunities" type="childRelationship" limit="10"> <fields> <field id="Name"/> <field id="StageName"/> </fields> </field> </fields> <conditions> <condition type="join" value="" field="Id" operator="in" enclosevalueinquotes="true" joinobject="Opportunity" joinfield="AccountId" fieldtargetobjects="Account"/> </conditions> <actions/> </model> <model id="Opps" limit="" query="false" createrowifnonefound="false" datasource="salesforce" s
SFX V2 16.0.3 Using the Select a field to insert works properly and shows fields on the child object Using the Open Resource Editor doesn’t work properly and shows fields on the parent object. <skuid__page unsavedchangeswarning="yes" personalizationmode="server" showsidebar="false" showheader="false"> <models> <model id="Accounts" limit="20" query="true" createrowifnonefound="false" datasource="salesforce" sobject="Account"> <fields> <field id="Id"/> <field id="Name"/> <field id="Opportunities" type="childRelationship" limit="10"> <fields> <field id="Name"/> <field id="StageName"/> </fields> </field> </fields> <conditions> <condition type="join" value="" field="Id" operator="in" enclosevalueinquotes="true" joinobject="Opportunity" joinfield="AccountId" fieldtargetobjects="Account"/> </conditions> <actions/> </model>
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.