Nintex Automation K2: Back to basics
Access resources, discussions, and troubleshooting tips to build custom applications and streamline workflows with Skuid NLX, SFX, & EXP.
Recently active
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?
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!
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.