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 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
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?
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.