Deep dive demo webinar: Get an in-depth look at the enhanced Nintex CE Platform
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
You know how you can set the running user of a report? Can a Skuid wizard set a running user as well? The use case is this: We want a regular (non-Systems Admin) user to be able to change another user’s profile and add a permission set with “the click of a button” type of functionality. Can this be done? Thank you!
I have created two pages, in page 1, I have a section from a model, that I need to display based on another model field value. In the action sequence I’ve queried that model. It works fine but I need to reload the page to see that change. Is there any way to reflect the change, without having to reload the page?
I am trying to get a field value using javascript but data.0 is giving error. Please suggest if the 0 is causing Uncaught SyntaxError: Unexpected number. cmodel = skuid.runtime.getPage('RSS_Support_Mainpage__v2').model.getModel('DialPad') //Ye {_parentPageId: 'sk-2n8w-14', dataSourceName: 'salesforce', dataSource: E, processOnClient: true, id: 'DialPad', …} cmodel.data.length //1 cmodel.data.0.Description //VM6472:1 Uncaught SyntaxError: Unexpected number
Hi everyone, it looks like showing through a field’s help text in a table is not possible. Is that true? Many thanks A
I have been banging my head against the wall trying to use a version of documentation to display a list of picklist values on a UI-Only field. I’ve been following the documentation and confirmed that it works without any changes from v1 to v2. However, it doesn’t work when I try to run the same snippet (slightly modified) to render a picklist field instead of a table filter. I’ve boiled it down to a very basic problem - it won’t console log the models ‘data’ property when I try it like so. var RecordTypeModel = skuid.$M('OpportunityRecordTypes'); console.log(RecordTypeModel); console.log(RecordTypeModel.data); var picklistValues = [] return picklistValues; I receive the following in console.log which doesn’t make any sense to me. How does a log of the model show the data property with 2 items in the array and then immediately logging the data property itself show blank?! I tested this on a v1 page and v2 and it’s only broken on v2. Any idea what is happening behind the scenes that
Hi, I’m looking to have a ‘table’ that picks up the starter conversation (section of a row) from another table, and then let people have the ability to discuss issues raised by the first table. I was thinking of a drawer but not I don’t see how this could work. I would like something that works a bit like chatter or teams but not them! Is there something out there that would work? Something that allows for discussions or chats? many thanks A
I’ve a table with rows from a model, I added a template field from that model. It shows a edit icon, when clicked displays a modal to capture the data. I want to display an “add” icon/button instead of that edit icon, also make it visible all the time. How can we achieve that?
Hello, I’m trying to override a new record page for a custom object in Salesforce. Is the best way still to go through Classic deployment and create a visualforce skuid assignment page? If so, where is the documentation for this? I tried this link, but it’s broken. https://docs.skuid.com/platform/v1/en/skuid/deploy/salesforce/visualforce/page-assignments
It may be right in front of me, but I can’t see it. Let’s say you have a table called stage with three fields: id, sort order, text You have another table with a reference field to that table: displaying the text field and storing the id I would like to display the reference field drop down sorted by the sort order field so the stages are in order I can’t seem to find the ability to specify the sort in data sources, or field override. Is this possible?
I am migrating from v1 to v2 in Skuid 15.0.7. I was using an error message system similar to what is discussed here however the same system doesn’t work in v2 even when I add a blank Title with the same unique ID as the Page Title in the v1 version of the page (It seems when migrating the Page Title component was removed and the closest alternative in v2 is Title). This is the code I used previously to display an error through JavaScript. var pageTitle = $('#PageTitle'); var editor = pageTitle.data('object').editor; if("some condition"){ editor.handleMessages( [{ message: 'some message', severity: 'ERROR' }] ); return false; } But now I’m getting this error I’m assuming this is because It’s not able to access the component with the unique Id specifies because the component (Title in v2) does not support it or it doesn’t have the editor object. In either case what is the alternative the can be used to achieve the same result in v2?
Hi everyone, nice to be back and asking questions! I have a pop up that has buttons. One of the buttons runs numerous actions. The one before last is to close the pop up, and the last one is to save the model. Currently the last action doesn’t take place. Could it be because it’s before closing the pop up? Many thanks in advance!!!
I’m looking for TREND V2.3 wordpress theme, please share the website which you know!
When exporting a design system in skuid I’ve been getting an error This CORS error on its own can be bypassed by using the link within the error message to download the zip file. After I did some digging I found this zip file is the same as the zip file stored in the static resources which I’m assuming is where the original design system is stored. However when I try to import this zip file I am met with another error. “The uploaded file is not a valid skuid theme” Is this a common error? And is there a solution?
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!!!
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.