Deep dive demo webinar: Get an in-depth look at the enhanced Nintex CE Platform
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
Is there anyway to remove the “skuid__Ui” from a skuid page tab that is rendered in lightning console? It’s a tacky user experience.
I am a strange behaviour when one user is not able to open a Skuid page in Lightning Experience. When she clicks to open the tab she is redirected to Chatter feed. It works for her in Classic. Does anyone know what is we need to do to fix this? Thank you
Wondering if anyone else has encountered this problem, and/or successfully dealt with it. API v1 components that worked 100% now often do not load on page load. This behavior often is exhibited when navigating from a list view to a lightning record page that has a skuid lightning component. Refreshing the page solves the problem and the component now successfully loads. It is frustrating as there is a lot of manual page reloading occurring now.
Refused to display ‘https://st–sandbox.my.salesforce.com/0011w000009UrNhAAK’ in a frame because it set ‘X-Frame-Options’ to ‘sameorigin’.
Because of an operation too large error, I’ve decided to create an abridged page version for a pre-existing opportunity page in our portal for our clients. I’ve added and duplicated the exact conditions and models of the main opportunity page but when implementing the new one, there is no information that renders. I’ve also tried to clone the main page, cut out all the unnecessary information and use that page name to insert into the Navigation Property (where all of our pages are) –> Tab –> Actions –> Redirect to Url but this is where the operation too large error shows. Any help is much appreciated! (Abridged Version)(Original)
i have comp_Release__c object which has master deatil and lookup(both) relation with Release__c .In skuid page i have button, on click of which popup opens which have search bar which select release name and while hitting add button it should be added to comp_Release__c and should get displayed in a column of a table.Please suggest some solution of it.
We use RingCentral’s call center/softphone stuff and ha e run into this issue. When a call is taken, the agent can’t grab the whoid from the record to put into a task due to the Skuid/vf page being there. The solution is below but I dont know where to put it!! Or if I even can put it somewhere to solve this?? Help. Visualforce Page: Who/(Name) and What/Relates To values are not populated in Salesforce Agent If a customer is using custom Visualforce pages on any of objects (Standard/Custom) and Who and What are not populated with objects that are recently opened. NICE inContact agent application does not know the object that are being opened, because the Open CTI can’t identify the object Type and Id from the custom visualforce page. Solution Customers have to make changes in their custom visualforce page implementation to include the additional query parameters to pass the required values as below. The query parameters and its values are “object=&objectId=&objectName=”
I’ve noticed that if you enable caching on a Master page, and click Ok to make all the models client-side, on child page models the box will be checked that says Process model client side, however in the XML the processonclient=“true” tag is missing. This hasn’t triggered any failures before, but now that it’s being enforced that server side models cannot depend on client side models, it’s causing errors. Except that the errors aren’t being shown - i think because the box is checked - the models on child pages that depend on a master model just won’t load if they have Abort model’s query set if the master model has no rows. The solution was to uncheck the box and check it again to Process model on client side, or go into the XML and paste processonclient=“true” in the model’s header.
We have a Skuid page which is a visualforce page tab, used in Lightning. When we navigate to another tab (lightning console), and then back, it refreshes the Skuid page on load. How can we fix this?Salesforce support said this: I have tried replicating the issue in the Sandbox and checked the ‘InternalDashboard’ VF page for csearch tab I have tried capturing the debug logs when the issue occurred and found the below error VM9112 XXX–full.lightning.force.com&tour=&isdtp=p1&sfdcIFrameHost=web&clc=1:1 Access to XMLHttpRequest at ‘https://XXX–full–skuid.cs101.visual.force.com/resource/skuid__IconsSVG/’ (redirected from ‘https://XXX–full–c.cs101.visual.force.com/resource/skuid__IconsSVG/’) from origin ‘https://XXX–full–c.cs101.visual.force.com’ has been blocked by CORS policy: Response to preflight request doesn’t pass access control check: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. >>The page redirection is blocked by CORS policy
Hi All,I am not getting Opportunity in skuid view with one of the app name “Customer Center” in UAT and production environments.I dev org it is fine.With other apps opportunity is coming in skuid view. I have compared the configurations but its same.Checked by using dev org Opportunity xml to the UAT but its not working.Please suggest.
Has anyone set up a data source to access ringcentral using odata?
I have a table that loads case comments, and one of my filters is a manual filter based on “IsPublished”. If I set the model to process client side: The filter looks like this: If I set it to process server side: I don’t understand why it’s not the same, what am I missing?
Hello, I am trying to set up an external data source from Pardot using the REST Api. For every request, Pardot’s REST service requires a user key that will be hard coded on a user’s record. This user key is required for authorization and any subsequent request.I would like users to log into Pardot with their own credentials instead of a single shared user, so I’m hoping for a way to pull that information into the data source dynamiclly with a merge variable. We are using the {{$Auth}} merge templates for username, password, and the response, but there are no merge variables for extra information a REST service might require.Is there any way to pull Salesforce data into a Skuid external data source? Or will this have to be done with a single shared user with that user key hard coded in?Thanks!
Problem Description A client upgraded their skuid install from 11.0.2 to 11.2.11 and they are now seeing an issue related to Dependent-Field-Picklists and the model that contains the fields which have overridden metadata for the picklist entries. Testing and Results Right now, when both are defined, nothing is rendered for the dependent field. Removing either the overridden metadata or the dependencies fixes the issue. I also tried simply selecting all fields to be included for every option, but the rendering was still broken. Expected Results I would expect that defined dependencies to be processed first, and then the overridden meta to then be applied against the returned values. Example Field A Values: 1, 2, 3 Field B Values: A, B, C Field A controls Field B Dependent Values: 1: A 2: A, B 3: A, B, C Overridden Metadata on Model: B, C Rendered Values 1: 2: B 3: B, CIn the above example, I expect only the values of "B" and "C" to be rendered when Field A is set to "2" or "3", but
In a recent release, Skuid made it so templates could be edited in field editors and tables. This is great, but we noticed that triple bracketed fields like {{{Name}}} weren’t editable. In field editors the workaround is fairly simple - just select to show a custom popup and it’ll work great. However that option isn’t present in tables, so the workaround is less intuitive. If anyone is facing the issue, the best workaround I’ve found so far is to add a span with display:none and the fields to edit in the template. For example, a table based on the Leads object would have a template like this in place of the name field: {{FirstName}}{{LastName}}{{{Name}}} This is particularly useful when you want to reformat a field (like Name) to open in a new tab by default. Without the display:none trick you would have to pick between a field in a table being editable or opening in a new tab, but with this you can get both. <span style="display:none">{{FirstName}}{{LastName}}</span><a
opncti getPageInfo call fails to provide details about current record with skuid page for lead detail view page. {“url”:“https://skuid.na88.visual.force.com/apex/UI?id=00Q1Y00001r3iyd&sfdc.override=1&actiontype=View&objecttype=Lead”,“objectId”:“”,“objectName”:“Lead”,“object”:“”}
Hi All,When I am using VisualForce overrides on the Salesforce 1 App, it seems that when we click a detail record name to go to the detail page within SF1, it does a double load. This in turn causes the users to have to hit the natural back button from within SF1 twice, first time it loads a blank screen, second time it will go back to the Skuid List Page.We are using the standard VF Page Overrides and Page Assignments to display the pages from within Desktop and Mobile/SF1 App.iOS 12.0.1SF1 App Version v17.0 Build #6136410Skuid 11.2.8Added Video of the issue:
Hi,The highcharts export looks terrible on the export image option. Mostly sizing issues. Is there a way to set font size and image size through some js parameters?Thanks!Paul
I would like to make use of URL params to control condition values. This way I can simply update the URL params and set any number of models to query without individually setting each condition on each model. Gets excessive with some of the pages I’ve built. Basically URL based condition value management will also allow for sending links to pages with preset filter settings. Additionally can save as records w/ Name, Object and URL as fields in order to have any number of Views for any list page, dashboard page, etc. This other post would also go a long way to making this possible.https://community.skuid.com/t/model-condition-with-multiple-values-from-url-parameter
I would like to be able to set model “autofilter” condition using a URL parameter. Like this page. Preview and add a URL parameter from your org. /apex/skuid__ui?page=TestMultipleURLParamValues&id=UserIDHere <skuidpage unsavedchangeswarning="yes" personalizationmode="server" showsidebar="false" useviewportmeta="true" showheader="false"> <models> <model id="Opps" limit="20" query="true" createrowifnonefound="false" datasource="salesforce" sobject="Opportunity"> <fields> <field id="RecordTypeId"/> <field id="Name"/> <field id="StageName"/> </fields> <conditions> <condition type="param" field="OwnerId" operator="=" inactive="false" enclosevalueinquotes="true" name="__autofilter__OwnerId" state="filterableoff" value="id" novaluebehavior="deactivate"/> </conditions> <actions/>
Is this possible?
Receiving the following error when I try to connect to Heroku Postgres and receive “JWT Authorization error. Error: could not retrieve public key from microservice”. The data source was connecting fine earlier, even retrieving data. Javascript console shows “GET https://warden-us.skuid.net/api/v2/datasources/… 400 (Bad Request)”.Also, I am not able to edit/delete the data source either. I tried adding a different postgresql database but still received the same error when I hit Test Connection or while saving it (it never completes the save process).Any clue what could be going on?
In order to save real estate on my page I would like to add a button to my existing button set to filter a table or card. is this possible?
I have added some conditional rendering to a table row actions to remove them if they are on a mobile device. Now the fields work correctly but when I do it with row actions, it removes the icon but the text for the row actions remain and it doesn’t do anything when clicked. Any ideas on what we can do to fix this issue? Im including screenshots of the desktop, desktop with the user agent set to a mobile device, and then a screenshot from Salesforce1 that shows the behavior.
I’ve read what I can find on the Skuid community but I’m still confused if it’s possible to override standard List/Tab on Salesforce mobile (aka Salesforce1), or if you must create a custom Visualforce tab directing to the Skuid page. This post leads me to believe it’s possible, but I’m unsuccessful.I’ve created a Visualforce page and List/Tab overrides.Available for Lightning Experience, Lightning Communities, and the mobile app = TRUEThe redirect works correctly in desktop but not in Salesforce mobile (Salesforce1). And the Detail override works on Salesforce mobile (Salesforce1).Can anyone clarify for me? Thanks.
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.