Company Annual Virtual Conference
Skuid
Recently active
I have a custom Account Tab page…that includes a table component/table view. I would like to have a drop down…similar to the List Views drop down in a standard salesforce…that would allow me to display different skuid table components… Is this possible
In the Winter 14 release, the Analytics API is GA as well as the ability to embedded charts on an a details form…would I be able to leverage the Analytics API or the new ability to embed charts within my skuid pages?
On Friday J gave a great overview of an unexpected feature of Skuid’s Models and Conditions. Normally, you might think of models as ways to select existing records, but we actually provide some pretty nice features for creating records and related records using models as well. You can build very intuitive data entry forms that collect data from multiple salesforce objects on a single page. Check it all out here: http://youtu.be/Z3LM75LPoKwSome Items Discussed: - Relating Objects when Creating New Records with Conditions: Create a form to build record that sends data to three different objects with one click of save - and maintains the appropriatre relationships.- Build complex data entry forms that allow multiple instances of an address tied to one new contact.- Add default values or prefill fields (some or all) for your users to ease data entry in forms.- Redirect on Save.- Adding “OR” statements to multiple conditions. - Limits on conditions and logical statements? Getti
I have some inline JS that enables/disables one field (toggles between “read” and “readonly”) based on the value of another field. The fields are both in a popup. The code works, but only once the popup has come up and I’ve set/reset the controlling field. I can’t get it to initially enable/disable the controlled field. Here is the code, taken from a sample that Zach gave me. It works perfectly elsewhere, but doesn’t work initially for my popup. ---------- snip, snip ---------- (function(skuid){ var $ = skuid.$, $M = skuid.model.map(); $(function(){ var AccountModel = $M.NewAccount, Account = AccountModel.getFirstRow(); // Register a listener on the Status field. // When it is changed, we may need to rerender some fields // to make them read-only. var listener = new skuid.ui.Field(Account,AccountModel,null,{ fieldId: ‘Status__pc’, register: true }); var fieldsToDisable = [‘Death__pc’]; var deathHandleChange = function(newValue){ $.each(AccountModel.registeredLists,function(){ $.each(th
Using the table component, Is it possible to have the following when you create a new record: 1) display a checkbox checked by default 2) allow the user to uncheck the checkbox 3) set the model conditions so that the table shows records with the above checkbox checked or unchecked
An explanation of the powerful MoustaceJS merge syntax used throughout Skuid. - Where can Merge syntax be used? - When do you use double braces and when do you use triple braces? - What can template fields do?
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?
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?
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?
In one of my skuid page for new records i am getting error as: Apex heap size too large: 9436523 Please can any one tell me why i am getting this error? Please reply ASAP and tell me of this error. Thanks. Arpit
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.
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.