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
Hi,I have a page with two queues and a detail page. When I make my first selection on the outer queue, everything works correctly with no problems. However once I make a second selection on the outer queue, the nested queue refreshes/updates correctly but stops working. Clicking on any item in the nested queue fails to update the page include component - not even the UI block “Loading” happens any more.Perhaps related, I see this warning in the console after the first time I click on the outer queue:"Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. "Any ideas on why this might be happening and how to fix it?Thanks,Kartik
I have a detailed layout page. Now i want the user can’t remove couple of fields from the layout i.e. they are mandatory on the page. How can I achieve that …???This functionality is very important for me .Thanks Rizvan
I’m trying to reclaim my home page using Skuid. Everything I’ve done so far (lists and detail pages) has worked great but I can’t get my Salesforce instance to work the same as your tutorial on the home page. When I insert the iframe code into the html editor, it just shows the code rather than instituting an iframe. I presume the issue is that I need to write in html and not use the WYSIWYG editor that Salesforce gives me … but I have no idea on how to turn off that WYSIWYG editor (pictured). Any ideas?
Does skuid support any functionality to import excel data into a model? I discovered the import wizard, but I believe that inserts records into salesforce which is not what I’m looking for.
i want to assign different skuid page to the different users. is this type of page assignment possible…?
how to add standard button (getcontact,include offline)on account detail page …i dont find these button anywhere in skuid…
I am tracking office leases in Salesforce. I have a picklist field called "Lease Term" that has the values 1 through 10. Meaning it is a 1 year lease, 2 year lease, etc. The information for each lease is listed in its specific year (see below. I then Render the appropriate number of sections(years) based on the Lease Term so we only see pertinent data. I do this using Lease_Term >= 3 (or whatever the total years would be. This is working GREAT for the sections!So now my problem... Using the same logic I have a quick entry page that is always set to "edit" mode that allows me to quickly add in data for dates, base rents, and Triple Net information. I only want the correct number of rows to show up on the quick entry section so I am using the same Lease_Term__c>=3 (or 4 or 5 etc) on each FIELD. For Lease_Term picklist values between 1 and 9 this is working as expected. In this picture I have selected 6 Years and the correct rows are showing up EXCEPT for the row that is
I’m working on setting up another sandbox and am trying to migrate all of our Skuid settings over. The pages have been migrated successfully (the new “Package Pages in Module” feature is awesome!), but I can’t figure out how to easily migrate the page assignments. If I export the page assignments to CSV, the CSV file is using Salesforce IDs that are specific to my old sandbox, so the import doesn’t do anything when I upload the CSV file into the new sandbox.Is there another option that I’m overlooking?
When invoking a Model cancel, reference fields are not re-displaying the previous value. Instead, the field is empty and if you toggle to edit mode on the field, the Id of the underlying object is displayed instead. I did confirm that both the Id & Name of the referenced object are in the model. Steps to reproduce: 1) Create page that contains a reference field (e.g. Account with ParentId) 2) Preview page choosing an existing record 3) Go in to edit mode on reference field and remove the value (e.g. select the text and hit delete key) 4) Click “cancel” button Actual Result: Reference field display area is empty Expected Behavior: Reference field should display previous value
I’m encountering an issue on a page that contains a model that is marked to be cloneable when the page contains a page include component. The exception being thrown is: “Uncaught TypeError: Cannot use ‘in’ operator to search for ‘clone_1’ in undefined” This only seems to occur when a Page Include component exists on the page. Steps to reproduce: 1) Create new record detail page for “Contact” marking model as not cloneable, setting max # records to 1 and removing Condition 2) Create new record detail page for “Account” marking model as cloneable if clone parameter exists and adding a Page Include to “Contact” page 3) Preview “Account” page making sure to add clone=1 to URL Actual Behavior Uncaught exception occurs Expected Behavior Page displays properly 🙂 Sample Page I have granted login access to our org. The page names are “SampleCloneInUndefinedIssue” and “SampleCloneInUndefinedIssue_PageInclude”
First things first - Lookup Popup feature is awesome and a very welcome addition to Skuid! Having a problem with the refresh of the items in the list. Upon initial display, the search field contains the value of the currently selected referenced field. Upon deleting the value in the search field textbox, the list does not update. However, if I type something in the search field textbox and then delete that text, the list refreshes to “all” values. Steps to reproduce: 1) Ensure a reference field contains a valid value 2) Click the “hourglass” to display the lookup popup 3) Select the text in the search field textbox and hit the delete key or backspace key Actual Behavior: The only item listed in the table is the one that was selected for the field when invoking the popup Expected Behavior: The search results should display all available Sample Page: Removed since I can’t seem to locate the “pre” button any longer and adding in pre HTML elements doesn’t appear to be working?
I am working on a skuid page that creates many new salesforce objects at once. This was started before the functionality that was just added to roll back data on an error, so I am using an apex webservice. I have a row in a table that I wish to remove during a snippet triggered by flagging a row for deletion. Is there a way to remove that row from visibility and the model it’s on without saving the model? Thanks.
How do I present text in a date/ time field displaying only the date, or - right 8 characters?Thanks,PSB
I have a custom field renderer on a datetime field with a snippet that looks like this: var field = arguments[0], value = skuid.utils.decodeHTML(arguments[1]), $ = skuid.$; var model = skuid.$M('TempAdder'); if(value == null){ value = skuid.time.getSFDate(new Date()); value += 'T04:00:00'; model.updateRow(model.getFirstRow(),'End\_Date\_\_c',value); console.log(value); } skuid.ui.fieldRenderers[field.metadata.displaytype][field.mode](field,value); I believe this was working fine before the new release but I might be wrong… Here is how my page looks now: Any ideas?
Where can I find more information on how to change Headers/Footers in Skuid Mobile based on the current page the user is on?For example: If I create a Back button in the footer, how can I configure the button to go back for any page a user is on?I found the skuid mobile tutorial on headers/footers, but only shows how to setup a static button.Thanks!
I have 2 queues, Accounts and Contacts for viewing related contacts’ details. The page include loads the contact details the first time I select a contact from the queue without any issues. After that, it does not load again unless I do a page refresh. What can I do to solve this? Thanks
I have a read-only table set up with conditions on the model associated with it and then I have the feature set up to view the record details in a popup. If I use the search feature within the table and select a record to edit, the record appears in the popup and then I make a change to the record so that it no longer meets the conditions of the model of the table behind the record. When I save the record I would like the table behind the record to no longer include this record that I just edited that no longer fits in the condition of the model, but for the search criteria to stay. I thought about doing a redirect after save, but this clears what was in the search box. Any ideas of how to make this happen?
I have a Roll-Up Summary field on Opportunity called Max Stale Date which rolls up a DateTime field on a child object. I have an Opportunity where the value of this field is Max Stale Date: 8/24/2014 3:13 PM. I have set up conditional rendering on a button with the criteria that Max Pricing Date is greater than TODAY For some reason (even though today is 8/15/2014) the button does not show up, even more strange, when I change the render condition to less than TODAY, the button does show up. Does the greater than operator work differently with date fields?
Is it possible to load all rows in a table without having to click on the “Load More” button? I have Visible rows set to show all, but every time I go into the table I have to click on load more to see every thing in the table.
I have a page with several different date fields and I want to have different date ranges for each calendar. I currently have some javascript that looks like this: skuid.$.datepicker.setDefaults({ yearRange: "-100:+0" }); This changes the range for all datepickers on the page, but I need to have different ranges for different date fields… The javascript above applies for the person’s date of birth, but doesn’t make sense when creating a new opportunity on the same page - we want the close date to be in the future.Is there a way to have a different year range for each datepicker?
I have a Model that has several different “value” fields that I want to display in a table. The user should be able to edit one or more of these value fields based on the value of a “type” field. In most cases, only one value field needs to be edited for a given type, but in one case there are several fields used to express a “single” value. I don’t want to show all of the value fields, though, because most of them will be irrelevant/not applicable for a particular row.For example, a row with a type of “date” should allow the user to edit the “date value” field, but not the “number value” field.How can I achieve this in a Skuid Table?
I created a form using Skuid. Can anyone point me to a reference on how I can have public access to this on my website.
I have a picklist field, ReferralType__c, that I want to set to a certain value (that the user can see, but not change) if a condition is met. I’ve added a custom renderer for this and the value appears to be set the way I want in the UI, but when I save the record, Skuid says “Required field has no value: [Referral Type]” (I have the field marked as required in the Skuid page.Here’s my snippet: var field = arguments[0];<br>var value = arguments[1]; var acc = skuid.model.getModel('Account').getFirstRow(); var referrerType = skuid.model.getModel('Account').getFirstRow().Type; if (referrerType !== 'Group Coordinator') { skuid.ui.fieldRenderers.PICKLIST.read(field,'Individual'); return; } else { skuid.ui.fieldRenderers.PICKLIST.edit(field,value); return; } The if statement is the culprit here - if it goes to the else statement, the field is rendered as a picklist and everything works fine. How can I get the if statement to work correctly?I’ve included a screenshot too, in case that
i want to add follower button to the row action ,how can i achieve that…any help…thanks
how to add no of related records no related object same as we cxan se no of records present in the related oblist.
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.