Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
I have one model (A) with 20 or 30 rows, which includes a Datetime field.I have another model (B) with ~ 0 to 10 rows which include Start and End datetime fields.I want to exclude rows from Model A where Datetime is between Start and End of any single row in Model B.Anyone have a good idea on how to set up model conditions to do this?
Silk Icons seem to be gone from 11.1.1. They do not show when I apply a standard theme. My custom themes display them… unless I edit the theme at all, and then they no longer display.
I have added navigation component right below my page title, where i want to add a link which could navigate to certain section within this particular page. The page i have created is pretty long (using collapsible component for section), i would like to add link at the top of the page, where users should be able to navigate to the desired section just by clicking on the link. Is this possible in skuid? how can i do that?
Is there a way to validate ui-only fields on skuid pages? I have a ui - only field that is of type double and whatever number the user inputs, that many records are created upon a button click. I want to make sure that the input is strictly a number, but at this moment the field allows alphabets as well. I also want to make sure that the number is not greater than 50. As far as the latter is concerned, I thought of creating another boolean formula field that would return true/false based on the value entered and I can render the button based on this field’s value. But I don’t see a function that would tell me if the entered input is a number or not.I know I can do this using javascript but I was wondering if I can do this without writing any code.
After upgrading to Milau 11.1.1 charts are not loading when page loads. Stuck on “loading” in the chart component. If I manually force a query on any model after page loads, then the charts will display data. Checked everything I could think of. Cloned the page and removed every model, component, script one by one to test, and still the same behavior after knocking it down to just one chart and its underlying model.Viewing the console log, at one point had errors referring to CORS font OpenSans not accessible, but that is gone and currently not showing any errors on page load. Tried changing theme to out of the box standard, classic, still no change.If I create a new chart with new model, it appears to work correctly.Tried to move model positions up/down and unable to move them since upgrading.ThanksAnn
I upgraded to 11.1.1 and noticed that the “close” icon on popups is very small. I updated themes. I am using a custom theme, but the settings for the popup have not been customized at all.
Minor UI Issue: When you change the page name, it becomes highlighted in gold at the top of the page edit UI and at the top of the page content editor window. On saving the page, the page name at the top reverts to un-highlighted white, however, the page name at the top of the content editor remains highlighted in gold.
I’ve just created a new full sandbox from my production instance (both sandbox and production are Salesforce Spring '18 and Skuid 8.15.8). Skuid works normally in production. When I go to the Skuid app in the sandbox, I get a blank page instead of a listing of my Skuid pages. The relative path in the sandbox is/apex/PageList?save_new=1&sfdc.override=1&skuidreloadcount=1, which differs from the path in production by the addition of the “skuidreloadcount” parameter.The Chrome console gives me the following errors in the sandbox (no errors in production).GET https://skuid.cs79.visual.force.com/resource/1471366979000/skuid__SkuidThemeBuilderDark/skuidtheme.c… net::ERR_ABORTEDPageList?save_new=1&sfdc.override=1&skuidreloadcount=1:50 GET https://skuid.cs79.visual.force.com/resource/1471366974000/skuid__JQueryJS net::ERR_ABORTEDPageList?save_new=1&sfdc.override=1&skuidreloadcount=1:89 GET https://skuid.cs79.visual.force.com/resource/1471366974000/skuid__CoreComponents/
My current Tab format page has 17 sub-tabs. Once I click on these sub tabs, all tabs looses the alignment . Looks so clunky how can i fix it. Before clicking After clicking
How do I change the icon set to ion for lookup popup for skuid buttons. Not the buttons I add.
Is it not possible to move models up and down in the composer?
I am using Skuid 11.1.1 and referencing this page as I would like to access a PostgreSQL database.One of the most important steps is setting up the Data Source Objects : https://docs.skuid.com/latest/en/data/data-source-objects/It says that "There are several DSO properties you may update from the DSO table or the DSO detail page.The instructions don’t say where these DSO properties exist. I have tried Configure and I am not seeing where these are displayed.Does anyone know how to navigate to the Data Source Objects in 11.1.1?
I just installed the 11.1.1 release (and updated outdated themes to get the table filter buttons to realign properly), but now the toggle table filters that activate the model condition to only show today’s activity isn’t working.
When I save a record and there is a default picklist value the default is not being written to the record. I have tried to update the field with a value and still does not write. If I create a record without skuid it works fine. The picklist is base on a global picklist value,
Upgraded to 10.0.15.Page built on the old mobile builder now loads completely blank, with no error messages in the console.Any ideas?
Hi,How to count the number of new records to be saved in a model thru javascript snippet? Because in the settings, I can only know if the model has unsaved changes. Thanks,Roy
I have a page that calculates cost based upon varying fields and tables on the page encompassing three models. I am trying to find a way to export the page to excel for easy manipulation later. I cant seem to find a way to export multiple models to one csv. Is this even possible? I can get a single model to export fine, however, it puts each field into its own column instead of it having the field in column A and Value in Column B. Is there anyway to change the output format of the exportData() function?
I’ve looked at a few other community posts, but I was wondering if anyone has some samples of on hover popups. I’m trying to create a on hover display for the reference field list using “li.ui-menu-item” but it’s not working. I’m referencing .hover() https://api.jquery.com/hover/Any help is appreciated.
I have a table that I would like select cells to be highlighted based on the first column of the table (Name). Currently, using java script and css, I am able to get the entire column to highlight, instead of the specific cell. Additionally, the values are not feeding back into the cell. The example screen shot portrays the before java and after. Below is the java:$ = skuid.$;var field = arguments[0];var value = field.model.getFieldValue(field.row,‘Owner.Name’);var value2 = field.model.getFieldValue(field.row,‘SBP SCM’);var element= field.element;if (value != ‘Name 3’) {element.addClass(‘green’);} skuid.ui.fieldRenderers[field.metadata.displaytype]field.mode;
Hi,I need to adjust the font size of my skuid page. I’m having a problem to override the settings with Lightning Design Theme but for other themes, I’m able to adjust the font size. Any idea on how to override it? Thanks,Roy
Can anyone recommend a good dueling picklist solution with Skuid. Looking to manage child records attached to the parent. Thanks in advance.
I formed a tab from tab setup in a tab setup in skuid, now I want to add a vf page under this tab (with all controller and extension logic of the vf page ) please tell me I can achieve this )
I have less than a thousand records, aggregated based on year values filtered to return '16, '17, and '18 values…but '16 is getting dropped somehow. Is there a hidden cache I need to clear, or some other setting to get it to pull the full number of records. been digging and so far no luck.
I am looking to change the label for the ‘Mass Update’ Action Type without recreating a custom action type-or using javascript (which gives you the option to change the label). Right now it defaults to “Mass Update Selected Rows.” Thanks in advance!
Is it possible to have a chart on each record of a table, I have a two record table and i want to show a chart for each recordThanks,Premanuj
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.