Nintex Automation K2: Back to basics
Access resources, discussions, and troubleshooting tips to build custom applications and streamline workflows with Skuid NLX, SFX, & EXP.
Recently active
How to move Buttons, Links and Actions as part of Change Set. When i try to move from Development to QA environment, i can move SKUID pages via change set but the assignment of those (overriding) pages does not happen… i have to manually do it in every sandbox org and potentially in Production. Anyway to eliminate this manual work?
We use a shared scratchpad which is a google drawing page wth url as a web tab on salesforce. I would love to add it above a set of tables we have on a skuid page. Is there a simple way to do this?
Hello, Can we use Amazon Storage in our task page when we insert new task. Please tell me can we use the Amazon storage in Skuid Page?If yes, then how? Looking ahead for an quick response? Thanks. Arpit
When using the Date Range Table Filter if I start to type a date in the filter box it automatically populates the box with the current date. This forces me to use the arrows to manually click to the desired month/year that I am wanting to filter by. Now this isn’t a major issue if the year I want to filter by is the current year but if I want to go back to say 2008 it can be a hassle to click that many times. Is this the way it is intended to work and if so is it possible to eventually let it allow you to type or click the dates you are wanting to filter by? Thanks, Michael
I have a few text boxes that I type information in and afterwards I need to move them to another column for prioritizing. Currently I have to retype all the information. Is there a way to drag and drop the information from one column to another?
Has anyone installed the HubSpot integration app using Skuid pages? If so, how did you get the data to show when you have enabled the skuid overlay?
I have a button on a list view that I would like to apply to selected records on a skuid table Is there a simple way to do this? The code on my button is {!REQUIRESCRIPT(“/soap/ajax/10.0/connection.js”)} {!REQUIRESCRIPT(“/soap/ajax/14.0/apex.js”)} {!REQUIRESCRIPT(“/resource/1355393414000/smagicinteract__jquery”)} {!REQUIRESCRIPT(“/resource/1355395084000/smagicinteract__jqueryUI”)} {!REQUIRESCRIPT(“/resource/1355395025000/smagicinteract__jqueryuicss”)} {!REQUIRESCRIPT(“/resource/1359133317000/smagicinteract__sendSMSJS”)} var records = {!GETRECORDIDS($ObjectType.Account)}; if (records[0] == null) { alert(“Please select at least one lead”); } else{ var packagePrefix = “smagicinteract__”; var recordType = “Account”; var recordIds = “”; var nameField = ‘Name’; var mobileField = ‘Phone’; var optOutField = ‘’; var smsType = ‘popup’; var userId = ‘{!$User.Id}’; var elementIdVar = ‘’; var showUserDropDown = false; var dialogTitle = ‘’; for (var n in records) { if(n == ‘remove’ || n == ‘indexOf’
I have a Queue Component that will pull in records with two different Record Types. I want the detail page that the Page Include references to show different fields depending on the Record Type of the Record selected in the Queue. I read that I might be able to use Javascript to kill a Field Editor if a record doesn’t exist, but the record will exist it will just have a different Salesforce Record Type.
i have an aggregate model that counts the number of times a first name last name combination appears in the client object can i filter the model to only display > 1 for the count ?
How many models can a page have before performance is noticeably impacted? Best practices on this?
Hello I want to show one text field only when i edit or insert an new record in Skuid.I do not want it to display in detail view. Please help me in this and tell me what is the best way to do this thing. Thanks.
I would like to put a document viewer into the Skuid page to have a document that can be viewed while fields are still able to be edited.
Hello, The task subject field is an picklist field but is coming as an text type of field when i am using it in skuid. Can you tell me why it is coming as text type in Skuid and not as how it comes in Standard task page. Please tell me about it as i want it to come like it comes in standard page. Please help me with this. Thanks. Arpit
I’ve read the community posts and the developer docs about getting the running user’s session ID using XXX. But I can’t get it working in my JQuery function below. The function runs SOQL database queries based on input text using JQueryUI autocomplete. It needs to make a connection to Salesforce using the session ID, but it fails, giving an error in the console: Uncaught {faultcode:‘sf:INVALID_SESSION_ID’, faultstring:‘INVALID_SESSION_ID: Invalid Session ID found in SessionHeader: Illegal Session’, detail:{UnexpectedErrorFault:{exceptionCode:‘INVALID_SESSION_ID’, exceptionMessage:‘Invalid Session ID found in SessionHeader: Illegal Session’, }, }, } I’ve tested the function by hard-coding the session ID and it works fine, so I just need to nail this issue. Here’s the code, appreciate any help: skuid.$(function() { //Establish a connection to Salesforce using the //sforce.connection.init(sessionID, ServerURL) function. var template = “{{$Api.Session_Id}}”; //This isn’t working! var sid =
I get this Javascript error on load of every Skuid page, even ones that ship with the tool like PageList: Refused to set unsafe header “User-Agent” I’m using Chrome. Any idea what’s causing this?
How do I add scrollbars on tables so that all my fields are shown?
Hello, I’m trialing Skuidify and finding it pretty cool how quickly you can whip up some pages! I’m trying to create a sample page with tabs that will show the chatter feed from the Account and Opportunity on the same page so user doesn’t have to visit multiple pages. Problem is it seems that only one of the chatter components on the page actually respond to my clicks to “show/hide” the feed. And clicking “show/hide” on the second chatter component actually causes the first one to toggle. In the screen shots below, I would expect to see the Account’s feed but there’s no content, and clicking show/hide is affecting the Opportunity feed shown in the second image. I’ve verified that each chatter component is configured to different models: account and opportunity; I’ve also verified the condition to pull back the account model on the page with the opportunity. I appreciate any guidance on how to get this to work!
I see skuid’s design pages belong to the module “skuid”, how can i add my skuid pages to different modules ? Do i have to create the modules somehow so they will appear the the “module” dropdown list ?
I’m trying to add a model to my skuid page but for some reason the model I want to add is not showing in the list. what needs to be done in order to make it show?
We have built all of these pages for our application processes which are pulled into tabs via page include. We would like to used the same pages in a wizard for first time applicants to walk them through all the relevant fields. How should we approach this?
We need users to be able to access visual flows (Flows) from our pages. What is the best method to incorporate them?
For one of my skuid pages I would like a specific image shown to the users whenever then open the page. The image is not specific to any account, contact or record. Any ideas?
We are trying to keep the fields we add to our models down to a minimum, and there are always a few stragglers added after an initial build, these can be hard for other users to find since they are no longer in alphabetical order and aren’t searchable.
I have a table of Incomes. I want to have a row action that redirects to a Make Payment page. I want to pass a few of the selected row’s fields as URL parameters to the new page. I do this in a number of places where I’m dealing with a model that HAS only one row. In those cases, I use this syntax: ?id={{$Model.Income.data.0.Donor__c}} This works in cases where the model has only a single row, because ‘0’ is the index of the first row in the model. I know that skuid.utils.merge has a notion of “index” for a row, but I don’t know if there is any way to use that in this context. Here is my full redirect URL: apex/c__AddPayment?id={{$Model.Income.data.0.Donor__c}}&donor={{$Model.Income.data.0.Donor__c}}&income={{$Model.Income.data.0.Id}}&finishURL=%2Fapex%2FIncomePaymentTab&cancelURL=%2Fapex%2FIncomePaymentTab What I want to know is how (if) I can replace ‘0’ with something that will give me the index of the row for which the row action was clicked.
I am getting this when I try to preview my page. The page is displaying data from two models: 1) Custom object called “Application” as the primary object with condition set to the Id in the URL parameter 2) Standard object “Contact” where the condition is set to match the Contact ID, matching a formula field that pulls in the contact ID. Any idea what could be causing this?
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.