Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
Urgent problem, as our customer community is down and they are heavily reliant on it to obtain their order and shipment statuses. We were upgraded to Summer '16 over the weekend and we run a SF community using VF pages that redirect to Skuid pages. We have a custom domain, mycommunity.com and use the “other situation” page assignments to redirect users to the branded Skuid page instead of the Internal Skuid page. That previously worked great. The user would click on the Name field of a record, and see the record with a visible url of mycommunity.com/. All was great. Now, the url has mycommunity.com/s/detail/ and the user gets a url not found error. Manually taking out the /s/detail creates a redirect back to the /s/detail page, and thus the same error. So our community users can’t access any detail pages at all… which is a big problem for us. This is happening in my sandbox (on Rockaway) and in Production (On Banzai.) Any help would be appreciated!!
Need urgent help on this one.As of this morning, we were running 8.10 and all of our skuid pages were blank, but gave the error message that there was some problem with the skuidcore manifest files. But ALL skuid pages were blank, including the skuid settings, pagelist, and all builder pages, so I couldn’t do anything to fix it. I upgraded to 8.11, thinking that would fix the problem. Now, all of my pages are still blank, but there is no error message. There are no javascript errors in the console.Help!?
Hi All,I am trying to add notes/comments above the column section but dint find any way (did by adding template but that showing below to the column section) requirement is to show the comments/notes above the column section with color preference and font. Should i use CSS for this?ThanksKailas
The latest Get the Latest Skuid Releases & Everything That Came Before page no longer has links to older versions of Skuid.Understanding that the desire is always to have customers install the latest versions, there are situations where specific versions are needed (e.g. if testing has not been performed against the latest version).Can the ability to download older versions be restored please?
I have two buttons in a page title component. On clicking one of the buttons,the color of the button changes and some fields are updated. This is handled through a script. At any point of time only one button will be highlighted. In my script, I am fetching the component and the buttons. skuid.component.getById(‘xxxxxxx’) and then the buttons using skuid.component.getById(‘xxxxxxx’).element.buttons This works fine in version 7.36.1 and there are two button elements returned But in the latest release, 8.11, this breaks. The buttons array has no elements. I really am not sure if this is a good way to fetch the buttons in the script. Or rather any component. Please suggest.
We use SMS Magic (Screen Magic) to send text messages in our Org. I’m attempting to add the on-click javascript to the button, but am running into an issue. I’ve followed the steps in this thread:https://community.skuid.com/t/list-view-button-added-to-skuid-table which is for the same app. However, the code in this version of the managed application is different. It requires this code:{!REQUIRESCRIPT(“/soap/ajax/14.0/connection.js”)} {!REQUIRESCRIPT(“/soap/ajax/14.0/apex.js”)} {!REQUIRESCRIPT(‘/resource/smagicinteract__smJQuery/js/jquery-1.10.2.js’)} {!REQUIRESCRIPT(‘/resource/smagicinteract__smJQuery/js/jquery-ui-1.10.4.custom.min.js’)} {!REQUIRESCRIPT(“/resource/smagicinteract__sendSMSJS”)} var packagePrefix = “smagicinteract__”; var recordType = ‘PRC_Client__c’; var idToUpdate = ‘{!PRC_Client__c.Id}’ var nameField = ‘Name’; var mobileField = ‘Phone_Number__c’; var optOutField = ‘smagicinteract__SMSOptOut__c’; var optOutDefaultValue = ‘yes’; var smsType = ‘’; var userId = ‘{!$User.Id
I have a calendar with a parent object. This parent object has a child object with a Master Detail Relationship. The calendar events show the parent object. Clicking on an event opens a pop-up with a table showing the child object data. I am trying to create a button on the title of the popup that will allow me to add list of specific child records. The “context” of the popup is the calendar event id.I have tried both the action framework and javascript and I cannot figure out how to reference the parent calendar id. On the table, when I add a new row manually, the id is filled automatically, but in the action framework and javascript, I am struggling to find this data. I tried “params.component.condition[0].value”. Any ideas on how to find this id?
Has anyone figured out a way to override the User Object/Layouts with Skuid? Looking for way to override the Edit User page.Thanks!Peter
Hello everyone, i have a question according to the the skuid composer layout. Somehow, it has changed its layout. You’ll find a screenshot attached to this post. Can someone help me? (Navigation: Compose -> all pages -> click on a page)
Trying to use Invocable Methods in Community, and I’m getting a 503 Service Not Available error in the console. I believe the problem is that the POST url is missing the $Site.Prefix - in the console you can see the url it’s using - our community is located at ests.force.com/partners so I think it needs to have the /partners added in. This may be a Salesforce error more than a Skuid error, but hoping to get some insight here first. I get the same error in Produciton on Spring '16 and Sandbox on Summer '16.
Is there a way to implement a “clear all filters” button?We have tables that have 15+ filters. It would be convenient to be able to clear all of them at one time.Currently if a filter was created on a table, there’s no option to deactivate the condition on the actions menu.
Any reason I could be getting an invalid_grant - authentication failure error in the console when trying to run skuid-pull? I’ve checked and rechecked the:client Id client secret username password + security token All are correct.Is there something else I’m missing?
when a popup is opened with a context (that contains a parent id) i need to be able to get that id from the context in a snippet in a table header on the popup do i use {{}} ?
I have a page with a single model and a table on that model. The model is set to query ALL ROWS.On pageload, the soql looks like this:“SELECT IsDeleted,Name,Interaction_Category__c,Interaction_Purpose__c,Interaction_Type__c,Room__c,Room__r.Name,Date__c,End__c,Primary_Staff__c,Primary_Staff__r.Name,LastModifiedById,LastModifiedBy.Name,Patient_Case__r.Patient__c,Patient_Case__r.Patient__r.Name,Status__c,Id FROM Interaction__c WHERE (Interaction_Category__c = ‘Appointment’)AND(IsDeleted = true) LIMIT 21 ALL ROWS”However, as soon as I apply a table filter or attempt to sort the model, the ALL ROWS is dropped from the soql:“SELECT IsDeleted,Name,Interaction_Category__c,Interaction_Purpose__c,Interaction_Type__c,Room__c,Room__r.Name,Date__c,End__c,Primary_Staff__c,Primary_Staff__r.Name,LastModifiedById,LastModifiedBy.Name,Patient_Case__r.Patient__c,Patient_Case__r.Patient__r.Name,Status__c,Id FROM Interaction__c WHERE (Interaction_Category__c = ‘Appointment’)AND(IsDeleted = true) ORDER BY Da
Hi, I have a field editor for capturing payment info from customer on step-3 of a wizard. If user goes back to previous steps and come back to this 3rd step. this editor is doubled and layout shows twice. Any ideas what is causing this ? Note: I am not having any render conditions on this Editor but on the fields in this editor. Below is the snapshot of that specific model data printed on console:
I am using Eclipse, salesforce, Skuid, and git. In Skuid my project’s skuid pages were placed in modules. Each module was packaged to a “static” resource using the “Package Pages in Module” Skuid option. From Eclipse, if I refresh the project from server I can see those packages being downloaded to a folder called staticresources. Am I doing a backup of my skuid pages? Thanks in advance
Is there a way to open the Nintex Automation Cloud form when selecting edit in a SharePoint Online Document Library? For example, if a user selected record ID 1, and then selected edit; am I able to pass the parameters to a Nintex Automation Cloud Form for only that record to be edited?
We created a custom skuid opportunity page to replace the salesforce default opportunity page. On the default salesforce page opportunity when opportunity line items are added the amount field on the opportunity uses the amount off the opportunity line item and locks it so users can’t update the amount field. On the skuid opportunity page we added amount however it is not getting locked when opportunity line items are being added.
I am not able to modify a mobile page in mobile composer in dev environment. For example, you click on a deck and the mobile composer does not give the options to add components or other configurations that are typically available. We have another environment where it works as expected. Both environments are running 8.8. Help!
I am trying to change the “Default Mode” from “Read with Inline-Edit” on the field Editor Properties to Read-only, but using javascript to control this. The idea is to set this mode based on record type. Ex: If (recordtype=a) {Set the Field Editor - Default Mode to Read-only}else {Set the Field Editor - Default Mode to Read with Inline-Edit}Any example on how to accomplish this will be greatly appreciated.
So I successfully overwrote the Opportunity Detail (View) and Lead Detail (View), using the tutorials with custom VF. Basically: (name/label OpportunityDetailsView) <apex:page standardController=“Opportunity” extensions=“skuid.Redirects” showHeader=“true” sidebar=“true” readonly=“true” docType=“html-5.0” action=“{!IF(canUseSkuid,‘’,redirect)}” title=“{!Opportunity.Name}”> <skuid:page page=“OpportunityDetails” actionType=“View” /> </apex:page> And then on Op, Buttons & Links & Actions → View → Override with SF, pointing to this page. Then I tried to use page assignments to make an user view the standard SF page for Opportunities but without success. I’ve Tried with Object Type → Opportunity, Applies to User, selecting the user. I’ve tried packaging the page assignments, and I’ve tried with Other as object type and using “OpportunityDetails” as the name & “OpportunityDetailsView”, but both still redirected to the skuid page. I’ve also added a global p
I want to utilize an Accordion within an HTML template component. I have attempted to use HTML tags (which worked great in some browsers but is not supported broadly enough). So I thought I would look for a script off the web. Anyone have a suggestion for a simple component on the web they think would do the trick. I tried a couple out by including an external reference to Jquery via a CDN, included the Javascript code within an Inline script and included the CSS provided in the demo in an inline CSS. Then pasted the demo HTML into a Template component (allowing HTML selected) and have not found something that works. It could be that there are plenty of great components but I am fundamentally doing something wrong when trying to get them to work with SKUID or I may be picking components that are not SKUID friendly. Any tips/suggestions for some code that would provide accordion functionality within the SKUID Template component HTML would be appreciated.
Hi,I’m trying to accomplish the following:I have a button on lead, that opens a popup that allow us to create a New related Record (loan)I’m trying to add a button on that popup page(which is a page include) to Save & New (basically allow to create another record within that popup)From what i tried:URL Redirect cannot work as it does not redirect on the popup frame, but on the parentSo tried the following sequence of action:-Save model (for 1st record i created)-Close topmost popup-Show popup with the same page include used in step 1, and pass the model’s ID for first row (which should always be there, as we just created one on step 1…)But no matter what I try, the Id would not pass, therefore the second new record i created is not related to any leadConsole shows the sameI cannot see why…Any ideas?Maybe there’s even a simpler way to accomplish allowing to create new records, one after the other, within the same or a new popup?Any help would be appreciatedThx
I have followed the instructions on this page to create a drag and drop queue. I wanted to display more data on the card but some of the data I want to conditionally show. I wrote an ‘if’ statement to do this and the correct info prints in the console but not on the template. Basically if the deadline field has a value then show the value otherwise don’t. Can someone point out the error of my ways? Thanks! Altered Code: var args = arguments[0], item = args.item, list = args.list, model = args.model, element = args.element, row = item.row, deadline = row.Custom_Field__c, renderTemplate = '{{{Name}}} {{Amount}} ' if(deadline !== ""){ "D:"+ deadline; console.log('Deadline' + deadline); } else{ null; } Original Code: var args = arguments[0], item = args.item, list = args.list, model = args.model, element = args.element, row = item.row, renderTemplate = '{{{FirstName}}} {{{LastName}}} - {{{Company}}}', mergeSettings = { createFields: true,
Hi, another question relating to external data models - if I use the Apex proxy rather than the browser, does the Apex code make a regular call out, or does it use the continuation feature (described here: https://developer.salesforce.com/blogs/engineering/2014/05/put-apex-sleep-salesforce-asynchronous-ca… )?I’m thinking that if it doesn’t, it won’t take much use to blow past the “10 synchronous concurrent requests for long-running requests that last longer than 5 seconds for each organization” limit.Thanks in advance!
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.