Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
how do I change a label in search field popup
Hey! I want to add certain number of days to a date using UI only formula field in skuid. But I’m unable to achieve this in Skuid. Is there any other solution for this??
I think the new feedback feature is broken. I’ve enabled it and set it to display on the righthand side of the screen, yet it remains perpetually “on” and display from the bottom.
The need Milau Feedback tool is displaying as side menu on my calendar page but all the other pages is displaying as a normal page component at the bottom of the page (not as a panel).
Hi, I using skuid with salesforce.com. I want to export data through the export button. When I am attempting to downloading the data. It is not downloading in the CSV format. It is downloading in the blank file. It is not related to excel sheet. But before 2 months ago, I have exported the sheet in the CSV format. It had been downloading successfully. But At this time, It is not downloading. I have attached the screenshot for your reference. Please find the attachment. Please reply me it is the very urgent task. Thanks, Arvind Kumar +91 9665086466 Attachment :
Excited to get new version!
I have a field editor with 30 read only template fields which can have only two values - “Requires Attention” or “Looks Good”.I want all the template fields with “Requires Attention” to be displayed in a red font and the template fields with “Looks Good” in a green font.I am currently doing this through html within the template field but I hate that approach since I am having to do it 30 times. Is there an easier way to do this?
Running into a permission-based issue and was wondering if anyone had a workaround. We’re designing pages with all our Profiles in mind and are looking to display relevant information based on the running user’s profile Id.The problem is that user’s are unable to see the Profile ID thus the page renders like that condition didn’t exist. So for an opportunity model, Owner.Profile.Name = (userinfo) Profile Name will only work if the person logged in has edit abilities on profiles.Letting all our user’s edit profiles is something we’re not looking to do. So i’m hoping there’s just a better way to do this. Even a user-model with ProfileId = (userinfo) Profile ID won’t work for users.
We have a client who is on SF Professional with Skuid 9.5.9. We haven’t been able to update them because anything higher than 9.5.9 throws an APIEnabled error with any Skuid page on Professional. Anywho, some of their Skuid pages have tables on which we’ve added exports to. Exports work in Classic, but not in Lightning. In lightning I get the error: "Page ExportData does not exist " Going to the referenced Visualforce page shows that lightning is not enabled: Since we can’t update the VF, is there anything I can do for this outside of updating Skuid?
I have a card application. At the bottom of each card is a collapsible wrap with displays a sum field from a related record. I set the model condition and then query the object. I would expect that each card would have different sum as well as temporary id What happened?
We have done away with the Skuid mobile page builder and have built our new desktop pages to be responsive for mobile devices. Everything is working great, except the inline help text. Because there is no ability to hover with a mobile device, the help text does not display as it would when hovering on desktop. Any ideas?>>Using Skuid v.10.0.5<<
Hi,Hope you are doing great !!!I have setup Skuid with salesforce.I am using Skuid page for post time. While I have filled record details on the edit page and after that, i have click on the save button. Now, this time record is disappearing. It is not visible on the detail page.Note: It issue is coming at 11:00 AM to 2:00 PM (EST) time zone. And I am facing this issue with only 2 users.Please let me know. why it is happening at the record saving time.My contact details.Arvind Kumararvind.twopirconsulting@gmail.com+91 9665086466
I am trying to print elements inside a popup. The JavaScript I am using perfectly prints if the element is in main body but comes up as blank if it is in popup
I am fairly new to skuid and I am having a problem with my page include. My Skuid page I am creating has to do with Vendor accounts. There is a create and a resume button. They both open a popup that holds a page include. This page that is included is a wizard. When I open up this wizard in the resume I can see in the background that an error comes up. It only happens on the resume because I send the page a query string of which account I want to continue creating. When I close the popup to look at the error it won’t open to show what the error was. I have tested my page and checked all the models and everything seems to work right. Is there some skuid debug log I can access to see this error?
I saw a video that demo how to add products to shopping cart and manage cart (at https://www.skuid.com/webinars/?wvideo=2zhld2l1x3), but I cannot find any guide or tip how to do it. Is anyone can help to share me a code to implement like attached image?
Does anyone know why this function wouldnt be recognized on skuid platform?dateVar.setTime(dateVar.getTime())I receive an error“There was a problem rendering a component of type skootable: dateVar.getTime is not a function”
I have model A and model B. model B has field - fieldB. I am trying to create a UI-only field fieldA which can look at the value of fieldB. fieldA and fieldB are text fields. Is that possible?
Within the last few weeks we’ve begun seeing an issue where pagetitle components retrieved do not include an ‘editor’. We use this to display messages to our users in a lot of different contexts/pages and this is effecting a large number of our pages. Most of these are in pageload snippets. If the snippet starts with $(“.nx-page”).one(“pageload”, function(){ we get pagetitles found with no editor so we get ‘editor undefined’ in the js console. If it starts with $(document.body).one(‘pageload’,function(){ we get the pagetitles the way they should be. I could easily say just switch all our functions to document.body ones, but I know you guys advise using the other method. Also not all of the functions we throw messages from are pageload functions and those are behaving like the .nx-page ones and giving us pagetitles that do not have editors…
I have two aggregate models in one page to count the Ids and group by a 5-option picklist from Leads and Contacts.The leads do not have any of one option from the picklist, where contacts have several thousand of that option selected.The two models look alike, however, I created a UI-only aggregation on the contacts model that looks at the leads model to add the Id count on the leads model to the Id count on the contacts model to give a sum.This works well when both models have a non-zero number in the same grouping, ex: if both models have a count in the grouping for “Marketing” status, then I get the sum.The problem is when one model has an Id count for another status such as “Unqualified,” let’s say 23 for contacts - and the other model leads does not have any rows that would aggregate to “Unqualified,” instead of the contacts model UI-only field stating 23 for “Unqualified,” the number the UI-only field reports is 0. | Contact | Leads | Combo (UI-only on Contact Model) Unqualified
I’m itchin’ to read them. Where they be?
Created a mobile page with navigation within Salesforce1. When I click on the navigating link, the menu doesn’t disappear on itself until I click on the menu area. Clicking in the page doesn’t make the menu disappear either. Works on desktop but not in mobile. On 10.0.10 Any ideas how to resolve? Thanks!!!
Is it possible to change the order of tabs in a tabset on page load, our US users want tab 1 first and our UK users want tab 2 first!
I have a use case where I need to fetch all the values from a pick list and show these value as a drawer label in Queue. Here Main menu 2 is a static value. Picklist value 1,2,3 and so on should come from the picklist of custom object. Also the sub sub menus i.e. Record 1 name , Record 2 name should come below the picklist sub menu depending on the value selected in picklist. The custom object of salesforce will have two fields. one is name other one is Picklist. So if there are 4 records of this object in system having Picklist value 1 selected, these record names should be displayed below the sub menu Picklist value 1. I have used Queue component currently to display these static value. Please suggest a solution.
I’m having trouble with sliding panels on Skuid Platform and think they might be bugs.1.) I have a sliding panel with a template and a button set. I have the sliding panel set to “Close when user clicks outside of panel”. However, when I click anywhere in the sliding panel the panel is closing. I believe the intended functionality is to be able to click anywhere inside the panel including on a button in the button set?2.) As a workaround to #1, I turned off “Close when user clicks outside of panel” and I added a button with an action to “Close all sliding panels”. However, when the button is clicked, nothing is happening.Any insight is appreciated.Andrew
Anyone have a good way to perform a check on a string to see if it is a salesforce id, beyond ensuring that it’s 18 characters long?
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.