Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
When in a list view, of a custom object, I now see the error: “There was a problem rendering a component of type skootable: Cannot read property ‘indexOf’ of undefined”This seems to have happened only after we upgraded to Brooklyn release from release 8.11, this did not used to be a problem. Please advise
Hi everyone - I have been pulling my hair out trying to find any reference to event attendee tracking in Skuid… Can anyone tell me how to add and manage invitees in a Skuid event custom popup? I played around with Event Relations to no avail…help!
Skuid Version: 10.0.1 Issue#1: A pop up cuts off the content if the frame is moved prior to the content being loaded. Not sure if this is intended behavior or a bug, but its frustrating. **First Screenshot ** Issue#2: Loading a tab and moving the pop up causes the remaining tabs to have their content cut off respective to the size of the tab you were last on. Again, not sure if this is intended behavior, but I could have sworn that a pop up used to resize based on its’ contents. It seems as though my pop ups have static heights. Issue#3: If my memory serves me correctly, a pop up used to find the center of the page and fit the page according to that center. In 10.0.1, the pop up frame seems to launch from the middle and stretch downward. Skuid 9.3 behaves correctly and will launch from the middle and stretch both up and down to fit perfectly center on the view-able screen. **Second Screenshot **
Upgraded to 10.0.1 - Can no longer package pages into Static Resources. The page hangs and just says “Packaging Pages into StaticResources…”
The “NEXT_N_WEEKS” date function in model conditions is not working properly for me - and neither is “NEXT_N_DAYS” or “NEXT_N_MONTHS.” All of those functions only set date as the next week, or the next day, or the next month - even when I put in other numbers than 1 as the “N” value. Any ideas?
As the title states, all of my page includes do not display the standard “loading” text when a page include is being loaded. This results in a bad user experience as popups can be blank for a few seconds.I am on version 10.0.1 with up to date themes.
Scale to mobile tables have a slider that displays the filters. This is great… when they work. They are no longer responding to tap on my iPhone 7 plus with iOS.
there are certain filters that makes “my Opportunity” filter to turn off. as you can see here: i toggled on “My Opportunity”, but when i tried filtering using “Stage”, “My Opportunity” get turn off automatically this seems to be persistent no just filtering by “Stage”(Multi-Select), also by: Team Type(Select Option), Lead Source(Multi-Select)
I have an Item List Skuid page which lists out a custom Item object. The query is very slow and I’m working to track it down. Here is my initial SOQL for on the page load: SELECT Name,SCMC__Item_Description__c,AC_Lowest_Supplier_Catalog_Price__c,AC_Lowest_Catalog_Cost__c,AC_Archived__c,AC_Catalog_Supplier_Manufacturer_Numbers__c,Popularity__c,AC_End_of_Life__c,Product_Type__c,Product_Line__c,Product_Line__r.Name,Inventory_Locations__c,Final_Price__c,Final_MAP_Price__c,Image_Count__c,Available_Inventory_Locations__c,Available_Inventory_Total__c,Stock_Available__c,Before_Rebate_Price__c,Before_Rebate_Price_Text__c,Instant_Savings_Text__c,Instant_Rebates_Applied__c,Special_Order_Item__c,Inventory_ETA__c,Rent_Policy__c,QuantityToAdd__c,New_Title__c,AC_Item_Class__c,Starting_At_Price__c,Minimum_Advertised_Price__c,Thumbnail_URL__c,INVC_All_Offices_Available_New__c,INVC_All_Office_Retail_Available_New__c,INVC_All_Offices_Available_Used__c,Id,CurrencyIsoCode FROM SCMC__Item__c WHERE (AC_Archi
Hi Everyone, I am a Salesforce Consultant and have a client that uses Skuid, I do not know much about it. I was deleting some fields from the Lead object in Salesforce for them, and noticed I had to remove the field references from the Skuid page too. Along with this I ended up removing a few “Conditions” in some Models. Now the Lead page renders like this: I have no idea what could have caused this but any help is greatly appreciated! Cheers.
estimate values are not pulling on campaigns
Hello,I’ve created a table with a search box in it, which I want to search all text fields.Additionally, I also want it to search one specific multipicklist, and the related account name.I added a UX only field with a text formula to include the account name as it didn’t search reference fields, and that worked great. However I’ve done the same for the multipicklist as can’t get that to work. I’ve checked & the value appears as I would expect it to, but just isn’t being picked up.Any ideas?Thanks!
Hi everyone!I am a Salesforce Consultant and one of my Clients uses Skuid, so I am having to learn it on the go very quickly!I am having difficulty with a related list.I have added a Table component and Setup the Model correctly, but the list seems to be displaying every record rather than the ones that are actually related to the Opportunity.The Condition I have in place is gaff_Opportunity__c = (Opportunity)(Id) Also how can you order by the most recent date? There is a field called Sent Date and I need the list to be ordered according to the most recent Sent Date. Cheers.
Since upgrading to Brooklyn (10.0.1), every page inside of our managed package namespace triggers many ‘Access-Control-Allow-Origin’ errors in the console. Page performance seems to be the same, but I would like to prevent these. It looks like the page is trying to access an OpenSans font inside a resource located in the Skuid namespace. Is there a way to disable this? I am using a basic font for the theme. The errors only show when viewing the page through a VF page in our namespace. There are no errors when previewing the page in the Skuid namespace.
When using createRow or Create New Row through the action framework with the table/first row in edit mode, the new row will not focus on a text field, even if it is the first or only field on the table. If you enable inline record creation, it does focus correctly. Changing the field type to number will focus on the field. Simple example:Sample Page: <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="true" useviewportmeta="true" showheader="true"> <models> <model id="UIModel" query="true" createrowifnonefound="true" datasource="Ui-Only" processonclient="true"> <fields> <field id="Text Field" displaytype="TEXT" label="Text" ogdisplaytype="TEXT"/> <field id="Number" displaytype="DOUBLE" label="Number" ogdisplaytype="TEXT" precision="9" scale="0"/> </fields> <conditions/> <actions/> </model> </models> <components> <skootable showconditions="true" showsavecancel="false" showerrorsinline
When clicking a row action on a table of POLineItems model I have another table inside a pop-up to show which row a user is working with. They are both pointed to the same model. I added a Context Condition to the pop-up table for the POLineItem.Id field to match the POLineItem.Id field of the same model. I would think this would work, but no data is displayed in the pop-up table However, if I use a different field, like Part__c it works, but can cause issues as there may be multiple ids of the same part in the first table. I only want the row that the row action was selected on to show up within the pop-up table. Anybody know why this wouldn’t work? The Id field is selected in the model. I know I could load a different model with the selected fields, but I have like 13 models on this page already and that specific model has several UI-Only fields that I’m using for other functions, so I’d prefer just use Context Condition to display the data as I would think this is what it’s for. Any
As mentioned in a previous post, Scale to mobile is great, but if your font sizes in edit fields are not at least 16px mobile browsers auto zoom and it is clumsy with skuid pages that are scaled to mobile. I have one last hurdle. I have a picklist in a field editor. When I set it to the default, the font doesn’t conform to my 16px font size setting in the theme. I can’t seem to get CSS to work either. Consequently, when you change the picklist option, mobile browsers zoom in and it is hard to get it to zoom back out by pinch to zoom. If I switch to radio button, the radio buttons are huge and the layout is weird. These also don’t respect theme settings and I can’t get CSS to work. Any Ideas on a work around?
I keep getting the following message when unpacking the pages from page pack.Generating Support Files: Sending Deployment…
Is it possible to update a UI only field through something like “{{{Increment}}}”Basically I need to be able to keep track of when a certain item gets added and using a UI only field that increases by 1, every time seemed like the most logical way. If this is not the best way I am open to new ideas!Thanks!
In my skuid page, I need to set the mode of all editable components to read-only. Any idea on how to implement this functionality in javascript snippet?
I am new to skuid and I am stuck in one issue. As per requirement, I have to auto populate picklist value on basis of two other picklist values. Example: Suppose we have three picklists A, B, C. If picklist A has a certain value and Picklist B has certain value then Picklist C should be auto populate with the specified value. For this scenario, we can have two approaches Run a snippet on change of picklist A and B.(but it is not good in the condition where I have to alter conditions and I have many conditions like that). Query on Model(Salesforce Object).We will create a custom object in Salesforce and correspond that we have records. Now I have to query those records in skuid dynamically. please let me know what is suitable in the scenario? Thanks in advance
When I was using skuid 9.5 The row actions on a table look good. Not extra redundant label text. However, after upgrading the Skuid 10. All the layout is broken and ugly. Any idea?.
I have a chart where you can click on each segment and it's supposed to filter the model for the popup table to just show data for that segment but it's not working.The action for the segment is -Activate & Set Model Condition (model=ContactDetails, condition= [ClientLevelMaster__filter], value= {{{clientLevelMasterc}}}-Query Model-Show PopupAnd the model (ContactDetails) has condition [ClientLevelMaster__filter] is ____, filterable but off by default.The drilldown table only shows one of the levels and doesn't update.
We built a custom lead list view & lead detail page in skuid. Is it possible to add Live Agent to these pages?
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.