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
Hi,I’m trying to follow the below guide to add AWS S3 as a data source/authentication provider, but I don’t see “AWS: Access Keys” as an available authentication method. Is this functionality only available for Skuid Platform? Guide: https://docs.skuid.com/latest/en/data/aws/#create-an-authentication-provider
Can’t find the option described in the documentation below:https://docs.skuid.com/latest/en/skuid/action-framework/action-list/actions-logic.html#branchAfter running the branchMy skuid set up only has 4 options in the action for a branchAction Type Formula Formula Context Model (optional) Description Any help would be greatful,Thanks,Peter
Running 11.2.1 Error message w/ console messages when hitting “Launch Theme Composer” Also tried saving the new theme within themes table, then opening up the Theme Builder" from the wrench icon row action…this is the error message w/ console messages that appears
This is an odd one. I have a snippet that is attempting to query Tasks and Events for eventually export as one file.Everything seems to be working until the second time the loadmore function is run on TaskExport resulting in 3000 records loaded when there are many more. The model debug property reads “Pagination limit reached” and can’t load any more records. Is this a Skuid or Salesforce thing? Is there a suggested workaround?The last SOQL statement for TaskExport:“SELECT — fields — FROM Task WHERE (Interaction_Type_Bucket__c in (‘Hubspot’))AND(Start_Date__c != null) LIMIT 1001 OFFSET 2000”Here’s the snippet. skuid&#46;snippet&#46;register('exportActivities',function(args) {var params = arguments[0],<br /> TaskExport = skuid&#46;$M('TaskExport'), EventExport = skuid&#46;$M('EventExport'), ActivitiesExport = skuid&#46;$M('ActivitiesExport'), rows = [], activityModels = [TaskExport,EventExport], inputfilename = params&#46;$Input&#46;Filename, chartId
Is there a way to use the typical ‘make sortable’ feature for table columns with REST models?
I am having difficulty getting chatter component to show. In composer I can preview and it looks good. When is assign the page an error comes in saying it is looking for a social page that is not found. This happens in both classic and lightning. What am I missing?
I just installed the newest version of Skuid in our Sandbox to show the Feedback button. I enabled it, but when I try to submit feedback it doesn’t show the feeback type and click “Submit” doesn’t work. I’m doing this from a system administrator account, so I don’t think it’s a permission issue. Any idea how to fix this?
Hello!I am finding the following error message when a Page Include component is loaded in my page:“There was an error attempting to load the requested page.”The problem is only found when using Internet Explorer.I have read other posts where they suggest to clone the ‘Include’ VF page and add it to the user profile but I already performed this step without success.Any ideas?Thank you very much!Jesus
The chatter ‘comment’ button on a Skuid page will take you to the standard lightning comment page instead of allowing inline comments. This is not an issue with the chatter component in classic. The expected behavior is creating a new comment on the same page mirror the standard lightning chatter experience and the Skuid classic chatter component. Skuid Version 11.2.1 Clicking here: Takes you here:
Skuid pages now don’t show in the Salesforce1 app with the update to 11.2. We didn’t have any issues showing before. They are setup as VF overrides on custom tabs.I’ve also added the Skuid Central page to the navigation menu (to make sure it’s not just my pages) and it doesn’t render either.
I tried this a few years ago in another life, but we ended up being able to skip the issue by using solutions. I can’t avoid it this time, so I’m hoping someone can help me. I’m trying to give users a button to attach knowledge articles to a case. I’ve been able to return the list of knowledge articles by loading a model for the specific article type (Support Procedure) and setting a condition of PublishStatus = ‘Online’. This allows me to show the Support Procedures in a table without an issue. However, in order to attach an article I need to be able to create a new record in CaseArticle where the Case ID and the Knowledge Article Version ID are set. This is where things get dicey. If I look at this guide for knowledge development (https://resources.docs.salesforce.com/sfdc/pdf/salesforce_knowledge_dev_guide.pdf) specifically on page 13, I see that it breaks down to basically Case -> CaseArticle -> Knowledge Article (Support_Procedure_ka) -> Knowledge Article Version (Support
Hello,I have an aggregate of opportunities and am trying to group by calendar_quarter. When I do, it returns only 4 quarters, not 4 quarters per year, but just 4 quarters. So 1 includes 2018 q1 as well as 2017, 2016, etc… q1 data. Any thoughts on why that might be happening? It’s simply the grouping of “Calendar_Quarter(CloseDate)”.Thanks!Paul
We are starting to migrate some users over to Salesforce lightning. Our migration is taking place by profile.We have some skuid tables that are embedded in visualforce pages. In classic, users who don’t have a skuid license see a little error message in the skuid/visualforce page section of the layout. This is fine and everything else on the page works normally.In lightning, we are having issues with the users who don’t have skuid licenses. On lightning record pages where the page layout contains a skuid table embedded in a visualforce page, users without a skuid license can’t open a record page. I did some testing today with a non-licensed user. If I edit the layout by removing the section where the visualforce page/skuid table resides, a record can open fine in lightning for a person without a skuid license. If I put the visualforce page/skuid table back on the layout, even if it is within a visualforce component added to the lightning record page, the non-licensed user can’t
We would like to create a javascript or SKUID variable that will detect what environment the age is in. The use case is that we have a SKUID portal with embedded tableau iframes, and whenever we refresh the sandbox in order to do some testing, we need to go in and modify all the iframes so they point to the Tableau staging server.ideally, this variable would detect that it is in a salesforce sandbox and take the value of the Tableau Staging url, ad similarly with production. We would then embed this variable in the iframe so that when it executes it draws from Tableau Staging instead of Prod.
I am trying to setup phone number input using custom renderer, but I am unable to setup either using custom code or by using the Inputmasks, If anyone has used - Inputmasks, can you please explain the exact process of uploading javascript as static resource and then using the same in the skuid function to achieve this
Our wordpress site uses Formidable Forms and we got the API plugin for it. How may I connect to this data via skuid?
We have just started getting this security notice when clicking on email fields (to open computer’s email editor). We don’t get the error in a native SF page, on page load or on other types of pop-ups (like urls to outside pages)
I’m trying to override the salesforce MultiAdd action for OrderItems. When I’m viewing an Order, this is the “Add Products” button on the OrderItems related list view. So, I create my skuid page, which needs the Id of the Order as a url parameter. I have to know what the Order is to add OrderItems. I create a Visualforce page like so: <apex:page standardController="OrderItem" extensions="skuid.Redirects" action="{!redirect}&amp;page=AddInvoiceServices"> </apex:page> The standardController for the vf page has to be OrderItem if this is going to be an override for an action on an OrderItems related list. But I need to pass an Order id, not an OrderItem id… so I get this… Id value 8012A000000ml7y is not valid for the OrderItem standard controller Anyone have a good way around this?
Table linked to model with 5 rows returned in the page load query. Inline edit activated edit mode for just the selected row. The information for the field that is set to required IN SKUID field settings is entered. Save button is pressed. Error message saying that 4 rows are missing the required field. We have been using this table for a while. It has only been an issue recently. Maybe due to salesforce update??? Basically now if you edit one row in a model, the skuid model save function requires all rows in that model to have date in all required fields in order to save changes to even a single row.
Hello All! I am trying to recreate the below New Record button functionality: Basically I have a custom meeting record object where I have created a junction object that stores an existing contact on the meeting record, thus allowing me to build a contact list of attendees. In salesforce classic this works great, simply his New CS Meeting Attendee, search the contact name and add them in. Now I am trying to recreate this function in skuid, that is, the ability to add attendees (junction object records) and display them in a list in real time as they are added and saved. So far I have tried a table and a search bar where the search will locate contact records and with a select action sequence that creates a new row (details pre filled in the action step), then the record is saved, then the model re queried. This did not work so well as it was unreliable and not working consistently. I have tried to use the search component again but with a list like: {{#AttendeeJunction.records}} - {{Co
We’re moving to Lightning with Skuid and have used a number of Collapsible Wrappers in our environment. However, we’re getting an error saying “There was a problem rendering a Component of type skuidpage: Cannot read property “editor” of undefined”. Can you confirm collapsible wrappers are supported in Lightning?Could this also be due to our Millau upgrade? Are there any work arounds?
I have a Skuid page showing as a Lightning Global Action (+ button on navigation). It renders a skuid page for new contact and I used to have a button that saves model changes and closes the pop-up. In lightning, it won’t close the pop-up. Is there a way to get the button to close the lightning pop-up window?
I have a table displaying Accounts and a row action show popup with a pageinclude of the related Contacts. I am unable to retrieve the correct Contacts in the page include as it always pulls the Contacts for the first Account in the table row. My page include query string is: account_id={{$Model.Accounts.data.0.Id}}. And the condition on the page include Contacts table is set to query on page load with the settings shown below.Any suggestions on what I am doing wrong greatly appreciated! I swear I had it at one point but not sure how. Thanks! (Milau 11.1)
I have a field editor inside a grid inside a deck, like so: In runtime, it looks like this: This is the lightning theme, skuid 10.0.25, themes updated. As you can see, the label of the “Service” field is where the field ought to be, and the field gets bumped down. Here’s the only custom css I have on the page: #NewWorkDeck .nx-list-footer { display:none } .block-buttons .sk-buttonset-group\>.sk-button-action\>.ui-button { display:block!important; } These comonents are inside the #NewWorkDeck. It’s really strange. Those three reference fields I’m all rendering as picklists based on models, if that matters? Also, no matter how I reorder those three reference fields, it’s always the second one that has this issue. There is a second column on the field editor, which is not rendered on page load. When I do render it, it just squishes the brokenness in the first column, like so: Any ideas?
Hi Skuidsters, Updated to 11.2 yesterday and noticed a change to the Page Include Query String Merge Syntax behaviour. Previously, parameters could be passed on to the page include with double mustache such as {{$Param.Id}} or {{$Model.Account.data.0.Id}}. I now have to use triple mustache for the page include to use the value such as {{{$Model.Account.data.0.Id}}}. The page still recognises the page include parameter being present with the old double mustache, however the value only gets passed on if the triple mustache is used. Let me know if you can replicate this. Many thanks, Robin
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.