Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
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…
Most of the pages I have only host a couple of snippets, so things remain nice and simple. But sometimes I have 10’s of snippets on a single page (for example a reporting page where I’m messing a lot with filtering data conditionally and interacting with highcharts). This can get confusing for me.How are you skuid developers organizing your snippets? I would imagine a directory hierarchy would be immensely helpful. Or is there a way you’re using static resources to organize your code?
I have created a tab that contains a 9-panel set of 9 queues and I’m having trouble with the queue title spilling over on top of the first item when the queue title is longer than 1 line. The panel set is a custom width with variable height scrolling (220px offset). I assume this is a simple mistake I am making, hoping someone can help out. Have attached a picture of what one of the queues looks like. Much appreciated for any help you can provide. Thanks, Dave
I have some buttons that refresh the data/set conditions on the sub queried fields of the table model.There are usually many rows on the table so I’ve enabled scrolling.In order to keep the buttons that filter the table accessible, I want to keep the buttons on the side of the page while the user scrolls.How can I do this?Thanks!
Hi,We want to replace profile name in all skuid pages, wherever it is getting referred. In Eclipse we can create SF project and import Apex code, where we can search & replace code. Similarly how can we import all Skuid Page xml into Eclipse?Thanks!Aanal
Has Skuid or TFG come up with a component that adds “close drawer” action for a button?
I am having trouble when I load a desktop page on a mobile device with pop-width. I’m viewing the page as mobile through the dev console. I can set the width of the popup and it works when rendered as a desktop page, but when mobile, it sets the width to 35em every time, ignoring the set width in the composer and custom css I have tried. Any ideas?
I tried to look and search in skuid community similar cases and the ones I have found were giving me directions but not much details or were not directly connected with what we are trying to do exactly.I am looking for a simple example to reproduce what SF.com does in std process.When users click on new opportunity button from one account then account name is automatically added to the opportunity and when users click on new opportunity from one contact then new opportunity is automatically associated to the Account and create new opportunity contact role automatically from the contact they created the new oppty. I have tried different ways but could not make it work properly unfortunately.Can anyone help by any chance by sending a simple xml example with opportunity, accounts, contacts, oppty contacts roles models and connections between the different models to make SF std above functionality working the same from oppty create page in skuid ?Here is the test xml page I have been star
I have multiple page includes that work fine when I view the parent skuid page as myself, however when i try to view them as a different user profile, I get the following error: “There was an error attempting to load the requested page.” This is for every single page includes in the system.I have tried changing the model conditions on the actual page include pages as well as changing the query string for the page include but nothing seems to work. The thing is they were working a few days ago and the only change I made was updating Skuid from 8.8 to 8.15. Could this be the reason that everything seems to have gone haywire?Help Please!
The Ethnicity Field is required. But nothing indicates that until you attempt a save, when you get the ‘This field is required’ inline error.
Relative noob here… I have gone through the documentation, tried multiple approaches, and am hitting a wall.I have a client who has requested the following functionality: Partners log into their Community page and are able to see and edit information from three related objects (account, opportunity, and custom object related to opportunity) in a table or similar consolidated view. Basically think of it as a call list - each row/entry has information from the three objects and there will be multiple rows (one for each account that matches their criteria).Thoughts/suggestions/guidance/good bourbons to try?Thanks,-M
So I asked this 2 weeks ago but then said forget it but it’s come up again. Fundamentally just not understanding what parameters are passed on a 2nd drilldown for aggregate chart. Seen some related references on this subject but something I’m missing.I have 2 aggregate models, lets say Accounts and Contacts. I have 2 Accounts charts that drilldown fine. From the 2nd chart I want to pass the drilldown context to the Contacts chart, which is on the Contacts aggregate model. Not seeing how to do that.Ex/ So my 2nd chart is showing all Accounts in East that are Inactive. When I click chart slice I want that context to go to Contacts so I see all Contacts in those same Accounts.I saw some references to the Highcharts API stuff, which is foreign, but even with that I don’t get how you’d use that merge syntax, if that’s what’s needed, in the drilldown options…or am I supposed to be using a filter condition instead? If so, still confused how to pass the correct context.
Hi, I have a custom object for change requests. So while creating a change request i want to add an attachments to the Request or even for the even for those change request which are already created should also have the attachments feature in its detail page. In my case, from the list view of change requests we have a drawer which acts like a detail page of the Change Request form. Within this drawer, i had my file upload component and table component to attach the files and then display them in the table. Here my issue is No matter what change request form i dive in to, i am seeing all the attachments that are saved within the change request forms object. I have the following condition on my attachments model. AttachmentUpload model has change request object under it. Everything looked fine for me but still unable to filter the table results based on the Change Request Form (CRF) ID. Can anyone tell me where am i going wrong? Thanks.
This must be a really obvious answer and I’m being blind :P. How do I remove the ‘edit page’ sliding option from a skuid page? Even though I have permissions set up properly, and users can’t actually save any changes to a page, they can click on the sliding option and see all the ugly skeletons behind the beautiful UI. How do I remove this option?
Working on SKUID page to display forecasts history for forecasts submitted in SFDC Customizable Forecasting. I can not get the “Territory Name” to display in the table - Getting “Unknown Field” result, despite being able to find the Territory Name field. Any ideas?
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.