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
Hello!! This could be a paradigm problem, so let me know if that is the case. We have created a page that our user works through a list of records (table) that need action taken on them. Each row on the list has a drawer with action buttons and more information. We have a few buttons that call a flow immediately, and we have a few popups that make changes to main table’s model. Our user enjoys seeing what they changed upon save. However, when we use a button that calls a flow or a popup where changes are saved in the popup, the changes are not visible until we refresh the underlying model or the table, but that causes the user to lose their place on the page, and sometimes lose the record from the table if it has changed enough to be excluded from the table filter. Is there a way to force a refresh on just one row in a model? I was also starting to think, maybe there is a better way to display this kind of task. Thanks!
Quick question for those more familiar with features in v2. I am attempting to leverage the drawer feature on tables. Is there still not a way to make it a “only one drawer open at a time” setup natively? Maybe I am totally missing something or this is a new feature in Boston, of which I have not gotten to just yet 🙂 (I am still on Boston) Now for some feedback: I certainly see the benefit of allowing it to be open for multiple rows, but you reach a scalability/performance issue when you are dealing with a lot rows and data (at least the way I am trying to use it). From a performance and efficiency stand-point, I prefer to open one drawer at a time and call the respective child records of that row at the time the user needs it. I envision a world where this feature is dynamic: if you want it to be able to open for multiple, check this setting. If you want it only open for one at a time, click this setting. Everyone wins. Also, I am aware of some javascript on posts that help address t
Hello Skuid Community! Hoping to get some help figuring out if it is possible to display Global Actions next to each other, rather than requiring a click into the drop down menu. My users keep overlooking the dropdown that leads to anything other than the first Global Action. Thanks!
On the page https://portal.skuidsite.com/designsystem/samplepages there is sample code for all examples except the one I am looking for https://portal.skuidsite.com/designsystem/samplepages/preview/ordersdashboard I am looking to see how the “Segment by Subcategory” creates the chart.
Is there an example of an app that has used this that I can see on the App store or in a Skuid environment? https://docs.skuid.com/platform/en/skuid/deploy/native-mobile/
Can a UI-Field be used to count the number of records selected in a query? The first record would be “1”, the second “2”, the third is “3” etc.
Does anyone know how, if at all, a reference field can behave like a standard Salesforce lookup field - in that if you do not find the record you’re after, you could simply create a new one on the fly from within the lookup / reference? I’m trying to standardize inputs by moving from a picklist to a custom object in Salesforce, but a key functionality is adding the new records while in the process as they come up - which doesn’t appear possible with Skuid, unless I go the route of exposing several other fields through render conditions to make sure I capture all the required fields, then using actions to add a row to that model on save.
Hello, API v1 I have a table with a multi-select picklist that has the following settings. The problem is that users see all of the picklist values regardless of what record type the user belongs too. I want the filters to only show the values that are part of their record type. The table’s model is not loaded on page load since they need to select filters before they can load or else there is too much data. What are my options to fix this? Thank you!
how to use apex methods in skuid pages
Hey! Is there an end-of-life planned for V1 pages? I See in the documentation that there is a V1 to V2 converter, but it says I can access it from the more options on the page list and I don’t have that as an option (Skuid for Salesforce). I very much don’t look forward to converting all my pages, but I want to make sure I don’t get caught with my pants down if you announce stop of support for V1! Thanks!
I have created a printable form using skuid components in a V1 page. It looks and works great. I just have one last snag. we now need to print these forms. The checkboxes in the table components are too light when in read mode. They don’t even print on some printers and others they are barely visible. Though I can put a template component with checkboxes in them and style those fine, I cannot get the any styling approaches to take effect on the checkboxes in the skuid table components. Can someone rescue me from my design prison? Just a black border would be fine, but the ability to control border color, weight, background color and size would be great. I know there are issues browsers and checkboxes, but I am able to style checkboxes in a template component, so why not a skuid table component? Thanks!
Hi, I have a model where multiple rows are present, Lets Say i call it Model A. I need to insert all the rows from Model A to another Object Model, lets say Model B. I want this from a sinlge button action i.e., User will not select or Mass select the rows from Model A. I want a single button action which will select all the rows from Model A and Create records in Model B. I used the Create Row(s) action, but it is just picking the first rows from Model A. Other rows are not getting inserted into Model B. Is there any way we can achieve this? P.S- I am avoiding writing a Java Snippet. Thanks fellow Skuidders.
I have one user whose Skuid pages won’t render the information; I have no idea what could be causing this issue. The user has the same permissions as the rest of the team; we tested other browsers, Computers, clearing the cache, and still no luck. Has anyone been experiencing this?
how to use salesforce workflow rules and flows in skuid pages
Is there a way to get at the none label in a picklist created by a custom field renderer? I have an integer field that is conditionally rendered as a Yes/No picklist. We’ve been using a separate field Not_Applicable__c but I’d rather just use the blank value of my Value__c field and relabel to say “n/a” I’ve tried field.options.nonelabel=“n/a” and field.options.addnoneoption=“true” which mimics what shows up for a normal field in the XML when you make it required and add a none option, but they don’t have an effect. They either don’t add a none option to my radio buttons, or if I make the field not required, the default null option shows “-none-” Here’s the snippet I am using var field = arguments[0], row = field.row, value = skuid.utils.decodeHTML(arguments[1]), metadata = field.metadata, element = field.item.element, $ = skuid.$; isNA = (row.Not_Applicable__c); isYes = (row.Type__c == 'Yes') ? true : false; isNo = (row.Type__c == 'No') ? true : false; response = row.Value__c;
This does not seem to affect the loading of the page. But, we are seeing the following error. Why?08:08:37.2 (31924968)|METHOD_ENTRY|[898]|01p3B000005lMvV|skuid.SaveHandler.putSObjectSafe(SObject, String, Schema.DescribeFieldResult)08:08:37.2 (32962382)|SYSTEM_METHOD_ENTRY|[1176]|com.salesforce.api.fast.System.compareObjects(Object, Object)08:08:37.2 (33108649)|SYSTEM_METHOD_EXIT|[1176]|com.salesforce.api.fast.System.compareObjects(Object, Object)08:08:37.2 (33166270)|SYSTEM_METHOD_ENTRY|[1182]|com.salesforce.api.fast.System.compareObjects(Object, Object)08:08:37.2 (33279837)|SYSTEM_METHOD_EXIT|[1182]|com.salesforce.api.fast.System.compareObjects(Object, Object)08:08:37.2 (33335908)|SYSTEM_METHOD_ENTRY|[1197]|com.salesforce.api.fast.System.compareObjects(Object, Object)08:08:37.2 (33440943)|SYSTEM_METHOD_EXIT|[1197]|com.salesforce.api.fast.System.compareObjects(Object, Object)08:08:37.2 (33498445)|SYSTEM_METHOD_ENTRY|[1204]|com.salesforce.api.fast.System.compareObjects(Object, Object)0
Hi guys Love the product! I have one challenge - My customers access my custom booking object (via VisualForce) to make a booking. I allow them to select their Account from a picklist. What I am trying to do, is set the ‘Record Owner’ of the Booking to be the Account Owner already assigned under the Account (not the current user that’s set for the page). I have tried setting as reference (MyCustomObject__c.OwnerId = Account__r.OwnerId) but no luck. Could you tell me how I can achieve this? Many thanks in advance. Regards Alex
Hi all, I am having an issue with a REST API query method merge parameter not working after upgrading to Boston. When I attempt to view the fields, I get the following error: I get this same error if I pass nothing instead of the merge parameter. It works if I hard code the Data Source URL to the sample value. This leads me to believe the merge parameter is no longer being merged into the url. I tried using triple braces, but that did not work. Any ideas on how to resolve?
I have a Skuid page that is used on a Lightning Community. It has a query to show recent questions posted to the Community Discussion. Both guest and authenticated users can see the Community Discussion on the standard Compact Feed layout. When I preview the Skuid page that is configured to show Feed Items the data is visible for Authenticated users but not for Guest users. Any idea why the posts aren’t visible to guest users via my Skuid page - but they are on the compact feed layout?
The old skuid forums had excellent search functionality allowing you to type in some key words and it would usually be good at finding something along the lines of what you’re looking for. This newer skuid forum system’s search on the other hand seems to not return any results if you type more than 1 or 2 words into the search severely reducing the functionality of the search feature to find existing threads to help with issues. Is there something I’m missing here or another way to search that is better?
I have a button that opens a popup that has a page include. Inside this page include I have another popup for a field editor that closes itself when it is done being worked with. When done working with the original popup, the page include will “close topmost popup” to close itself. When trying to reopen the popup (press button again), the popup will show “Loading” as if the page include is loading, but then will be blank as if there is nothing in the page include. If this blank popup is closed and then the button clicked again and the popup reopened, the page include will load normally. It seems like reloading the original popup will be blank if we ever had the second popup (under the page include) up. I don’t get any errors or anything in the console. I’m not sure why this is happening or how to fix it. This is on the v1 editor
As per subject. Client wants to open wizard in subtab and close the tab once done using wizard.
Have a five step wizard and the fifth step is a page include. When that page loads, I want an action sequence to run. I see that action sequence can be triggered by Skuid : Page Rendered, but how do I trigger that event without that action sequence running on all wizard tabs?
Is there an example of Design System “Tooltip” and how it implemented in Skuid?
Hello, If there is a Salesforce Model which has ‘Query on page load’ off, and the model has ‘Model required’ for its initialising event. Are the actions meant to be executed. If not, anyway around this? I want to have a filter model, which gets queried when a filter is selected and in turn runs certain actions. Though, currently its executing actions on Page load which only be executed during ‘Model required’ event and this is interfering with initialisation of page or causes things very messy initialisation. Best, Lukas <skuid__page unsavedchangeswarning=“yes” personalizationmode=“server” showsidebar=“true” showheader=“true”> <models> <model id="SkuidPages" limit="" query="false" createrowifnonefound="false" datasource="salesforce" sobject="skuid__Page__c"> <fields> <field id="Name"/> </fields> <conditions/> <actions> <action> <actions>
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.