Company Annual Virtual Conference
FORUM POSTS AND DISCUSSIONS
Recently active
I want to create a simple custom field renderer that will display the field’s original value divided by 100. The datatype of this field is INTEGER. Can you guys help?
Hi, Anna created a page for me that I want to import into my Skuid instance in my SF org. I can’t figure out how to do this, nor find documentation on it. Thanks, Evan Burns
I have person accounts and have created the account detail page which works fine. When I try to add a related list the system stops showing me the account detail information for the record I select for previewing. Not sure what is happening. I get as far as Account ID is contact, select a contact, then the preview doesn’t show the contact details but does show the related list information. Any ideas?
Is Skuid supported on an iPad Safari, if so, what versions? We are using skuid 2.48 and are doing some testing on iPad iOS 6.1.3 and 7beta5, the table in-line edit does not work consistently and clicking on a standard table edit icon requires two “taps” (one tap seems to get “focus” and then the second tap “click”), perhaps it’s not been optimised for touch gestures? This will make our skuid app quite unusable on an iPad, can this be fixed quickly/urgently please! (use any table with in-line edit, no special page or logic required to replicate this).
We’ve been customising the CSS of Skuid pretty significantly of late. And with great success - it looks awesome! But I’d love to get a sense of how stable the CSS class structure is at this point, given that Skuid is still fairly young. I accept of course that you may adjust the CSS in a future release and that that may break our customisations, requiring rework at our end. But I have no sense of how likely that is or how comprehensive the changes might be. Are there any insights you can share? Thanks as always.
I’m creating a timesheet application and I have a tab set that has tabs for each day of the week (Mon-Sun). I have the tabs named Monday, Tuesday, Wednesday, etc…, but I would like to also include the date which belongs to that particular day of the week. Is there a way I can add the date field from my model into the tab name?
When in-line creating and entering a new completed activity on a Lead detail page (call, email, web conference), I would like it if I didn’t have to select the picklist values for Owner ID, Status, Priority and Date every time. How can I set the picklist values to a default (my ID, completed, normal and today’s date, respectively) whenever I create a new completed activity?
How can I manually invoke a filter/condition? Take a look at this page: http://www.biadev.com/directory My goal here is to hard code the links into the custom menu I built on the left. I thought about using tabset but changed to this, the thinking there being less tabs, less tables, less page load strain this way. But anyways, how can communicate with filters directly? Can I add it in the url or if there’s JS for this could you get me started? Cheers,
I’m creating a tab page for the Campaign object and would like to setup a filter on the Owner field so that one can look at My Campaigns in addition to All Campaigns. How does one setup a filter so that it chooses the right value based on the user in Squid?
I’m still in my trial for skuid so I hope its ok I’m posting, so far very impressed. You guys are pioneers. I’m having only one issue right now: Is there a way to group tabs and add labels to those groups, for example, First Tab Group Label ----- First Tab ----- Second Tab ----- Third Tab Second Tab Group Label ----- Fourth Tab ----- Fifth Tab ----- Sixth Tab and so on. Or even better, to insert HTML in between tabs. The goal here in my case is to construct a full sidebar menu that holds both tabs and html snippets. Is this a simple matter of editing the skuids tabs component?(if perms even allow?). Cheers,
Is there any way to write code to call an apex function from within skuid?
I would like to create a aggregate/summary table that shows sales trend between months… Account | Prior Month Sales | Current Month Sales | % Change This may not be possible…I wanted to check…thanks
I have a search box on a table. But I’m not clear on what fields are being searched. It doesn’t appear to be all fields, so which types are included or excluded, and can I adjust any settings? Thanks.
How can I define a Row Action that updates a field within a row. I’ve attempted the following, but I’m getting a ‘Visualforce Remoting Exception: Attempt to de-reference a null object’ error. Row Action, Action Type = Custom, using inline snippet as below: skuid.snippet.registerSnippet(‘orderLineItem.CalculateCost’, function(params) { var price = params.item.row.Price__c; var quantity = params.item.row.Quantity__c; var cost = price * quantity; params.model.updateRow(params.item.row, ‘Cost’, cost); params.model.save(); }; Also, is it possible to just update the value when in edit mode, and let the user initiate the save. I commented out the “params.model.save()”, but nothing is updated in the UI?
Zack answered a previous question on custom settings. I can see them in SKUID and create a model from one… but the field I want to apply the values in the custom setting to (custom setting is a list of disabilities) is just a text field in the participant_disability object… so when i make a table for the participant disabilities, the “disability” field does not give me the option of setting up a drop down list… i guess it has to be a “lookup” type field to do that So how can i use my custom setting ?
I have participants, who have disabilities In the form which shows a list of participants I show only the primary disability for each participant (using child relationships) I’d like to be able to filter participants by disability, any disabilty they have, not just primary, and see the resulting participants in my list… can i do that or do i have to build an visualforce page to do it ?
I want to change the blues used throughout the components (tabs, etc) to our company red but am not all that familiar with css. How do I do this?
So, the field editor can be set to edit mode, read with in-line editing, and read only. However, I’d like to have checkboxes be in edit mode (so I don’t have to click the pencil/edit button in order to check the box) while having the rest of the field editor in in-line mode. Is it possible to set some fields to one kind of edit mode and others to another?
Hi I’m setting up Salesforce for a nonprofit using the nonprofit salesforce package. The institution mainly tracks individual contacts. There are 5 main categories / roles that contacts slot into Legal, Media, Political, Donors. There are specific fields that uniquely apply to each category such as a judge checkbox and where they are a judge, which fall under Legal. Newspaper checkbox and where, which fall under Media etc. So when adding, viewing and editing a contact, I only want the fields that apply to their specific category to show up. Assigining pages to roles only applies to a) Accounts, which we dont use, and b) Campaigns, which is a cumbersome way to set things up being that we don’t use the campaign section either. They run campaigns / projects elsewhere, on Wrike i Believe, which is a much more robust solution for them. Is there any way I can somehow go about creating this sort of functionality, in the best way for the user? Cheers and thanks, I hope I’ve described my proble
The “Assets” object in Salesforce requires the “Name” field to be saved. What’s the best practice if I’m creating a new row within the table component so that the user doesn’t have to enter anything in this arbitrary field? I have a Workflow rule that is supposed to fill in the field if it’s Null, but it doesn’t seem to get fired before Skuid updates. Perhaps there is a way to auto-populate this field within a Skuid custom render snippet? Any thoughts would be appreciated.
Hello, I wanted to use Social Profile links for FB,Twitter etc. as it comes in Standard sales force page in Skuid Page. Can i get the same in skuid? Attached is an image to Show some functionality which i want to have in my skuid Page if Possible or with Some Work arround. Please tell me out of these what i can use in Skuid. Thanks. Arpit
Hello, I want to reduce width of Particular field editors and not of whole page.So can you please help me with the same? I also attached one file for same.Here i want to only reduced width of marked columns not of whole page. Please help with this issue ASAP. Thanks. Arpit
Hello, I want to use image in my Skuid page from Notes and Attachments Related Lists. I am using an Custom Object for the same. Can you please guide me how to achieve it ? Please reply ASAP. Thanks. Arpit
Hi There While using skuid pages we have noticed that the refresh functionality is not happening well. We need to manually refresh the page several times until we get to see the data expected. In one instance, it was showing ‘Loading’ but nothing was happening at all. We are using skuid page list views. Any suggestion/ recommendation how can we refresh pages e.g. clicking on the tab, opening this page. Does it need to be something in javascript ? Thanks and regards Daniel
Is it possible to add a recordtype field (to a table) such that in edit mode a user can select the recordtype, but in view mode it renders as text instead of Url. Right now when I add recordtypeId it renders as Url to the recordtype object which when clicked takes the user to “Insufficient Privileges” page.
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.