Nintex Automation K2: Back to basics
Access resources, discussions, and troubleshooting tips to build custom applications and streamline workflows with Skuid NLX, SFX, & EXP.
Recently active
When a page include loads it is redrawing a chart on my main page. Since that chart has a before render snippet that affects a related table, my table is reloading as well. My page include is related to the table, so I can’t put it in a drawer like I would like. But also it seems to be removing my conditions on the related table so after I open the popup with my page include, more records than expected are showing up. Seems like the page include onload event is the same as the general page onload event, so the chart is redrawing, but I don’t think it should. Video below
I am trying to apply the user selection in one table and then via a snippet on a mass update action, set the condition on a different model and then load/query that model. So the result of the snippet combines the ID into one variable like : ‘a05A000000Eibd5IAB’,‘a05A000000EibFGIAB’,‘a05A000000EibdPOAB’I then set a condition on this other model to this variable (also this condition is related to a reference field that is looking for “in”). This has not worked because the way tha I am creaating and passing this variable results in skuid seeing this as text versus references. i am not sure it it is parsing this as three ID versus one long text.Below is my snippet showing capturing these ID, setting the variable and setting the condition. Is there a way to successfully pass these as multiple ID to the condition or is there a better way to acheive quering this model with the right input of the selected ID?Overall Snippet “Status”:Cycle Through table and get ID for rows that user has se
Since I unchecked “Load Model data on page load” checkbox on my opportunity model the page is loading more quickly but Chatter feed associated to the opportunity model is returning no data.Could you help ?
Can someone help me to display data(records) of object in table or any other component in multiple columns? I want to display only one field i.e. Record Name. Please see below screenshot.
Object B (recipe ingredient) has a lookup to Object A (Ingredient). Object A has multiple fields of measurement conversions (kg, g, L, cups, …)There is a picklist on Object B, where I would like to only show values when the measurement conversion fields on A have data in them.Is this possible with javascript snippet or something like that?Appreciate any ideas. Thanks
I have a table with Contacts. I want to apply a Mass Action where a user can check off various Contacts and Tasks are automatically created. I’m able to create the Tasks, but I can’t figure out how to associate the Tasks to the correct Contact and Account.Any help is greatly appreciated.
I have a handful of users that are getting this error when trying to open a skuid page. The page does not finish loading (you just see the standard salesforce border). Chrome browser in use.
I’m using a sticky header on a page. When validation errors occur, the height of the header increases and covers up the content on the page below. You can’t scroll up to fix it. I found a few others reporting similar issues (page not re-drawn after header height increases when an image loads), but none related to error messages. The solution offered in the other threads does not apply here (Add a wrapper of fixed height to contain the image).
I understand what is going on here, so this might be more of an idea than a problem.I have a table with opportunity products showing win percentage. ($ Awarded/ $ Bid) If I try to use column totals to show the win percentage as a whole, the numbers are misleading. Using Sum, it adds up the values so you can end up with over 100%. Using average, it averages the percentages displayed in the table rather than calculating a true average based on the underlying data.
I am currently working on a mobile build for a client and would like to have a footer with their logo in the panel at all times. Issue is, the footer is a fair bit chunky and I would love to make it thinner. Does anyone have a solution? Many thanks in advance!
Start by saying, I have enabled Skuid org defaults for licensing assignments as well as for community profile.When creating users through the salesforce interface, everything works fine BUT…I have a self registering page for my community and when users sign up through this, it creates all the right SF logins, permission sets etc… but Skuid does not create a new user for them or assign them the Skuid page viewer permission set. Which means that once signed up they can’t actually access anything!Please I desperately need this fixed ASAP or help building a workaround of some sort!
Is there a formula which will return the Calendar Week Number based on a date or a date/time field?
One user is getting the attached error message when they open a record, Does anyone knows what is causing it?
Hi, I have Button on the page title component which performs Save action on a model. In the same page title component i want to show another button called Submit for approval. This button when clicked will fire an approval process. My requirement here is, Unless i click the save button i should not see the submit for approval button. Right now, i am seeing both the buttons sitting side by side while creating the record in a popup. IS there anyway by which i can see only the save when i open the pop up and and see the submit for approval button only after the saving the popup. I don’t know much about JavaScript so i am wondering if we can do this via Action framework Thanks. -Avinash
I have a javascript event handler like so that listens to an event that is raised elsewhere in the application, but that updates the Client model zip_code__c field with what is passed in the eventDetails. The code above is working correctly in that it it gets triggered and updates the model when the event occurs, however, the field in the UI is still displaying the old data. Note that the field is in an Editor inside of Tab. Not sure if that would matter. I was under the impression that the editor would detect the change in the model and display the change automatically. Why would this not be occurring. Thanks in advance.
I’m curious about the rights provided to CRUD operations via REST API.Does the current SF user’s credentials get used to provide access to the data being requested? ie. one user gets to see all records in Read-Only, whereas another user might get access to some records with Update rights.
I just updated our Skuid package to 8.15.9 and am now getting the following error when trying to edit any of our skuid pages Also, when trying to install the older version we had now I get this error:
I have a table-row action that creates a pop-up. In the popup, I have an inline page using the “Query String: id={{$Param.id}}”. However the popup is not passing the id into the url. I’ve used developer tools to see the url that is being created for the popup. And the url is: https://skuid.MYSALESFORCE.visual.force.com/apex/include?id=&isinclude=true&page=MyIncludeHereIf you can see, the id does not have a value. What do I need to do to pass the id to the include url?
If you go to this page on Internet Explorer, the UI-Only checkbox fields are not editable: https://www.fullskope.com/apex/ests_PECAppIntakeI’ve stripped off all extra CSS, but didn’t help. I tried changing one to a picklist field, no luck. We are on 8.15.8, going to upgrade to 8.15.9 to see if it helps.
I am looking to conditionally render a page title button based on a UI Only field on a different model (an aggregate model)
Hi There,Fields in Column Set in a field editor not rendered when render conditions added.But the same field is being rendered when placed outside of column set with the same render condition.Any thoughts on this ?
I was finally able to get my Custom Data Source working in skuid using a custom authentication provider that combines apex (remote actions) and javascript. This uses a custom “authentication provider”.We use skuid as part of a managed package in which a user can specify an org-wide key with which all API requests get signed. In order to be able to release this to our users we need to be able to package our authentication providers. is this something that’s available? is there a skuid method that can be called to pack/unpack authentication providers?Thanks,
I followed Irvin’s example of how to use additional chart types from Highcharts to create a gauge chart ( https://community.skuid.com/t/heatmaps-f7d67nej63f2h ).It’s working fine until I try to add it to a page that also uses the highcharts resources provided by Skuid. Initially I got Error #16 (trying to load highcharts twice). I removed the external references for highcharts.js and for exporting.js. Now the line chart displays correctly (standard skuid), and the gauge background renders, but without data.The console shows an error: highcharts-more.js:29 Uncaught TypeError: I is not a functionTried with and without the external reference for modules/exporting.js - same result.
Hi team, This is not a show stopper, but I wanted to report it regardless. On our account page, when clicking into a specific popup, intermittently the field in the popup will not display and a JS error appears in the console. Usually refresh the page will fix the problem. I’ve attached a screenshot. The arrow show where the field (an account look field) should appear. The JS error is highlighted in on the right in the console panel. Just let me know if any further details would be useful to help diagnose the problem. Thanks!
What is the Syntax for Re-querying a model inside JavaScript Snippet?? I want to requery a model inside the Snippet…Can anyone help me on this issue…
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.