Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
Is there a way to assign picklist entries to a UI-only picklist field in a UI only model from a global picklist? In my case I just have a simple UI-only picklist field that needs to have all the 50 states as its picklist values. Instead of typing in all the 50 states, I was wondering if I could connect it to an already existing global picklist field. I see that it could be populated by “Rows in a model” or “Javascript snippet” but how do I put that to use here?
The table mass update option does not seem to adhere to the record type choices available to the logged in user. Instead, all picklist values are available for the user to select and make no sense. Is there anyway to control this?
We just found an issue in our full Salesforce sandbox, which is on the Spring '18 preview release and was refreshed in December '17. We have a skuid page that pulls data from one Salesforce object into a table component on a page layout for a different object. Today we found that when we click on the Skuid table link from the page layout to the target object, the target object page layout opens and displays data from our production org and not our sandbox org. Is there something we are supposed to do to re-point skuid to our sandbox whenever we do a refresh? I am not sure whether this has been happening all along without our knowing it. I just need to know if I have to add another step to our refresh protocol that will point skuid to sandbox data after a refresh. This could have been a disaster if we had been testing anything with the skuid page in our sandbox and unknowlingly affecting production data.
Hello all - interesting dilemma here. We have been using a third party provider to generate many of our PDF documents, and we’re trying to move away from that. We’ve been building our own Skuid pages and using CSS to get the format correct. Now we want to make it so as soon as the page is finished loading, it automatically calls a print function. I’ve been messing around with this for a few days and have been having some issues - sometimes it will work right and sometimes it won’t, but that’s partly because I had been writing my inline code wrong to begin with. This is my code as it is right now: (function(skuid){<br> var $ = skuid.$; var models = skuid.model.map(); var SingleSerial = models.SingleSerialNumbers; console.log("1"); console.log(skuid.model.load(SingleSerial)); $.when(skuid.model.load(SingleSerial)).then(function(){ console.log("3"); print(); }); })(skuid); Basically, we want to give the page time to load the model information before it tries to send the print comm
Hello Skuizards,I need some design suggestions on how I can proceed with a requirement that I have without hitting any governor limits.I have an object called Hold Data which contains records that were imported from an external system. I am building a skuid page which allows for users to search the hold data table for a billing code. The maximum number of records this search can return is 11,000. This is the easy part and I have been able to do this so far.Now the next thing that the user needs to happen is click a button which would then create an account record for each record returned by the search - which means there can be upto 11,000 account records that will need to be inserted. Once the account records are created, the corresponding hold data record will need to be updated with a lookup to the newly created account record.I initially thought I could do it through a javascript snippet, but considering the magnitude of records that might need to be touched, I fear I will hit the
I have a skuid page on a public facing sites page that my org uses to collect information from potential clients. I would like the submission of this info to trigger a chatter post to one of our org members alerting them to the new submission, however when my action to post to chatter using the ‘Run salesforce action’ option is invoked I get the following error: There was an error performing this GET request:Error code: INVALID_SESSION_IDMessage: Session expired or invalidHas anyone found a way around this error?
I am confused by the behavior of the Page Versions in the PageBuilder page composer. This is the popup opened from the More Page Actions button on the composer and selecting Versions.I modified a page yesterday afternoon and again this morning, and realized that I needed to go back to yesterday’s end point. In the Page Versions list, there was an Auto-Save entry for 1/24/2018 3:29 pm, preceded in the list by 1/25/2018 11:05 am. (There were also later versions for 1/25, and earlier versions for 1/24 that are not relevant.) I assumed that the 3:29pm version would include my last edits from yesterday afternoon. I restored that version by clicking the clock action icon and then saving the page.Fortunately, my final edit of the day had been a simple text change in a Rich Text component - but the change was not present in the restored page!Was this an error, or is it a training issue? (training for me)FWIW, skuid is v9.5.17
Hello! I’m running 11.0.4 and can’t seem to get the file path field to reference a css file in a static resource zip file. When I search the file path it doesn’t give me any results to select and so I can’t save. Any thoughts? Cheers! Louis
Sorry about the hastily drawn picture 🙂 The left table is a basic model that is showing a list of all my raw material inventory models. The right table is an aggregate model with 2 layers of grouping that shows what that raw material makes as a finished good. That finished good grouping is used for a model lookup to a third aggregate model ( not shown ) that is describing the shipping demand for that finished good. The goal being that I want to know my total requirement for glue derived from all my finished good sales orders in the system. The data here is all the correct and I am very close. My struggle is how to get the left table to show an aggregate answer for all the glue rows in the right table. The standard model lookup is finding the first value and presenting that. Is there any way to perform a model lookup loop or aggregate model lookup? Thank you greatly for your assistance.
I have two filters on my table. One for District. One for Territory. I would like the filter options in my Territory filter to render based on which District is being selected in the other filter. So if…District = WestTerritory filter options shown are:West 1West 2West 3or,District = EastTerritory Filter options are:East 1East 2East 3 *West options above become hiddenIs this possible?
Is it possible to display the row number in the skuid table?
Hello,I have a Chart use case , but have been unable to find what I need reading through all of the chart related posts and Highchart api’s. I have a simple sales pipeline funnel chart to represent the Opportunity Stages. I have customized with a short snippet and added 4 styling colors in action framework.The execs want the Stages to remain the same color regardless of the data results: stage1 should always be blue stage2 should always be yellow etc etcI have tried to implement Rob’s snippet https://community.skuid.com/t/have-certain-colors-represent-certain-values-in-charts, but is not working for the funnel chart. I am currently using the snippet below to show data label values, and need to add in the color per stage (series) code. If this can’t be accomplished, are there any workarounds to achieve this? Would be great if the Salesforce assigned stage colors were in Skuid metadata
I have one user that is not able to open any tab in Skuid, when they click to open the tab, the are getting the error message “Too many redirects occurred trying to open …” Please see the attached image
Hi,I am currently running on 11.0.4 Millau. I have built a page with a few image components which are referencing static resources. When I preview the page the images come through just fine. However, when I navigate to the public site page the images have a 404 error. In previous versions of Skuid the images appeared on the site page, so I’m trying to figure out if this is a bug in the Millau release or if my sandbox environment is not set up exactly like production (probably the later). I noticed that in production the image is pulled from {SitePageURL}/Resource/Visa and in my sandbox it is trying to pull the image from https://c.cs{instance}.force.com/resource/Visa. If I request the image the way it is requested in production it works. Does anyone know why the images are not found (404) on the site page? Thanks,Tim
Hi all… we have been a long time user of the TFG component but in our managed app we have not been able to get it even installing correctly on Millau ver 11.03 or 11.04I realise that this is unsupported by skuid… has anyone else experienced this issue and (ideally) found a work around?It appears to be an issue with the skuid pages not recognising the static resource for the component
Title
Skuid Team,I have been trying to export a custom theme without success. I am able to download the ‘.sktheme’ file, but it is only 1 kB in size. When I try to import the theme, I get a record added to the theme tab, but the theme does not open. Based on Mark DeSimone’s comment on this posting, I am sure that the theme file does not contain any styling (i.e. CSS).I tried this on 11.0.3 using Chrome, Firefox, and Edge. I updated to 11.0.4 and cleared my cache/browser history on Chrome. Exporting the theme in 11.0.4. still results in a theme file that is 1 kB.Mark mentioned ‘permission settings to manage themes’. What settings are needed? Is there anything else I can do?Thanks,Bill
Hello,I have created one custom VF page in salesforce. To display & save details i also have created one Apex class.I wanted to move my VF page into skuid.is it possible in skuid ? Thank in advance
I have “Reclaimed” the Salesforce home page with a custom Skuid page with tabs. Each tab has a page include with things like tasks or other models specific to their job duties. When viewing the home page on the PC everything works great. When viewing the home page in IOS the whole home page freezes and I can’t do anything except force close the home page.Interestingly, in Chrome IOS if I open the page as a stand-alone page, not contained in the home page it loads with no issues. So it is not really the Skuid Home Page that is the issue. It has something to do with the Skuid Home Page when placed into the Salesforce homepage on IOS. Again the PC works fine on all pages.Any ideas what would be causing the issue?
I am getting this error while trying to call a apex class on button click on skuid by running javascript snippet when using same button 2nd time, I observed I will go to another tab and then again press the button, it will work fine.To make the button working I have to move to another tab .
According to Skuid Documentation we can only use the below three views. Month View : Displays events on a monthly calendar. Week View : Displays events on a weekly calendar. Day Scheduling View : Displays events on a daily calendar, divided by my requirement is: i will be having 3 fields from the same object where i need to show them as a list. where Records,Weeks, Quarters are my fields. i need to customize my table like weeks and quartes in the row -vertical list and records in horizontal- column view.
I am managing numerous calendars for school staff and the staff are not salesforce users, so the scheduled items are custom objects. How may I make a queue to select certain calendars to view at once. I would like to be able to view more than one at a time rather than just defaulting to one calendar or all calendars. Ideas?
Ther following error occurred when I used the Filter Type is Select Option in Table. I already updated the themes after upgraded the new version. Please help to check. skuid__SkuidReqsJS:1 Uncaught TypeError: Cannot read property ‘effects’ of undefined at skuid__SkuidReqsJS:1 at Function.each (skuid__VendorJS:1) at I.handleSourceEffects (skuid__SkuidReqsJS:1) at I.P.activateFilter (skuid__SkuidReqsJS:1) at a.fn.init.Fe [as onItemSelect] (skuid__SkuidReqsJS:1) at a.fn.init.selectItem (skuid__SkuidReqsJS:1) at a.fn.init.s.fn.(/apex/anonymous function) [as actionAutocomplete] (https://xxx–skuid.cs6.visual.force.com/resource/1530176340000/skuid__SkuidReqsJS:1:482582) at HTMLInputElement.d.accessible.l.onChangeFunc (skuid__SkuidReqsJS:1) at a.(/apex/anonymous function).(anonymous function)._trigger (https://xxx–skuid.cs6.visual.force.com/resource/1530176345000/skuid__VendorJS:4:11900) at a.(/apex/anonymou s function).(anonymous function).menuselect (https://xxx–skuid.cs6.visual.force.com/re
Hi,I’m building my first custom component and I would like to make it as configurable by the user as possible. I’m wondering if there is a way to show different props to the user based on one of their previous selections? So for example with the standard Image Component if you select " Attachment" as the image source you get different props than if you selected “Static Resource”. Is there a way we can implement the same type of logic in a custom component? BTW custom components are awesome!
I have several fields on a page that is marked as required. Some of them cause an error message when empty and save is clicked and some do not.
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.