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 i am clicking on this button, it is opening popup two times. We are using following actions on the Global Action Button. Please help me to solve this issue. Thanks
Hi,is it possible to connect as another user to create models?For example I want to create a chart based on all won opportunities in the org and show this chart to all salespeoples.
I’m going to have a queue view which will only show a specific record with different fields. Each field as a lookup field which can have a popup to display its detail view. Is there an easy way to leverage Skuid to do so? It seems Skuid only support a collection of records for displaying a queue view.
Love the sliding panels, however: In a sliding panel, if there are conditionally rendered components that are hidden, upon rendering of those components, if the page length increases, the sliding pane does not expand its length or add a scroll bar so you can’t see the content. I worked around this to a degree by adding a wrapper component in the panel set to 95% VH. This gives me a scroll bar if the page length increases below the visible screen. However, the panel behaves very strangely on mobile vs. a pop up when showing and hiding components. Also, I have a background image in the wrapper that doesn’t render well. Instead of stretching it duplicates with gaps or only renders half the page… just an overall glitchy experience on iPhone 7 plus with latest IOS from a layout perspective. I am on 10.1.
We have a javascript snippet in a template that takes in a skuid model and writes it to the page in HTML. When we preview the page it is fully functional and does what we need it to. We can even query the model in the console using “skuid.$M(‘quizQuestions’).data” and it displays all of the info. When we deploy the page and view it using a test user the framework of the page displays(all of the tabs and videos) but the javascript in the template does not run. When we run ‘skuid.$M(‘quizQuestions’).data’ in the console it displays nothing. What could possibly be the issue? and what can we do to get the models to pull into the deployed page?.
I am trying to add Google as an Authentication provider. I enter all of the information, and then hit save. I get this message (see screenshot). What am I doing wrong?
I need to markup one table field with HTML wrapper … . We can do this on ordinary table fields. However, today I want to markup the same thing on template field. It seems to me there’s no such way to put conditional HTML wrapper on the field value. Is there any workaround or built-in tricks to do so? For example, I need to markup the raw value “field value” like this way. _ -_ _ FIELD_VALUE_ _ _ References:https://community.skuid.com/t/can-you-apply-custom-render-snippet-to-a-template-field-in-…
Is there any easy way to put the row action icons from left-hand side to right-hand side? It seems we can only use Javascript to do the sort of trick? Thanks
I’m trying to put a VF page with a skuid page into an Account standard layout page. However, the popup from the skuid page could only take up the iframe area. What I expect is that the popup could take the fullscreen for the whole Account standard page. Any idea to achieve this? Thanks in advanceI tried
Is there any way to show the Most recently created child record with its parent record together. I’m not able to retrieve the children information If I use the Parent as the table model. However, if I use the child model for this table. Although I can lookup back to its parent record. But in this table, I have no way to filtered out the most recent child record. Any idea to achieve this?
I am in the process of converting a SF Classic page to Skuid. On the Classic page, there are two lookup fields that pull in the current user’s manager and that manager’s manager. This information is used as part of the approval process. This is working with no issue in Salesforce. When a new record is created, those lookup fields are populated with the appropriate managers’ IDs. However, when I created the Skuid page and include these two lookup fields, they are not being populated on the creation of a new record. Any idea what I may be doing incorrectly?
I followed the guide here to deploy a Skuid page as a Lightning component: https://docs.skuid.com/v10.0.0/en/skuid/deploy/salesforce/using-skuid-lightning.html. I upgraded to version 10.0.1, Page Support files have been generated, and My Domain is enabled. When I attempt to include a very simple Skuid page (with just a single rich text component) on a Lightning page as a Lightning component, I get an error:
Any solution for the following issue:https://community.skuid.com/t/unable-to-package-pages-into-static-resource-release-10-0-1I’m also facing the same issue.
We are using Skuid on Salesforce, and have added attachment related list in our UI page.With attachment there is a search box as well in Skuid. This box works well for System Administrators, but somehow does not work for non admin users.They get an error like “There was an error performing the search request”Wasn’t able to find anything related to this error. Any leads would be appreciated.
Here’s the setup: When I download the static resource and open the file it shows up just fine, but the image component won’t render it. Running 8.15.17 Any thoughts?
I’m trying to add a Page Include to “View All Tasks” on the Account and Opportunity. I created it on the Opportunity and it works. However, when I add the Page Include for the Account and the condition/grouping logic for the model ( I have it as (1 OR 2) right now) it doesn’t work. However, when I remove the condition for the Account, the Opportunity works on its own. Visa versa for the Account. Any idea why this grouping logic isn’t working?
Scenario:On ‘ABC__c’ custom object there is a picklist called ‘Pick__c’ and few record types, each record type is having at least one picklist value selected.When I use the ‘Pick__c’ in a Table, the data is not getting displayed for SFDC Site user.Any advice on this?
We have added support for multi-currency in our package which includes skuid pages too but now when we try to open those pages in an org which doesn’t have multi-currency enabled, the page is throwing an error stating it couldn’t find currencyIsoCode on this model object. It’s happening because skuid page XML has reference to currencyIsCode which is not present in the org. Now one workaround we can have is creating two skuid pages for each layout, one for multi-currency enabled org and one for normal org’s. But I’m sure there should be an efficient way to achieve this without page duplication.Can we add/remove field to a model based on org multi-currency enabled condition? How can we find out from skuid that the related org is multi-currency enabled or not?Any urgent help is highly appreciated.
I see this post (https://community.skuid.com/t/adopt-rows-into-model-for-2-different-objects) and I want to make sure that I understand this correctly.So if I have two of the exact same custom objects in SF, you are not able to use, Adopt rows into models?If for some reason the answer is “Yes you can” at what point does it not work, like if I added 1 field to one of the objects, does that break the chain?Thanks in advance!Richard
I am trying to set phone number validation , this field in not able to enter any character , text .Show error “correct input”
We have included a graph component on our skuid page. Now the problem which we are facing is: the graph is not scaling itself according to high and low values on both the axis. Say one record has values which requires the y-axis with value ranges in 1000, 2000, 3000 etc, another record requires values in the range 100, 200, 300 etc. When we plot a graph only 1 range comes up and for comparatively lower value ranges the bar on the graph becomes too small. Is there a way that we can make this graph auto scale or responsive?
When in a list view, of a custom object, I now see the error: “There was a problem rendering a component of type skootable: Cannot read property ‘indexOf’ of undefined”This seems to have happened only after we upgraded to Brooklyn release from release 8.11, this did not used to be a problem. Please advise
Hi everyone - I have been pulling my hair out trying to find any reference to event attendee tracking in Skuid… Can anyone tell me how to add and manage invitees in a Skuid event custom popup? I played around with Event Relations to no avail…help!
Skuid Version: 10.0.1 Issue#1: A pop up cuts off the content if the frame is moved prior to the content being loaded. Not sure if this is intended behavior or a bug, but its frustrating. **First Screenshot ** Issue#2: Loading a tab and moving the pop up causes the remaining tabs to have their content cut off respective to the size of the tab you were last on. Again, not sure if this is intended behavior, but I could have sworn that a pop up used to resize based on its’ contents. It seems as though my pop ups have static heights. Issue#3: If my memory serves me correctly, a pop up used to find the center of the page and fit the page according to that center. In 10.0.1, the pop up frame seems to launch from the middle and stretch downward. Skuid 9.3 behaves correctly and will launch from the middle and stretch both up and down to fit perfectly center on the view-able screen. **Second Screenshot **
Upgraded to 10.0.1 - Can no longer package pages into Static Resources. The page hangs and just says “Packaging Pages into StaticResources…”
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.