Company Annual Virtual Conference
Skuid
Recently active
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?
I realize that you have an option of overriding a page or not with SKUiD, but how can you handle a new page with elements like the Knowledge article filter?
I think you use JQueryUI tooltip on your row action icons (and elsewhere). Would you be able to share the parameters you use (e.g. show, hide, etc.)? I want to replicate those settings elsewhere in our app so that we can have consistency of tooltip animation. We use them on our custom nav bar and potentially elsewhere. I’ve attached a screenshot of our tooltip (in a fetching orange) on our vertical nav bar. Muchas gracias.
The pages I have created are no longer editable. I was working on one, and I hit save, which caused a hang. When I navigate to my list of pages and click on one to edit, the edit view is blank.
I’d like to find a way to create a dynamic report that answers the question “What Did I Do Today?” that counts total Activity Types by User. I’d like to filter on different time periods Today, Yesterday, This Week, Last Week, This Quarter, Last Quarter, This Year, Last Year. To build a Report Page in Skuid, I have done the following: Added a text formula field with the value “1” (without the quotes) to the Activity Object called ActivityCountOne__c Created a Model called ActivityHistory Created an Aggregation TotalActivities - SUM(ActivityCountOne__c) Created the Condition OwnerID= ‘’ (inactive) Created the Condition ActivityDate= (Filterable as ActivityDate) (inactive) Created the Condtion OwnerId= (userinfo) User Id (filterable as OwnerId_ME) (inactive) Created the Condition ActivityType= ‘’ (filterable as ActivityType) (inactive) Create a Grouping ActivityType-ActivityType Created a Model Called ActivityOwner Added Fields Name and Id Created Condition Id - (userinfo) User Id In a Ta
How do I display attributes of the current user (e.g. full name, alias, id) in a template? I thought it would be an easy merge field, like {{$User.Id}}. But that, and a gazillion permutations of it, don’t work. Wonder if someone could put me out of my misery please.
Hello, I want to know can i show photo in my tab page.I want to show the Skuid Photo with all the records.So can we use Skuid Photo in Table with the list of records. PFA one image for what exactly i want. Here in Skuid Photo currently only name is coming of the file it is not showing photo.So can we show photo here for each record? Please reply back soon, Thanks. Arpit
Can a popup row action display editable fields from that row’s parent model, or does it just go downstream? ex) I have no problem creating a table of Projects and popup actions that show related lists/details from related child records (“show me all of the Resource Requests on Project A”)… but - can I create a table of Resource Requests and a popup action that shows (and allows for editing) details from the Project (the Resource Request’s parent record)? (“I want to edit the start and end date of the Project this Resource Request is for”)
Just another little one to make your day complete. I’m using page titles to get buttons, in a panel set to have them appear on the left. If I click on the page title instead of directly on the button… i get this where I can no longer click on the button to set its properties… even if i carefully click on the little bit that sticks out have to click on another title and try again… a small inconvenience… but for users those things matter
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.