Complete our Nintex Community Survey
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
I updated some picklist options in salesforce. The field in my Skuid page did not display them. I went through the salesforce trouble shooting steps and it did not help. I cleared cache (chrome). I refreshed the page several times. I ended up deleting the field from the model and adding it back in. Now it brings in the updated picklist options. Thought I would post for someone else coming across this problem.
Let’s say I have a meeting page which is built on skuid.The meeting host can stop the meeting clock or pause the meeting clock.If the meeting status changed. All the opened meeting pages should be reflected for those attendees.For example, when the timer is paused. The vote or comments component should be hidden or READ-ONLY.My approach is that I will run a Javascript snippet in the background and keep polling the status via Salesforce remote actions.Once the status changed, I will disable/enable some Skuid components.The thing is any direction to disable or re-query models by polling the status in the background.Just have no idea how to re-query models or hide components using Javascript within a skuid page.Any idea or direction?
I’m still getting insufficient privileges when accessing the skuid page. I am already included in the skuid viewer permission.
I am using Version Number 10.0.1 Please help me to solve this issue. Thanks
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?
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.