Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
We have a tab override for our opportunity’s tab that was created 2 years ago and would like to know if this syntax is still valid? We are trying to debug an issue and may think this redirect may be the cause. Thanks! <apex:page standardController="Opportunity" action="{!redirect}&amp;actiontype=New&amp;objecttype=Opportunity" extensions="skuid.Redirects"/>
Watch the video below, but in a nutshell, I’m using merge syntax in the split template to display the labels. When I apply a filter to the model, the merge syntax is dropped.This is on Skuid Platform.
Is there a simple way to do this?
I am creating several rows in a model, some of which have internal reference fields. Save fails with “invalid reference field” error.Example:These new rows exist in the model:Row 1: {Id: ‘new1’, Parent__c: ‘’}Row 2: {Id: ‘new2’, Parent__c: ‘new1’},Row 3: {Id: ‘new3’, Parent__c: ‘new1’},Row 4: {Id: ‘new4’, Parent__c: ‘new3’}After save, Row 1 is saved, all the others fail to save.Skuid is somehow not processing/adjusting the internal reference fields during the save?
Will someone help me figure out how to write conditions for this case?I have a model (ModelA) with a lookup field called Staff__c.I have a model (SelectedStaff) which will either be empty (if no staff is selected) or have one row.I want ModelA to return records where Staff__c=null when the SelectedStaff model is empty, and Staff__c=(SelectedStaff)(Id) when it’s not empty.I’m struggling to write conditions to do that. Help?
I have a table of accounts and for these accounts there is a row action that opens a popup to create a new activity record. In the popup there is a contact field which I would like to only filter in contacts who belong to the account that the popup was activated on. Currently when I open the popup and search for a contact to enter, the drop down pulls in all contacts in the database. Another issue when attempting to set the filter is as follows: Popup: Field props When going into Filters > Select Field: Note it says Contact. I select the Account ID: Account ID appears on the left but not on the right for ‘field’ When I change the “context” it reverts to [No Field]. Is there a way I can set this to only pull up contacts that are on the account in context? Thanks.
Yo!I was wondering if a Skuid Lightning component in a Napili template could access the search parameters typed into the default Napili header? That way we could use a Skuid component very easily on the search results page.Just toying around with different options and was interested in seeing if that might work without writing a custom Salesforce header or using a Skuid header.Ta!Louis
We have recently upgraded SKUID with Millau version and after this, unable to assign value of running user attribute in a model condition.
In lookup field search properties, skuid provide functionality that we can add search fields and also we can change the table header name with Custom Label. so I am trying same but on lookup table column header, the salesforce field label is appearing, not the custom label.please do let me know if you need more details.
I have the following URL I would like to use in the “Go To URL” so the page opens in a popup after pressing a button. <a href=“javascript:void( window.open( ‘https://form.jotform.com/73115454712148’, ‘blank’, ‘scrollbars=yes, toolbar=no, width=700, height=500’ ) )”>Ask A Question Can this be done Is there a video or instruction on how to achieve?
I’ve got a use case where I have an application that logically creates data based on the users input and attribute on products and bill of material. I use a snippet to cycle rough the data and then insert into a model and save. The volume can be 400-600 records and is at times an issue for Firefox and IE…user getting “browser non responsive…do you want to continue”. So I’m looking for ideas on a better options. I was thinking about trying to pass to apex and avoid the browser save
How do I conditionally color background of division if value of checkbox field (named agenda__c) is true? Basically trying to highlight fields if the agenda checkbox is checked.
Dependent picklist value is not picking picklist value according to controlling picklist. It was working fine in older version but failing in Millau skuid version.
According to Zach McElrath’s comment at the bottom of this post, the calendar component should query my event source models “after applying appropriate boundary Conditions on the StartDateTime and EndDateTime fields (e.g. so that only Event records for the currently visible Month / Week / Day will be pulled in)”…as long as I uncheck “Load Model on Page Load” and query my event source models through an action on the page. However, I am currently loading my models through an action on the page (not on page load) and yet my calendar component is not respecting the boundary conditions of the currently visible month, week, day. I’m getting an Apex Heap size too Large error message, unless I manually apply some conditions to the event source models which can be set through a filter set button. Doable, but this creates a less-than-ideal UX where the user has to filter the date range of the model(s), in addition to setting the currently visible month, week, day.
I’d like to provide users with the same icon-selection experience that we have in the skuid builder to populate an “Icon” field on the runtime side of a skuid page.Help?
Hi All!We just upgraded Skuid to Millau 11.0. We are using Iframe to load a Visualforce page in Skuid, and when clicked preview button in Lightning mode, it worked well. But it does not work when we embedded to a Lightning record page, this Visualforce page cannot load.Any help to fix will be appreciated.Thanks.
I have a REST service I’m trying to hook up from an external platform. It is setup using a Separate Authentication URL and Apex Proxy. I can verify that the payload is returned with the expected data when the model is queried via inspecting the network and the structure looks the same as other REST services I have setup. However, the payload is not passed to the model. This feels like a bug, but was wondering if there’s a setup step missing. The payload looks fine with Postman. Here’s a screenshot of the beginning of the return: I should also add that the model setup works like I’d expect with being able to add fields and such.
I have a queue component under which multiple records can come on basis of a condition I have applied in model. I need a button next to each and every queue element. Number of elements is dynamic in queue. Thanks
When trying to convert an Account Skuid Page to a Lightning Component, we’re running into the issue of nothing showing up after we click save and preview. We have filled out:Page Name: exact wording for the page name we’re trying to call in SkuidPage Type: DesktopId: Page ID of the Skuid Page we’re trying to callPage Parameters: We’ve left this blank. Should we be filling it out?Filters: Blank - should we fill these out?Thanks!
I have around 30-35 UI-only fields on a model which I am using for validation purposes. It seemed to be working fine until last weekend but this morning I’ve been experiencing performance issues. The page doesn’t load at all and the browser console doesn’t give any errors either. On chrome the page tries to load and eventually crashes. The page loads if I go in and delete all the ui-only fields on the model. Any help/suggestions?
Hi maybe a stupid question, but never had to use this before and now facing a weird issue In a rich text area, I want to Bold some Currency & Date Fields, using field merge, But unless I use triple brackets, it would not go bold Problem with using triple brackets is that it loses the formatting of field (currency or date formatting) Any way to bold some merge fields using Double brackets only? See example below: the first line is using triple bracket, so I lose currency formatting but goes bold the 2nd line does not go bold but has proper currency formatting Thank you
Just updated an aggregate model, and the grouping field is no longer showing up in the model’s data during runtime. Setup: Runtime: As you can see, the data is grouped, but the grouping field is not in the data. What’s up with that? I’ve changed the name of the grouping field. I’ve removed it and added it back. Nothing seems to make a difference. Help? I’m running 9.5.17. Was previously working on 9.5.16, I cloned the working page and made some changes, and today the cloned page wasn’t working on 9.5.16. I upgraded to .17, but that didn’t help.
Hey!Apologies if this is in the documentation and I missed it.Firstly, I’m really loving Millau. Sooo coooooool. A***Here’s the question:If I have two separate Skuid Lightning Components (using the Skuid component in the Lightning App Builder) one of which is publishing an event with a value and the other of which has an 'Event Triggered Sequence" listening for that published event. How can I use in my second component any values I pass with the published event from the first component?I can get one component to perform an action triggered by another (which in itself is so awesome), but how can I pass data between them?Cheers!Louis
Skuid 11.0.0 Add this to CSS /\*ALL RADIO BUTTONS\*/ .nx-radiolabel{ padding: 10px 5px 5px 0; }
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.