Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
Is it possible to create a notification badge on a tab? I am attempting to set up the page so that if there is a task due “today” then the open task tab will have a badge on it or will change color… similar to when I get a message on my iPhone or when I have a notification for a calendar event.
Hi,Typically, a Salesforce record URL looks like this: https://[instance].salesforce.com/[ID]. With Skuid, the same URL now looks like this: https://c.[instance].visual.force.com/apex/TargetAccount?id=[ID]&sfdc.override=1. I understand the override bit, although I would prefer if it wasn’t displayed, but we don’t like the new URL format. Is it possible to display the old URL version using the new Skuid pages?Thanks!
Need to pick up the Last Name with any existing value by typing few words when create a new record of Account ?
Getting this error when i am creating row on OpportunityContactRole model. It is happening after Brooklyn release.
Nav component items display as three lines with no label sometimes on page load. Doesn’t seem to have a pattern. Once clicked, the icon and label appear. Screenshots attached.
Hi Support,I am trying to upload a file using File Uploader component at the time of creation of Account record , so that uploaded file will be saved as an attachment in the Notes & attachment related list of Account while I am not able to do that.
Problem: I need to be able to dynamically filter lookup values based on another lookup field. Example below: My Custom Account Object has two lookup fields; System Type(System Type Object) and Vendor(Vendor Object). When I select a value for System Type I’d like the Vendor field to only display results that pertain to the System Type. The mapping between System Type and Vendor is contained in a VendorSystemType Junction object. For example, let’s say I select Finance for my System type. The Vendor field should only display results that have System Type = “Finance” from the VendorSystemTyp Junction Object. Those results would be SAP & Oracle. Any help is appreciated!
On event we have the ability to add multiple contact or user object records using the eventRelation object in the form of a related list. I wish to be able to display a table that shows all of the contacts related to the event in a table, and be able to display the contact name, associated account, and various account fields. I’ve tried to create a model to handle this, but it doesn’t seem to be pulling through the correct records…any ideas? Below is an image of how i’d like it to look.
Hi ,how can I update the record in skuid model if I have the record ID inside the URL.Suppose , there are 4 fields in the skuid model and on the URl, I am having the record ID .So when I click on the button ,say : Update , then it should update the record with the values that I entered in the model.Thanks in advance
Hi,Iam using skuid picklist are not updating when i update picklist values in salesforce it is not reflecting on Skuid UI field
Hi, Support team. Skuid Date range filter looks and works perfect just a few months ago. Right now, the most top popup hides a part of the underlying date picker, as the result, I cannot go to the previous month. Please fix it in the next release. The version we installed: Brooklyn Update 1 - Iteration 6
Is it possible to have an active navigation selection? Similar to how the active tab of a tab set behaves? If anyone has successfully implemented this could you please share?Thanks!
Let say company is a parent object and employee is a child object. Is it possible to include child object field on condition for parent object model.
I am looking to recreate the Account Hierarchy table in Skuid but also have the details of the account shown as well without having to drill down into the accounts. I know we can use nested queues to get the hierarchy view, but is there a way to have the account details similar to what would be seen in the standard view or in a skuid table?
Anyone know why my master pages get corrupted when I import them using changes sets. It isn’t the Master page itself, but all the child pages that use the master page blow up. I get error messages when I unpack them. Then they all revert back to regular pages and I can’t fix them so I have to delete them and recreate them by pasting XML. This was happening in version 7 and 8 too. Any tips would be helpful.
We’ve recently rolled out a page which uses Chatter feed. The page is working fine for Sys admin role however for lesser privilege roles Chatter component is showing the following error:The Visualforce Page Social is part of the AppExchange Package Skuid, and requires a license to use
From a search component in the header, I am able to open a slider from global actions, but not from select actions. Currently I open a popup window using select actions that I would like to convert to a sliding panel. When I choose “open sliding panel” as the action under select actions, then preview the page and select one of the search suggestions, nothing happens. I don’t get any errors on the page or in console. It does work as expected in global actions, but for my use case, I need select actions. Thanks!
I have been using some models that I want to create a new record if there are no records, but clone the existing record if there is one. This lets you present the current record info to the user as a clone, allow them to update it and save it, but still have the original record so you can create a version history. Since upgrading from 8 to 9.5.5, I now get a console error if the model has no rows on page load. It used to just create a new row. It would be great to have this functionality back.(I reported this last week, but wanted to explain the problem more concisely)
I have a search component in my header. It is set to search {{Name}}. If I search for “Doug” it returns a ton of search suggestions, most of which do not have the work “Doug” anywhere in the record (especially the name). 9.5.5
Hello I have a skuid page to look at Cases. Some of these cases need an approval processes. I would like to have users click a Submit for Approval and Approve/Reject button that brings up a popup. In that popup is an iframe that contains the url for the appropriate approval screens. For approval, the template html is This should bring up the standard Salesforce Approve/Reject screen in a little popup on the page so that the user isn’t forced into a new tab. However, when this renders it brings up an error saying that the page doesn’t exist. When I inspect the element in the browser, the link is showing up as skuid.na28.visual.force.com/apex/na28.salesforce.com/p/process/ProcessInstanceWorkitemWizardStageManager?id={{{$Model.CurrentWorkItem.data.0.Id}}} The id is forming properly for the ProcessInstanceWorkItem object that is being acted on, but for some reason skuid is attaching the skuid visualforce info to the begining of the URL when I’m not telling it to. Is there a way around thi
Getting the following error - any fixes?Your request to install package “Skuid Brooklyn Update 1 - Iteration 6” was unsuccessful. None of the data or setup information in your salesforce.com organization was affected.If your install continues to fail, contact Salesforce CRM Support through your normal channels and provide the following information.Organization: --------- User: ----------Package: Skuid (04t4A000000G5mo)Error Number: 1507087196-18063 (-202799227)Problem:1. No APPLICATION named markup://skuid:mobilepagebuilder foundmobilepagebuilder: No APPLICATION named markup://skuid:mobilepagebuilder found2. No APPLICATION named markup://skuid:Ui foundUi: No APPLICATION named markup://skuid:Ui found3. No COMPONENT named markup://skuid:skuidtemplate foundskuidtemplate: No COMPONENT named markup://skuid:skuidtemplate found4. No APPLICATION named markup://skuid:pagebuilder foundpagebuilder: No APPLICATION named markup://skuid:pagebuilder found5. No CONTROLLER named js://skuid.page fo
Is it possible to point a URL redirect to a page region? The white space below is my page region and i’d like any URL redirect to be reflected in that page region so that a user cannot navigate out of the skuid page. For instance, let’s say a user clicks their name and selects “Profile” which redirects to: /_ui/core/userprofile/UserProfilePage?tab=sfdc.ProfilePlatformFeed&isdtp=vw Would it be possible to make that URL feed in to the white space below while keeping the rest of the UI intact?
One of the user’s in our salesforce org is getting the following error. Skuid version being used is 9.5.2 and I have even upgraded to 9.5.6 but the error persists
I have a page with a sliding panel opened from a row action. The sliding panel has a button at the top labeled “Close” and with an action of “Close all sliding panels”. When viewing the page everything works, however, if I put the page in a page include, then the row action to open the slider works fine, but the button with action “Close all sliding panels” does not work.
I’ve just now noticed a visual glitch when using the search component outside of my custom header. The results appear to have a transparent background but the theme setting is set to white. I’ve attached screenshots of the current behavior, expected behavior, and theme settings. Issue was apparent in both 9.5.4 when I noticed it, and in 9.5.5 on which i’m currently running on. Current: Expected Theme Settings
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.