Learn about the latest Nintex capabilities at New at Nintex
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
I am having problems setting up a table filter, as it appears the SOQL that is being passed is incorrect.I have a condition on a model call ‘Solution’ with the following:FIELD Solution records where Issue_type__c OPERATOR isVALUE a blank valueSTATE This condition, named Issue_type__c can be modified by filters, but is off by default.Condition State - Filterable Default OffCondition Name - Issue_type__cI also have a Filter on the table with:Filter Type - Select OptionModel Condition to Affect - Issue_type__cThe Filter Off label is called ‘All Categories’Source: Picklist Options with Just the Default Condition set.Here is the debug output when I try to use this filter:“An error occurred while attempting to perform the following SOQL query:SELECT SolutionName,SolutionNumber,Jira__c,TimesUsed,SolutionNote,Issue_type__c,Id FROM Solution WHERE (Issue_type__c = Windows) LIMIT 101Error:expecting a colon, found ‘Windows’”It appears there is no quotes around ‘Windows’ so the filters don’t work.
When save or cancel buttons are conditionally rendered and then not rendered (due to a user action), if the user then updates a row of the model that the button is saving or cancelling, it causes this Javascript error ‘Uncaught Error: cannot call methods on button prior to initialization; attempted to call method ‘enable’’. This error occurs even if the button is rendered again.I presume it is because it is trying to enable the save or cancel button (since the row is being updated) but the button is no longer rendered.
I’m trying to set up a button to create a new row in a model and a field editor to display the fields. I get it to work the first time the button is clicked, but upon subsequent clicks the field editor is duplicated (there are now two rows in the model, not one). I thought that I could simply add a “query model” action to the button, but when I do so, the model pulls the first row in the object on page load, before the button is even clicked. Nothing appears to happen when I click the button. Here are the set-ups: Model I tried playing around with the ORDER BY field, and I could get different results, but nothing that would show the new row that I created with the button. Button Actions I get the same result whether I choose to place the row at the start or the end of model data. On page load, I see this, which is what I want: After running the New Lead button, I see this (not what I want): That’s apparently the first row in the model. What I want to see it the same thing that I see on
I’m working on a couple of prototypes where file uploads are required. Basic criteria include: A user creates a record and adds files on to it. A reviewer reviews the record and attached files. Scenario 1: Require at least one uploaded file for the record but limit to 3 files max Scenario 2: Require 3 uploads to complete the process. While I like the Chatter File structure, it doesn’t appear to be natively supported in Skuid. So I’m looking for what the default ways of handling this case are. I like the flow of a wizard and thanks to some help from the Skuid support have a wizard with record creation and file attachment working. But…still not there in terms of the scenarios above and the constraints. Constraints: I would like the solution to be:Fairly intuitive interface for the user to add the files (eg 3 areas/buttons/fields where the user can attach the file so it is clear they have done what they need to for the application). Intuitive interface (and not a LOT of clicks) for the
Not sure where I read this or where I watched it, but I swear someone said they were.Is this true, if so, how?
Started showing blank a few days ago. Failed to load resource: net::ERR_BLOCKED_BY_CLIENT with Google chrome I have AdBlock installed and it is preventing the page from properly rendering. Providing this post as information for others that may experience the same or similar problem.
Skuid team, https://github.com/skuidify/SamplePages/blob/master/pages/KeyIndicators.xml Can someone commit the related pages to Github? Specifically, - LicenseOpportunitiesWonThisYear - MRR_Detail - CustomerAccountDetail Thanks in advance, Irvin
I have very “wierd” problem. I am putting a skuid page into our home page, and that skuid page has several tabs including a visual force page.When I go into the visual force “tab” and type text the screen “scrolls” all over the place. Up and down with no apparent logic. I have checked this page as a stand alone and this does not happen. I have checked the skuid page with the visual force page in it without problem. BUT when I embed the skuid page IN the home page is when this happens.I have used all the developer tools I can think of, and have found this “class” seems to be involved some how.nx-panel-scroll-variableWhen I remove this class from the parent element… all the crazyness stops and it starts behaving normally. Here is the general overview:Home page -> Skuid Page (embeded as html) -> Panel (2 vertical panels) -> Tab Set (on both panels) -> Skuid Page -> Skuid Template -> Visual force pageI have been fighting with this for several days, and would GREATLY
Model and Render Conditions support TODAY for Date and DateTime comparisons (though TODAY doesn’t work in a Render Condition, but I see that bug was reported a few months ago). I have a need to be able to compare against NOW (including the current time) for DateTime objects and have been trying to implement that via a snippet.I’ve got it working on a model condition where I set the condition to use a specific date/time in the designer, and then change the comparison value in the models condition array when the page loads. For example,model.conditions[0].inactive = false;model.conditions[0].value = (new Date()).toISOString();model.updateData()I’ve not had the same luck with conditional renders. I’ve found the component (such as $(‘#myComponent’).data(‘component’), or skuid.component.getById(‘myComponent’)), and in there I can find element.conditions … but the conditions array is empty even though I have a render condition on my component. So likely I’m looking in the wrong place?
Hello!I am trying to add a count of the record that match a filter’s criteria in that filter’s label via the suffix.Currently I have a global variable ({{$Model.Potential.data.length}}) that is giving me a count of the entire model, but I want it to show how many records of each Sales Stage there are. Any ideas? Thanks!
Hi there, I’m having some troubles passing URL parameters to a page include. Here’s the example: I have a page called TaskLogCall that accepts parameters to populate WhoId and WhatIdOn my contact detail page, I create a popup with a page include that includes the TaskLogCall page. In the field for setting the querystring, I pass in the parameters required using the same format as on this documentation page. Expected result: beautiful pre-populated fields in my pop up. Actual result: painful emptiness. What am I doing wrong? Thanks.
I’m using a template field in a table to provide a link to the “attach file” wizard. Instead of displaying clickable text in my table, I’d like to display the paperclip “attach” icon. My link works well if I use text (between _parent"> and tags), but if I put in the div class to insert the icon, the icon displays but is not clickable. Here’s my template field: {{#Attachments_Allowed__c}}<div class=“sk-icon sk-icon-attachments”style=“display:inline-block”> {{/Attachments_Allowed__c}}
I’m happy just having this be a button that triggers a redirect but can’t figure out how to get the link.I have Sales Order Forms (custom object) related to Opportunities. Once a deal is closed, I want to give my reps the ability to go into the new SOF start. This is the related list from the Opportunity:That “new” button is what I’m trying to replicate on a Skuid page to take the rep here:This brings them to the following page with some fields populated from the Opportunity including the link to the Oppy.ThanksThis is the crazy link that I see when I click new:https://na1.salesforce.com/setup/ui/recordtypeselect.jsp?ent=01I30000002LWp0&amp;retURL=%2F0063000000wQFmr%3FsrPos%3D0%26srKp%3D006&amp;save_new_url=%2Fa0j%2Fe%3FCF00N30000009rVy5%3DADP%2BWeinstein%2B2015%26CF00N30000009rVy5_lkid%3D0063000000wQFmr%26retURL%3D%252F0063000000wQFmr%253FsrPos%253D0%2526srKp%253D006
See screenshots below for the deck component in the skuid mobile composer - is there a way we can deactivate this so users won’t hit it by mistake?
I have a multilingual skuid form that has been made using translated custom labels and translation workbench. The form adopts the language correctly when switching the running user language. However I want to send out this form to external users using force.com sites. This means that the Sites Guest User will be the running user and the locale settings of that user will control language. Is it possible for me to somehow override this so that my force.com sites Skuid page can be translated. I can think of four different approaches to get the language code and either one of them would be ok for me1: Using an URL-parameter2: Using a hidden field on the record edited (so language would be pre-filled before sending out a link to the form3: Using a picklist so that the user can change language themselves4: Using the Browser language setting Can this be done using any of the above approaches?
I use “editor.handleMessages()” a lot to show messages to the users. If a user clicks on the message, it simply goes away. Some users think that this somehow fixes the error (yes I know it’s funny…). It would be great if clicking on the message could run a snippet or redirect them to a page to fix the problem. Is there a way to do this?
Is there a way to show a message to the user in skuid mobile? Maybe as a notification or something?
In the standard Salesforce interface, we see our currency fields formatted like “123, kr.” which is what we want, but in the Skuid pages it’s “kr123”. Now I could make a custom renderer for those type of fields, but this seems like something that should carry over to Skuid (it doesn’t look like the correct format is bound to the standard layout). Does anyone have an idea of whether this format can and should be carried over?
Hi,I am getting selected records ids but my main concern is In the apex class getselected method is used from Standard set Controller.So my issue is that what should i pass in URL so that it accepts those selected records ID’s because every time i am passing selected record ID’s it gives me error message of Invalid ID.I am trying to make One List View button from one of Apps.So can you please assist me what we can do for the same?Thanks.
On a visualforce page, I could paste the following to change the page title and the short cut icon: https://therapitas--c.na11.visual.force.com/resource/1418791105000/SquareLogoIcon"; /> Theranet by Therapitas When I insert this into a template field, it changes the title but the icon doesn’t change. Is there a way around this?
Each time I select a line item and then close the opened page, the included copyright statement at the bottom of the page duplicates itself.
I have a simple Queue that loads a Page Include. That page then has a Field Editor in Edit mode, and the page has “Warn users if page has unsaved changes” set to Yes.If I click an item in the queue, and change the form, the proceed to click another item in the queue without saving the form, the changes are lost and there is no warning.I tried to create a multiple action flow for Queue, where I would use a snippet to check if the model was dirty, and if so warn the user. But I don’t see a way for the snippet to abort the before running the next action nor stopping the queue from updating the page include. I also don’t see any option to Update Page Include in the multiple actions on the queue (only in the main single action dropdown).Any ideas how to work around this?
How can I clone Row Actions? I have 5 different versions of something that I need to create and they are just small modifications from each other. I’ll then need to replicate that for 3 more tabs on other pages or within the same page but different tabs. Am I going to have to do the step by step addition for each component?
I have alternating color table rows, but I’d like the first column to be gray. Is this possible?
Even tried creating a formula field on the Pitch object for the display template of the field. It’ll display the Pitch formula field in the picklist but still sorts based on the Name. I resorted to adding “0” in front of each entry in the Pitch table so it sorted the way I’d like and kept the formula field to display the value of Name.
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.