Upcoming Event - Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
I have a salesforce dashboard created that my users like. Good charts and such. I am loading it into an iframe on a VF page and then loading that VF page into skuid. Problem: The charts are not active. When I click on them nothing happens. How best can I get these active? Paul
How do I use the standard Salesforce email to contact button on a custom object within a Skuid page? Example: I am on a Custom Object Quote page (Skuid) and I want to follow up with the client on this via email. I then want to click a button that will populate an email template and create a follow up task. Thank you Paul
We have an insurance object that has multiple record types based on the type of insurance. I want a user to select the record type when they create a new record. Squid defaults to Life Insurance. Can I make that selectable?
Is there a way to put boxes around each table/section or maybe shade the backgrounds so the zones are clearly differentiated? I have two columns that each have several tables/sections and things run together visually. I suspect it could be handled with the proper CSS, but I’m not a developer. 😦 Thanks!
Hi, I followed the tutorial to create a filter for OwnerId to select owners for a particular object. The functionality is really cool, but I’m wondering if we can change the text search filter to a dropdown easily. I can’t seem to find where I would do this, but maybe a custom snippet would also do the trick. Any ideas?
Not sure if this is a job for Skuid, or something to be coded up with Javascript & Apex, but here goes. I have a Skuid page called Client View that acts as the Account detail page. It’s housed in a Visualforce page that overrides the standard Salesforce Account view page. I also have pages that override Contact and User. All my Skuid pages hide Salesforce’s header and sidebar (we’re effectively “reskinning” Salesforce) and have a common nav bar that I’ve created. The user will often be on the Client View, Contact View or User View page want to easily find and navigate to another account, contact or user. My plan is to have a search box in my nav bar where the user can start typing a string and it returns matching accounts, contacts and users as they type. It’s polymorphic like Salesforce’s global search, but returns records as you type like a Skuid lookup field. The user selects the name of one of the returned records and clicks to navigate to its detail page. Wondered if you could
Hello, In my Skuid Page i am using Lookup filters for one of lookup field.In this i was doing filter based on the multi-select picklist field. Now when i am using that field in operator it is showing ‘include’,I tried to use it,but it is showing all contact when i select include.If i select ‘=’ operator it is working fine only if i select only that value. So can any one give me any solution on how to use multi-select picklist field in lookup filter as there can be more then one value we can select in that field and it should show that contact record in the lookup. Please help me with this. Thanks. Arpit
I followed the directions to 'Take Back my homepage". They worked well. However, the fonts and tables are much, much bigger than a normal skuid page. Please any help would be appreciated here. I am stuck.
We have a phone field on the contact level, and would like to push it to our custom object “family” level by clicking a button or checking a box. Workflow rules don’t help us here because cross-object workflow rules don’t work for custom objects. There is a one-to-many relationship with families and contacts, so there will always only be one related family to a contact. This is critical functionality for our org, so please let us know of any possible solutions.
Hello I want to use Google Map in one of my skuid page for custom object.I follow the link that you give Simple Map. But i struggle with that and not able to use it. Please help me with this and explain to me in simple how an i use Google Map in my Skuid Page. Please explain this as i want it.Looking for an quick reply. Thanks. Arpit
When the user hovers over a help text question mark icon, Skuid displays that text in a little “tool tip” hover. Can anyone point me to the HTML/CSS content for that in Skuid? We’ve done some custom CSS and it’s affected those hovers, but I can’t pinpoint them. (I can’t do right-click Inspect Element because the hover immediately disappears, like a cruel magic trick.) Thanks!
First of all I’m new on skuid… I tried the simple map component and I make ir working. But it doesn’meet my requirements. This component is static (use of ) I want to use google map with a div so the user can choose the mode (satelitte,…) the javascript for google is var map; function initialize() { var mapOptions = { zoom: 8, center: new google.maps.LatLng(-34.397, 150.644), mapTypeId: google.maps.MapTypeId.ROADMAP }; map = new google.maps.Map(document.getElementById(‘map-canvas’), mapOptions); } google.maps.event.addDomListener(window, ‘load’, initialize); I put this code in a In-line resource and it works, but how I cany make this line dynamic : center: new google.maps.LatLng(-34.397, 150.644), by replacing the longitude and latitude by the values of the current record? I have no clue on the best way to do it (inline snippets,…)? Thanks for your help
Hello, In one of my Skuid Page i sm getting below error can someone explain me the reason for this error SOQL statements cannot query more than 25 different parent types. An unexpected error has occurred. Your solution provider has been notified. (skuid) Please tell me the solution for it as it is too frustrating. Look for an quick solution. Thanks. Arpit
Can I call a Visualforce page from a custom Skuid button? I currently have an action button on the account object that calls a VF page (“/apex/MyVFPage?ID=ID”). Can I replicate that behavior using a custom skuid button?
We have a custom object called Households with related Contacts inside. We cannot use the Household as the WhatID for tasks. How can we create a condition for the task model which pulls all the activities related to the contacts inside the Household?
What’s the best way to add a CSS class to an HTML element that is rendered by Skuid? My use case is that I have a Skuid table that I’d like to style using Bootstrap styles, but I need to add their CSS class to the HTML table element, which Skuid doesn’t expose. (Skuid only allows adding a CSS class to the table’s surrounding DIV.) Is there a Javascript snippet approach that would do it?
I’ve got a roll up summary field that displays on a page, along with the a table displaying children records that are rolled up to make that summary. I love Skuid’s inline edit, that allows me to edit the values of the children records. However when I save the records on that table - the roll up summary field doesn’t update the new values unless I reload the page. Boo.
I can’t find it in the documentation, but are all day events supported on the Skuid calendar? We use these to enter in hours for interns, birthdays, etc.
Is it possible to define a new view type for tables?
A quick question – I notice when I add a field to an object in Salesforce and then go to select it in the model so I can add it to the Skuid page, the field is missing from the list of field names. Does the field ever appear? What needs to happen to get the Skuid to “see” new fields . . . does a certain amount of time need to pass for Skuid to see it? If so how long do i need to sit here?? 😉 Do I need to delete out all existing models and create new models for the new field to appear (I hope not . … ) I just tried that and the field did not appear in the new model . . .so i’m thinkin’ it is a time thing, but thought I’d ask . . .
We have a scenario where our mobile skuid users are infrequently using our skuid app and their salesforce session may timeout/expire in the background. When they try to use the skuid page with a table filter the underlying vfremoting call that skuid fails and the skuid page “freezes” because it doesn’t not handle the underlying error in the remote call, i.e. the follow exception occurs Visualforce Remoting Exception: Error parsing json response: ‘Unexpected token <’. Logged in? object.f {data: SyntaxError, xhr: Object, code: “parse”, message: “Error parsing json response: ↵↵ ‘Unexpected token <’. Logged in?”, tid: 2…} VFRemote.js:115 $VFRM.Util.error VFRemote.js:115 (anonymous function) VFRemote.js:131 a.Event.fire VFRemote.js:51 a.Observable.fireEvent VFRemote.js:46 VFExt3.Direct.VFExt3.extend.onProviderData VFRemote.js:85 a.Event.fire VFRemote.js:51 a.Observable.fireEvent VFRemote.js:46 VFExt3.direct.RemotingProvider.VFExt3.extend.onData VFRemote.js:93 VFExt3.extend.handleRespo
Hi, We would like to have a global action on our table which opens a popup window and the ability to enter a single item outside of the normal table format. Essentially, this would be how it works: 1) User clicks global action button which launches a popup window 2) Some of the fields would either be pre-selected, or have default text pre-typed in. 3) Instead of tabular format, the fields are displayed on top of each other vertically, similar to how a section in the field editor is arranged. 4) The user could enter the rest of the details, press save, and then the item would be added as a new record in the table. Is this possible?
I’ve tried following the documentation, but I’m a bit stuck. I’d like to create an in-line resorce that displays the field of my choosing. Then, I’d like to wrap it in some div tags so that I can style it with CSS. Can you show me a simple example of how to do this? I have the field already in an existing model, so it should be fairly simple to reference it.
I have many files I have uploaded on the chatter page for a given opportunity. Is there a way for me to see these files that are saved as “feed attachments” in the Skuid “files” section. They are currently not appearing
So I have a scenario where I change a couple of fields on the Opportunity object from a related list: a row action will update the amount of the oppourtunity. I have that working the issue is that the change is not shown in the main field editor. If I go up to the field and click the pen it shows the right value and if I navigate away from it the change displays correctly. How can I trigger the editor to refresh after I have made the change? This is the code I use to change the value: var params = arguments[0]; var quote = params.item.row; var quotes = params.model; var newAmount = quotes.getFieldValue(quote, 'Grand_Total__c'); var opportunity = skuid.model.getModel('Opportunity'); opportunity.updateRow(opportunity.getFirstRow(), 'Amount', newAmount);
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.