Complete our Nintex Community Survey
Access resources, discussions, and troubleshooting tips to build custom applications and streamline workflows with Skuid NLX, SFX, & EXP.
Recently active
We were installing html2canvas library to create images from parts of our skuid pages, and noticed that the library was already installed as part of skuid’s package. Is this documented anywhere? Are you thinking of adding to the action framework a “download png” action?? Would be super cool.
Hi Skuid Team,WE NEED YOUR HELP !!we are getting this below error while loading skuid page which has a skuid table in it, An error occurred while attempting to perform the following SOQL query: SELECT id,name,createddate FROM Account ORDER BY , Some_Custom_Field_c DESC NULLS LAST LIMIT 51 Error:unexpected token: ‘,’ as per the account model, we have added “CreatedDate DESC” into this model property “Fields to order records by”. and this Some_Custom_Field__c, we have made this field sort through table column header. I have put model row limit to 50 but it is showing 51 in the query this soql query should run like below but it is throwing error, SELECT id,name,createddate FROM Account ORDER BY CreatedDate, Some_Custom_Field_c DESC NULLS LAST LIMIT 50 note: this error is coming for only one user and all other user with same profile are woking fine.
Hi For some reason, in community the pages are not rendering correctly. For example: Prod: Community: Both prod and community are on version 11.2.27. Any help? Thanks.
Hey, can anyone help or suggest in the following issue… One of the user is unable to view any records in the list view in the skuid page with no filters applied. Both the users have same profile, assigned same permission sets and sharing settings. The user is able to see records in the skuid page in the testing as well as staging org but is UNABLE to view that in Production org. This is happening only for a particular user in PRODUCTION ORG only. All of a sudden, we were not able to see records in the skuid page in production org for the particular user .
Hello everyone, we built a web form with Skuid that has a two-step wizard: In the first step, after clicking on next, a record of a custom object is created. In the second step, further details are entered by the user and files can be uploaded as attachments to the custom object record. After clicking on a send button, the custom object record is updated with the information from step 2.The Skuid web form is embedded in a Visualforce page, which itself is the starting page of a Visualforce-based community, so the user entering the information is an anonymous site guest user. So far, this has all been working well, until Salesforce rolled out the security updates concerning guest users with the new Spring 20 release on some of our sandboxes. This forced us to make some adjustments regarding the updating logic in step 2, but we got everything working, EXCEPT the file upload:When the site guest user now tries to upload a file as attachment to the custom object record, the upload fails and
I’m having trouble getting text fields to retain the formatting present in Salesforce, namely page breaks. We have a number of notes fields in Salesforce and this formatting is important. Here’s an example of how a field is formatted in Salesforce: And here is how the field shows up in Skuid V2: Can I alter this field so that the page breaks are retained? When I click into the field to edit it through Skuid, the page breaks show up. It’s only in Read mode that they are not present, which is arguably when they are most important.
I have an apex class which returns a list of sObject and i am creating a row to a UI only model. I want to create the row with salesforce Id which is returned from myList. How can I achieve that?Below is my code. $.each(myList,function(i,row){ var row1 = model.createRow({ additionalConditions: [ { field: ‘Id’, value: row.Id}, ] }); });
Help I tried to install the Slack App in a Professional Edition instance and received this: This app can’t be installed. There are problems that prevent this package from being installed. Missing Organization Feature: ApiAndPlatformEvents Missing Organization Feature: ApiAndHighVolumePlatformEvents error:
I am attempting to do some reconciling of licenses in our org, and I am finding that the number of licensed users that show up in the list is not matching the used licenses roll-up at the top of the visualforce page. Has anyone ever experienced this before?Additional information: I made sure that it is show all users, I have the filtering set to all, and I have counted it 4 times. I don’t know if this has anything to do with it, but we just upgraded to Millau version 28.
Upon table export to CSV, if “load all records” is selected, a user gets an error “Read access denied for CustomObject__C, controller action method may not execute”. The user is assinged to a profile that has view all permissions for that object. The user can see the records in the table, but if load more or export buttons are clicked. They get this error message. Anyone have any ideas?
Is it possible to specify “HAVING” in an aggregate model? Reference: https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/sforce_api_calls_soql_select_having.htmMy use case is that I want to filter out 0 SUMs
Child page content is hidden under large master page sticky header. This is a problem on real pages for us, but I created this exaggerated test scenario for illustration purposes. Here’s a video:https://drive.google.com/file/d/1KN-V8w5orP_or6-c_eBNt1RFuSemhXnl/view Sample Master Page: <image source=“url” uniqueid=“sk-2gDk-315” datasource=“salesforce” behavior=“none” resource=“OptimizeGraphics” path=“optimize_4_admin_icon.png” resourceContentType=“application/zip” url=“https://www.skuid.com/wp-content/uploads/2017/01/skuid-card.png”>; Sample Child Page: &lt;p&gt;This is a Test&lt;/p&gt;
I have a java script custom button in Salesforce Classic called “Send with Salesforce”. The code is: {!REQUIRESCRIPT(“/apex/dsfs__DocuSign_JavaScript”)} DocuSign_CreateEnvelope();The button is on the media campaign object.How can I edit this button to use URLFOR so that it will work in Lightning?
Hi,I have a reference field that is implemented as a picklist with a filter (in v1). All works fine. Now we’d like to highlight the field if it is blank.We are doing this in other fields in the table with a custom snippet. However, if we use a custom snippet, I lose the conversion to a picklist with filtered field values.Is there an easy way to have both? Or do I have to build in js the filter query if I want to highlight the field (if so, an suggestions on how to best do that)?Thanks!
I’m currently working to prep our org for using Files rather than Attachments, including in SKUID models and components but am running into some roadblocks. We have a table that the end user needs to essentially “Clear Out” the file from the table (ideally delete, but simply being left off the UI via condition would be fine too as a workaround) once they have moved the file to a different record. Files don’t allow someone who doesn’t own the file to delete it without Manage All Data (https://success.salesforce.com/ideaView?id=0873A0000003XWGQA2), so I figured a workaround would be to create a custom boolean field on the ContentVersion object that denotes they have reviewed and moved the file. The SKUID table would then have a condition that drops it off the list if the file is checked “True” for this.However, I’ve tried it two ways and have two different issues preventing this solution.1. ContentDocLink Attempt: When I try to use the ContentDocLink model/table, I can’t edit the custom
I want to run an action sequence or some javascript each time a template component is rendered. Anyone have ideas on how to do that?
After upgrading from version 10 to 12 I’m finding that the search component goes in and out depending on how long a page has been open. On our Master Page we have a search component that is used throughout the org. If a page is open for a while, the search stops working. Once the page is refreshed, the search starts working again. I can see that refreshing is a simple enough solution, but if there’s a way to fix it so that it works all the time, please do.
I am using a vertical tab set and if I put a responsive grid container in the tab region, it bumps everything in the RG down to the bottom of the tab menu. It doesn’t happen if it’s a panel set or without a container.
Is there a way to see the old value of a field in snippet so that i can compere old and new value. Example Suppose user has selected ‘ABC’ value from PicklistA, then user select ‘XYZ’ value from the same PicklistA then through model’s action, i want to compare old and new value.
I’ve added a skuid page component to a lightning community builder page. Checked all permissions and the skuid page is still not visible to the community users.
As per subject. How? 😉
We are experiencing an issue with the sliding panel component. Basically, when I open a sliding panel on our customer support page the correct info pulls up. However, when I navigate to our campaigns page and open its sliding panel, it contains the content from the Customer Support page panel. The sliding panel on the support page has a page include in it. The one on the Campaigns page has a queue in it. That is the only difference between the panels. Has anyone else experienced this?
Is it possible to retrieve the selected value of a table filter to use to populate a row field? I want to have an action that creates a new row and populates one of the row fields with the value selected in the table filter. See this screenshot—I am looking for something to put in the “Value” field that references the filter. Is that possible? Thanks!
Is it possible to utilize Javascript (or some other method) to update the context conditions for an element within a deck?
I am using Skuid in Salesforce and I created Table component which includes the RecordTypeId field. I have that field’s Field Renderer set to Custom and have it running a custom snippet. When the page loads, RecordTypeId appears as blank for the first record. It renders correctly for all the other list items. When I go into Edit mode for that first record, the field is rendered correctly.I added some logging lines to show when the function executes and I noticed that it only runs n-1 times where n is the number of list items. What am I missing? This is my first time using custom code in Skuid. Thanks in advance!Here is the beginning of the snippet for reference: console.log( 'Entering code' ); var params = arguments[0],<br>$ = skuid.$; ( function( skuid, $ ){<br>&nbsp; &nbsp; var snippet = skuid.snippet,<br>&nbsp; &nbsp; &nbsp; &nbsp; ui = skuid.ui; &nbsp; &nbsp; snippet.registerSnippet( 'GetAvailableRecordTypes', function(){<br&
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.