Deep dive demo webinar: Get an in-depth look at the enhanced Nintex CE Platform
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
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?
I currently have no image as my background. I have added an image as a background. however, when I bring up a child page the image flashes and then turns white. If I attach a new child page to the master page it works fine. How do I get the image to show on an old existing master/child page?
I am sick and tired of the bugs in Skuid. For example, I have a page called “View1Loan__clone” and I have - using the xml as that is the only way to do it - removed the fields that were recently deleted from the model. My page displays correctly, with the new theme, and then instantly jumps to a page that doesn’t exist any more. In fact, i deliberately changed the theme to prove that it is jumping to a page in memory or something. and i cleared cache. there is no logical reason for it to keep jumping to a page that doesn’t have that theme, doesn’t have that tab set, doesn’t have those missing fields, etc. And why does the support page say that there is phone support but it doesn’t give the phone number? Bug #2: yesterday we could load images by clicking upload in a rich text field. All of a sudden, today we cannot load ANY images by clicking on the little picture icon. It makes us use the link, of which we do not have a link. the phone is in our downloads folder. Normally we
I want to Display warning message in field editor before proceeding further, is there a way to achieve this *I dont want to add any new custom field to achieve this
Hello fellow Skuid-ees! Some background in case I’m missing a better way to go about doing what I’m trying to do. I am attempting to create a chart which shows 90 days of data for the metric # of unique coaches with a sale in the last 30 days. So my approach has been to create one model which looks at a 30 day period, then use javascript in a before render snippet to increment the conditions and capture the # distinct coaches. I’ll then store each # of distinct coaches and then put it on the chart, however I’m not getting the model to update the data even though I’ve tried to put the function within the updateData() call. Thanks for any advice or comments! Josh var chartObj = arguments[0], $ = skuid.$; var subPayeeModel = skuid.model.getModel('AggCoachesWithSaleL30'); var firstDateCond = subPayeeModel.getConditionByName('firstDate'); var lastDateCond = subPayeeModel.getConditionByName('lastDate'); var tempFirstDate; var tempLastDate; var tempCoaches = 0; var chartData = []; var lastCon
I am a system admin and keep getting the Insufficient Privileges error when I log in as three particular profiles and try to load Skuid version of Salesforce’s lead, account and opportunity pages. What really confuses me is that I do not get this error for 1 out of 40 individuals in these profiles. The users have access to the visualforce page. and seems like the tabs are being overridden by a visualforce page.
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.