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
Hello everybody, I’m experiencing a frustrating bug that I can’t seem to workaround. I have a Bar Chart Component with actions on the Series tab that open a Sliding Panel with a Table inside of it. I have the table set to be contextual based on the given bar clicked on in the Bar Chart. It works wonderfully on the first click. But, if I click out of the Sliding Panel and then select a different bar it keeps the context from the first click. Running v14.4.15 Here’s a screen capture of the problem. And a screenshot of the actions and context.
Has anyone found a way to suppress Lightning hotkeys when you have a Skuid page in a Lightning component on a record page? The only options seem to be using a Classic App in Lightning or using Visualforce instead of the Lightning component to embed the Skuid page. Neither of those options is particularly good so wondering if there is something better. Thanks!
I have template field in my table i have written html on it I have made it as input type as checkbox… I want user not to check this field for multiple records if user select one and if he selects next row checkbox previous one should uncheck … i tried to mAke imput as radio button but in radio button not working this way… pls help
To my best understanding, once you delete the app, all data would be deleted including the XML created for the Skuid Pages developed. If a user wants to save their XML data they can do so easily using the Skuid application. This will allow the user to reuse the Skuid Pages they developed at a later date (either in the same org or a different one).
i have made a table to display record and i have created an ui only field checkbox type… once the user click on the checkbox the button present in the button set shorld enable… if uncheck stays disable… it is working only for the first row… for sencond row when i check the checkbox buttons are disabled only… pls help…
So I’m trying to make a v1 page include that’ll hold a table with draws that users will be able to use to enter in a record and related child records (Product and Contributor). Because of this, I have turned off “Query on Page Load” for my Product model. However, this seems to crash the page when I select the tab that has the page include on it. The whole page just straight up goes all white. The page will keep working and the table will load if I turn “Query on Page Load” on and the model includes at least one entry however, as I want users to be able to use this table to create new Product records, I can’t have it populating with existing record info. Any of y’all know what I might be overlooking/getting wrong here? FYI, I’ve tested out running an action that removes the rows from the Product model via a button which causes the page to crash in the same way so I’m pretty sure this has something to do with the model being empty. Thanks a bunch, Greg
Hi everyone, I want to change the colour of a field’s background only when the value is changed and I would like the colour to only appear for a few seconds. I have the beginnings of a snippet but the hard part right now is to get it to work when the field gets changed. How do I set up the field to run the snippet on value change? Many thanks in advance
Has anyone been able to get a chart column or bar to be a fixed width? The responsive design is great, but my bars and columns are just too skinny!
Hello! I built a page last year using some UI Only picklist fields. When a user selects a value from any of these picklist fields, another component on the page is updated (the conditions are activated). How is this possible? I need to do it again but can’t remember, unwind, or find anything that clearly tells me how to link a UI Only field to another model’s condition. Any help would be greatly appreciated!
We’re using the Skuid component in the Lightning App Builder. The page included in the skuid page does not load/show in the lightning component. We are using the latest version of Skuid 14.4.8 Any ideas on what can be done to fix it? I appreciate any help you can provide.
I have a model (well a few models) powering a Skuid page. As long as I have a record that fits my model criteria, everything works as expected. However, if no records meet my primary model’s criteria, I get an Apex Heap Size Limit error. Any advice on pinpointing the problem or solving it entirely would be greatly appreciated!
Has anyone created a Design System that renders components to closely match how Skuid renders components using the default theme in V1? I would like to evolve our Skuid pages to v2 with minimum distraction to the business. With the improvements in V2 components, they can help me to resolve issues that I couldn’t with V1 components. However, I prefer not having to do that so ostentatiously with newly styled components.
I have a table where I have allowed sorting, but the icon for sorting in the column headings is not displaying correctly. If I select “circular” as the style, I get an empty circle and the hover text says “1 of 2” as opposed to “Sort By” which is does for some other columns. Regardless of what style I choose, the icon itself does not appear.
We are using Skuid pages as Visualforce tabs within a Salesforce Lighting App which is accessed exclusively via the Salesforce mobile app. We want to disable the pull-to-refresh functionality of these pages. Has anyone been able to accomplish this? Thanks, Kristen
First time using a page include on a V2 page- Previous uses on a V1 page allowed for a page include button to close the parent page modal on complete, but the same exact layout on V2 is not closing the modal. Is this by design? Or am I missing something?
I have a table of Approval records (we’re using the Advanced Approvals managed package), where there could be many for a single Quote Line. Reason being that the users need to be able to action on that particular record…and so that they can see all the Approvals that are required before all the Quote Lines (and thus the whole Quote) are “fully approved”. However, some of the calculation/updates really should be done at the Quote Line level - such as cost/margin calculations. What I want to be able to do: Use a Table of Approvals Field on Approval (whether UI-only or a proper field, doesn’t really matter) that is editable by product managers called “Target Margin” When Target Margin is updated/record is saved (the PMs might “mess around” with these numbers on multiple records based on circumstances), update an identical field on the Quote Line On the Quote Line, have a formula field to reverse engineer a “Target Discount”, so that the Sales user can see, “Oh, the PM is advising me to c
Hello, I’m using Skuid Platform on PostgreSQL. I’m struggling with drop down reference fields. If you click in the field and do a search, but don’t find what you want and choose to leave it (null) (it is not a required field) … on save, it throws a database error. It appears to be passing an empty string to the database on save. If you refresh the page, and don’t click in the field, leaving it empty, it saves fine. Any ideas for me?
I’ve been working on a calculator of sorts and was very excited to find out I should be able to make it work with a guest site. The great folks at leancog walked me through the basic steps, but then I got stuck… I believe I have everything set up correct: site is marked public, no pages require login, my objects are all available to the correct guest profile, but when I go to assign the skuid page viewer permission to the assigned guest user, i get an error that says: Can’t assign permission set Skuid Page Viewer to user XXXXX Site Guest User. The user license doesn’t allow the permission: Edit Files This profile has access to files, but edit files? Can a guest user edit anything? i thought not. Sometimes the error comes up as “Delete Files”. Surely this is something simple I’ve missed. Currently, my pages all simply load blank just like they should for someone without skuid permissions. Any help is MUCH appreciated!
I am trying to dynamically change button style variants on a table using the buttons display logic tab. I’d like to run a JS snippet to return true if another model has matching data. However, v2 doesn’t seem to send any parameters to the JS snippet like v1 does. Or, I just don’t know what they are. the default JS snippet has the following code which returns the row in v1 but is undefined in v2. const params = arguments[0]; How can I get the context of the row from the snippet without any parameters? Or what are the keywords?
I have a popup that happens from an action sequence. The popup appears to be unaware of its context. I manually call it using a html a href link with javascript from a template field in a table row using javascript:skuid.actionSequences.getByName('ActionSequence').run({'Id':'{{{Id}}}'}); A workaround I’m trying to do is pass the ID to the action sequence, which then updates a UI model’s field “SelectedRow”, then I’m trying to use the Id = that ID in that model, but I can’t use “field from another model” in the context here. Is there a way to do this with the XML? Or some other way I can pass context to my popup using this method? I want people to be able to click on a specific field and have that open a popup with particular context/settings to edit not that field, but a related field on the row. If anyone has any ideas it would be very helpful. Thanks!
I have been using page include for years. If I put the Id in the page include “MemberId=a0gj00000010mVUAAY” it does not find the record. If I assign a single specific record Member as a0gj00000010mVUAAY. Then previewing just the included page on it own finds the record
Hello, I have a field that will not show in a table component with a filter condition to another model by its ID, but it will display if I put the same ID value into a UI field first and then join by the UI field. Example: Contract model with a field for student id Student model with id and uuid fields Student table component with id and uuid fields Use a condition on the Student table where the id is equal to contract.studentid field Result: only the id field shows in the table, not the uuid Work around that works: Create UI field for the student id Update UI field with the contract.studentid value Use filter condition on student model where the id is equal to ui.studentid Result: both the id and uuid field show in the table I can’t figure out what the issue is. Any ideas?
Hi, I am using a field editor on a card in a deck. The deck itself (so the cards) are based on a basic Model A which has 10 rows, essentially names of clinics. The field editor is based on an aggregate Model B with a context that relates to the clinic. Model B is grouped by Clinic and Category. I have the cards set to take up the full width of the screen, and the field editor to fit to content. The categories “naturally” render vertically. I am wondering if there is a css or otherwise property I can key off of to get them to render horizontally. I tried going through the html in the inspector, but I couldn’t find any relevant properties. Thanks for any help!
Defect/Issue Description: If field is updated by model action then model.cancel() doesn’t cancel all changes Environment: API Version: v2 Release: Chicago Release version: 14.4.11 Platform: Salesforce Action Performed: Using the XML provided, open it as a user. Save model changes (table should have 1 empty row) Enter ‘aaaa’ in Field1 notice Field2 is updated by Model action to contain ‘test’ Press the cancel button once. Expected Result: All changes (including Field2) to be cancelled/cleaned, so user can go to the last saved state of the model. Actual Result: Changes in Field2 are not cancelled, user has to press cancel button again. Additional Resources: <skuid__page unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" showheader="true"> <models> <model id="UiModel" limit="20" query="true" datasource="Ui-Only" createrowifnonefound="true"> <fields> <field id="Field1" displaytype="TEXT" length="255" label="Field1"/> <
We’re looking at a requirement to create a table of payments that has a Total row, but also a row for a calculated Balance beneath the total (screenshot). Is there some other way to get the columns to align other than fixing the column widths? Or is there another way any one has done this sort of thing? Our client was not keen on displaying totals out of alignment with the columns (e.g. putting the totals in a different section / blocks above or below the table).
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.