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
I have the following DSS in my system. When designing the form how i can tell a form to use which design ? I dont see any option to choose which Design should be used.
I wanted to share this with community and SKUID employees about the Go To URL feature and specifically its use within the Lightning Service Cloud Console. Before the finding, here is context: We are currently using a SKUID v1 page, version 12.2.21, and have a Salesforce Lightning button that opens the URL page of our SKUID page. The page opens as a sub-tab within the console. On the skuid page, I have a button that does a re-direct to another URL altogether, and our intent is that it opens a new tab on the browser, not the console. I provided a screenshot for context. In the screenshot image, I circled said button, which contains a standard GotoURL action with the feature method of opening in an existing browser/new tab (called current window I believe). It does perform the action as intended , leaving the console to the new page but the catch is that it returns to the primary working tab (in this example a case) instead staying on the SKUID page sub-tab (sub-tab is still open but not
Hello Fellow Skuidders, I am using Skuid for Salesforce. I have the below requirement. Can you please help to provide a Solution for this requirement. I want to upload an excel sheet with data into a Model Object using Skuid UI From the Skuid UI, User must be able to fetch the file from their desktop and click Upload, upon which the data will be inserted / created in the Target Model-Object Is this possible using Skuid UI. Appreciate your help with this regard. Thank you.
Hello, Sorry I am new to Skuid and learning. I have added model field to my skuid page. Model field is from Opportunity object in Salesforce. It is displaying the data but I want it to be a link so when user click on it, it goes to related Opportunity page. I tried using template field but I think I am not using the a href properly. Field is added to Skuid Table component. Salesforce object field name is IO__c Under Template field property it is {{{Customer_Order__r.Opportunity__r.IO__c}}} Is there any other way to do this?
Hi, Table related bugs and missing features: HTML in table header no working properly (this might be the same in table rows). This can be reproduced with the XML before. Disabling Header - it’s not possible, I can make it hidden by adding an empty sapce to custom label of column header, and using Design Systems to hide boarders. Though, there is still big white space, and when I press on the empty header cell there will be golden boarder cause of selection. This can also be reproduced using the XML before, and seen in the screenshot. 3.Cannot apply custom styles to checkboxes inside a table. Field Render snippets (for tables and forms), they don’t exist in v2 and there is nothing to replace them. I cannot use render conditions since they don’t contain context (snippet context issue is an issue in itself that needs to be solved). How can I reproduce functionality of Field Render Snippet? Unrelated to tables, but how can I call Inline Javascript functions from console? Thank you, Lukas C
I updated our skuid package today to 12.4.13. Since then, anyone without a skuid license cannot open a salesforce page without getting flashing and multiple errors. All of our skuid pages in lightning are in the skuid page component. This package upgrade is causing massive problems for all of our skuid components. I had to create separate tabs for skuid tables on all our lightning record pages just so people can open a record. Help!
Specifically, how do I get current page url and models in v2? In v1, I could use $Site.CurrentSiteUrl to the URL, and to get the model I could use skuid.$M(modelName). For v2, the documentation doesn’t seem like it has been updated, but I haven’t been able to use what I could before or what I can see in documentation. I have only been able to find the following way, to get page URL skuid.runtime.getPageList()[0].page.currentSiteUrl, and to get model skuid.runtime.getPageList()[0].$M(modelName). Also, I have a problem of getting URL with new way, If I use the new way ({{skuid.runtime.getPageList()[0].page.currentSiteUrl}}apex/skuid__ui?page=PageName) with Navigation Component then I get stacking ‘/apex’ in url if I keep switching between navigations, e.g. (https://sandboxName-cs-portal.cs88.force.com/Community/apex/apex/apex/apex/skuid__ui?page=PageName). If this is the only way, when would I get more than one page, how are the pages sorted, is there a time when I wouldn’t get a page, a
We are using iframe where the page which is loading we are trying to execute a webservice. (function(skuid){ var $ = skuid.$; $(document.body).one(‘pageload’,function(){ var pageHeight = $(document).height(); var iFrameIdSkuid = Id; var result = sforce.apex.execute(‘genesis.IFrameHeightStorageCtrl’,‘storeIFrameHeight’, { iFrameId: iFrameIdSkuid, pageHeight: pageHeight }); }); })(skuid); But it’s giving error like “execute method is undefined”. Any idea what could be the solution for this.
Beginning today I am having some users get an error when trying to upload an image. I suspect it has something to do with security settings recently created by Salesforce. The error says: “Failure Creating File and Attachment dsfs.AttachmentTrigger: execution of Afterinsert caused by: System.NoAccessException: Access Blocked Requires Extra Verification (DSFS)” Can someone point me in the right direction to figure out what new access I need to give to users who have been able to do this for a number of years?
Version: Skuid 12.4.12 The V2 design system page for Chart is not loading a preview for my style variants and the charts in runtime are not picking up any styling other than the default highcharts color palette. There are a few console errors when accessing the design page.
Beginning this morning sometime all System Administrators do not see anything but the Salesforce menu banner. If we impersonate another user we can see the Visualforce/Skuid pages with no issues. But the moment we switch back to our own profiles nothing loads. Was there a change that occurred in the last 24 hours that would have caused that? I will report back if I find something on my end. Thank you!
I have an org that has a lot of differences between the labels and api names of picklists. I’m having trouble access the selected value’s label without js. Is there a merge syntax that could do something magical like this $Model.myModel.data.0.mypicklistfield.label?
HI I’ve seen this bug couple times in the years i’ve been using drawers (rarely) But it seems that was never fixed. When my table has only 1-2 row this happens. When i open drawer it does not appear under, just a very small part of it, the rest is hidden Before clicking on row action to open drawer After using row action to show drawer on 1st row, you see under a ‘Blue line’ which is the top part of the drawer Here’s on a record that has more than 2 rows, works perfectly
Hi, Not sure if intended this way, but created 3 button that toggle different tab sets components All with Behavior Toggle The first button all was well, the component not showing on page until button is clicked the other 2 , the components are not hidden by default, and they show on the page when loaded, and when we click on button they hide… Is that expected Behavior? Is there a way to indicate that they should be hidden by default until toggled ? Thx
In a full desktop mode the tab set should show as horizontal but sometimes shows as vertical. If I remove the components in the tab it may show correctly. It also seems to happen if the tabs have an icon.
Is it possible for a snippet to get an Id from a response body then save it to a skuid model? I’m posting to an API and getting a response like: { “statusCode”: 200, “type”: “rpc”, “tid”: 5, “ref”: false, “action”: “skuid.RemotingStubs”, “method”: “proxy”, “result”: { “statusCode”:201, “status”:“CREATED”, “setCookies”:null, “headers”:{ “Content-Type”:“application/json”, “Content-Length”:“41”, “referrer-policy”:“no-referrer-when-downgrade”, “x-content-type-options”:“nosniff”, “x-xss-protection”:“1; mode=block”, “Date”:“Tue, 11 Aug 2020 22:31:14 GMT”, “strict-transport-security”:“max-age=31536000; includeSubDomains”, “feature-policy”:“geolocation; sync-xhr; microphone; camera; fullscreen;”, “request-id”:“7db9eb68c725bcba8b3969d49d08af6c”, “Connection”:“keep-alive”, “x-frame-options”:“SAMEORIGIN”, “server”:“nginx”}, “error”:null, “body”:“{\n \"external_id\": null, \n \"id\": 1416\n}\n"}”} } I’d like to save the id in a custom field that has been created to store that id.
Upgraded to the latest release and now we can’t see the gear or it’s large, distorted and now top left. How can I fix this?
This discussion was created from comments split from: Rich text in V2.
I was testing an idea. I have a skuid page that has several page includes. I want a decision made by the user that affects model conditions on the primary page to flow through to all of the includes. So, I created a Skuid Page: Rendered triggered action sequence on the included pages that listen for Skuid Page: Rendered events on all active skuid pages on a specified channel. This makes sense to me. I then wanted to trigger these action sequences through a button on the primary page. This is where I have the question. I have an action sequence on the primary page that, as the last action in the sequence, publishes the Skuid Page: Rendered event. The included pages hear this event and all activate conditions and requery. IT WORKS! My question is: Am I messing anything eles up by creating a synthetic Skuid Page: Rendered event? The page is not actually rendering. I am just publishing a Skuid Page: Rendered event from an action sequence. It doesn’t seem like this would be an issue, I just
I’ve had an issue that has happened in several different orgs lately. A user will go to a skuid page and it will just be blank. Nothing happens. Looking at the console, there is an error saying 'Failed to read large IndexedDB value". I have found this is a cookie issue, I suspect related to upgrades, but not positive. Regardless, the solution is to clear your cookie for the page: Delete specific cookies On your computer, open Chrome . At the top right, click More. Settings. Under “Privacy and security,” click Cookies and other site data. Click See all cookies and site data. At the top right, search for the website’s name. To the right of the site, click Remove . This has fixed in on two different orgs for the users that were seeing it. It took me some time to isolate the issue, so I wanted to share the solution and let Skuid prod dev know it’s an issue.
Hello! The background colour of a Skuid Page component added to a Community is by default white when it is being loaded. Is it possible to change that colour? Many thanks! Jesús
Hi All, We are facing an issue in our salesforce org, Where we have developed some custom lightning components and we also SKUID. Lightning components require enabling of my domain feature, And as soon as we enable it , It starts breaking our skuid related functionality. Any Co-relation between My Domain and SKUID ?
Quick question… we have created a new application (using skuid) and wanted to bundle the whole thing up for salesforce.com Customers to allow an install link that includes the required skuid code? Is this doable and then suitable skuid licenses paid for by us after install?
To recreate: > Add Tabs Component → Create multiple tabs → on Non-first tab add page include component → Create an empty page → Select the empty page for Page Include component. When you go to the tab with page include component it causes a flicker (or multiple flickers if it there are multiple page includes) almost as if its causing a re-render of the tabs component. A way to avoid the flickering is if you don’t defer the rendering of tabs, but that causes a massive loading time at the very start that I cannot have. Does anyone have any ideas to avoid it? Thank you.
We have a use case where we want to set the user model id to a url parameter “teammember” but if this is not provided at all then use the usual running user as the Id It will allow us to them use one page for a dashboard with charts on running user or their team mates if necessary Cant seem to find a workaround. Any ideas would be appreciated
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.