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
seems stupid, but none of the online documentation tells how to open iti suppose the videos do, but i can’t play a video right now. It should be in the written documentation as well…ok, i found the documentationbut when i do “new page”, I don’t get an option of “type”, just page name.do i need to update my skuid ?or is there some config setting i need to change?i notice on the app exchange skuid is at 4.4my skuid seems to be 3.5however, there seems to be no direct way to upgrade… do i have to reinstall ?having a stupid day
I am having difficulty setting related fields programatically within a popup.Use Case:We have a ‘Relationship’ object which needs to support a reference to one of three other types, specifically ‘Team Member’, ‘Organisation’, or ‘Person’. Given my understanding is that custom objects do not support this type of dynamic/polymorphic relationship, our design approach is to have a dummy field called ‘Search Text’, which is rendered in a Skuid field editor using a dynamic render snippet. As various events are triggered on the dummy field, the appropriate Id values for related records are set on the underlying row. For example: if an organisation is selected in the ‘Search Text’ field, the dynamic rendering code will set like so: params.row.cloupra__To_Organisation__c = ui.item.id; params.row.cloupra__To_Organisation__r = {Id: ui.item.id, Name: ui.item.name}; The actual save is triggered by the "Save/Cancel" button on the popup that contains the field editor. I have intercepted this call,
I am yet to start using Skuid, i am interested as i hate the current look of salesforce however i am looking for a solution to a couple of specific user cases also and was wondering if Skuid will help. So without further ado:1 - Shopping cart of opportunities.When an opportunity is created we allow the users to add products to it from a price book. At the moment i have hacked together a decent enough page that has a table at the top (shopping cart) and all the items listed below with an “Add” button. Upon clicking on the “Add” button that product is added to the shopping cart, and it’s fields can be edited as needed. What’s key here is that the product has to remains available to be added multiple times.Is this do-able in Skuid relatively easily? The implementation i currently have is done with various bits of custom classes and jQuery, but it’s rather hacky and i would very much like something more solid.2 - Drag Sorting of TablesRelated to the above, something i have looked at adding
I have a form that has a table with row action buttons. If you click on the button for a row you get a set of child records displayed… the problem is, if you click on the program name by accident it takes you to the detail record for that program (and there is no detail record form for the program… programs are only displayed in the table) is there a way to disable the link on the program names (which appears because they are a “name” field) ?
A textarea (long text field) input in Skuid looks different in regular web-browsers and in iPad/mobile. In the regular box it is resizable but not in the mobile. This seems to be a JQM issue since the TextInput on their web (http://demos.jquerymobile.com/1.4.2/textinput/) behaves exactly the same. Is there a way to enable the resize in Skuid on mobile devices? Is there an easy way to change start settings like height etc on a global or per field basis (CSS resource and Field renderer i guess).A feature request for Skuid would be to expose many more of the settings possible in moible composer, either as properties or by adding classes in a textbox for each field. I had a problem where the checkbox. In regular Skuid iit s language independent but in mobile Skuid it’s all of a sudden a flipswitch with On/Off. This looks a bit strange on a localized Swedish page so after some poking around in the CSS i found this CSS to translate: input[type=checkbox]:before { content: ‘NEJ’;}input[ty
When using a SKUID mobile app in an iPad sometimes text input fields freezes and it’s not possible to enter text even though the cursor is in the text field and the on-screen keyboard is displayed. By clicking on another text field and then back to the first field it’s again possible to enter text. One way of making thie problem appear is to drag on the screen outside the field. The cursor is then still in the field when dragging ends but it’s not possible to enter text. Even if clicking in the field again no entry is possible, you must select antoher field first and then back. This applies to Decks in edit mode.Anothjer way to make the input freeze is in Read with inline editing mode. When double-tapping on a field when the keyboard is visible on the ipad the field changes to edit mode but it’s not possible to enter text. To be able to enter text i must first remove the on-screen keyboard, then single-click in the field and when the keyboard appears again it’s possible to input text a
I have a squid page (account details page) that I would like to use within a Sales/Service console…I followed the instructions within the Service Cloud tutorial…its loading within the console…but I have a few items not working: The Tab reads at the top of the console reads External Page instead of the Account Name… I have custom hyper links (created using a Template component) within my skuid page (see below)…when I click on the link…the SF record is opened in a new window outside of the console…I would like for the record to open within the console… {{{relatedParentrN}}} Thank you any advice…
I’ve been moving towards creating separate small pages that are then used on multiple pages - for example, I have a “task” page that I then include on any other page (account, case, etc) and the outer page passes a parameter to filter down to tasks with that WhatId.Overall, this seems like a cleaner approach (and much easier to maintain) compared to recreating the models, tables, etc on each page. But the problem I’m running into is now I don’t know how to tell which pages are referencing my “task” page - I need to make some changes to the parameters it’s expecting, but I’m not sure what other pages might break.Is there a way for me to see which pages are dependent on one another?
How do I integrate Data.com “Clean” Button into a Skuid page? It doesn’t appear like the rest of the buttons that are available automatically in the Page Title component.
How do I initialize a custom component after a page panel in Skuid mobile has been loaded? I have the following code in a JS component in regular SKUID var element = arguments[0],<br> $ = skuid.$;<br>element.css({width:'400px',height:'200px'});<br>$(document).ready(function() {<br> element.jSignature();<br> element.jSignature("reset");<br>}) If I use the same code in mobile it doesn’t work. I guess this is because the DOM is loaded differently in jQuery Mobile. How do I get the init code to run when a certain page panel is loaded? I guess something with pageInit but haven’t been able to find exactly how.
I have created a skuid page for my account detail form…is it possible to create a button on this account details skuid page form…that allows for a user to switch between my Skuid Account Details page and a Standard SF Accounts Details form…? purpose…is to show user how skuid drastically improves the ui
I have a lookup reference field on Account that returns the looked up values from a custom object (Stage__c) in a picklist (which makes sense, as there are only 20 or so records in the looked up object). But I want the picklist entries to be in a sort order based on another field on Stage__c called Sort_Order__c. I can’t find how to do that. Is there a magic way that I’m missing?
I am looking for more of a bootstrap look and feel. I would love to //netdna.bootstrapcdn.com/bootswatch/3.1.1/cerulean/bootstrap.min.css from http://www.bootstrapcdn.com/#bootswatch_tab but I am not getting it to work. Any thoughts or suggestion would be appreciated? I already followed instructions within the tutorials on custom css but I am looking for more. Let me know if more detail will help you answer.At end of the day… I love Skuid versus Salesforce UI but I want a tighter cleaner interface.
I have a tabset in which I lazy load all but the first tab, which is nice for performance. But I see through the console that the model data for those deferred tabs gets returned on the initial page load. Is there a way to only run a tab’s model when the tab is displayed? My theory is that this should improve the initial page load even further.Thx!
I have a calendar page that has a custom popup (when you click on the title of an event) that has an included page. Everything works fine when logged in as a SF standard user. When I login as a portal user and load the include page by itself it works fine. However when I try to use the calendar page and load the popup, I just get “Loading…” forever. The popup page does have some javascript that executes upon loading as a popup, so my guess is that has something to do with it, but I don’t know why it wouldn’t work in the portal. Here’s the javascript code: // this code gets all enrollment records for the class // then creates new workshop attendance records in the model for this workshop if there aren't already such records for each enrollment // it should execute upon loading of the page/popup (function(skuid){ var $ = skuid.$; $(function(){ $(document.body).one('pageload',function(){ var models = skuid.model; var workshopRow = models.getModel('WorkshopDetail').getFirstRow(); if(worksh
I am trying to default the Shipping and Billing Address of a Quote with the Shipping and Billing Address of the Account related to the Opportunity related to the Quote. Shipping address is populating but billing address is not. I have other conditions are well for default other fields. Overall I have 14 conditions with only first two for grouping logic. So my question is whether there is a limit of how many conditions I can have in a model.
When clicking a button I need to change the button text and icon. I 've figured out how to change the text: var params = arguments[0],<br> $ = skuid.$;<br> <br>// do stuff here - then change button text<br> <br> var btn = params.component.button.text[0]; <br> btn.innerHTML = 'New button text'; However I can’t find a way to change the icon to another of the font awesome icons. Is there an easy way to do this?
so i have a list of course levelswhen i assign them to a course I’m using an autocompletebut the level is a single character “A”so the autocomplete won’t “complete” it
I have a table of contacts.I would like to be able to filter these contacts based on a table filter, using values of a ContactTags model, and then using the selection as the value of a condition.This condition would limit the Contacts to only contacts with that selected tag.I just started down this path when I hit this error in a preview: 1. An error occurred while attempting to perform the following SOQL query: SELECT Id,GCP_Interest__c,Name,Birthdate,Account.Name,AccountId,CreatedDate FROM Contact WHERE (Id in (SELECT ItemId FROM ContactTag)) LIMIT 101 Error:Entity ‘ContactTag’ is not supported for semi join inner selects .Is this a hard stop on one of Salesforce’s unqueryable objects, or am I approaching this the wrong way?Thanks,Jacob
I am thinking about having a table of contacts, being able to check a box next to appropriate rows and create activity records for each of those rows.Having the same values for each of these activities (beyond WhatID referring to parent contact) is perfectly OK in this example.I imagine there is a moderate amount of JS needed, just curious if someone has tackled this.Jacob
HiI’m building my first lead page in Skuid. Default Salesforce page has a ‘change’ link next to fields such as record type and lead owner.I can’t seem to replicate this in the Skuid page - the field appears as a read only field and can’t be edited inline.Any help?Erin
Can someone please point me in the right direction?I am trying to import a page using the view/edit xml but in my new page the option isn’t available.The text is there but grey.Help?
Skuidians,I’d like to capture the sort order a user sets for a table. Is that possible? Alternatively, could I have a field determine the column ordering of a table?For example, I have a column in a table labeled “Ranking”. If I change it from descending to ascending I’d like to update a field. Or can I have a field in a model control the Ranking sort order or which column I am sorting by.Thoughts?Thanks!Peter
I created a Skuid mobile app and created the related VF Page with the redirects. It works and looks fantastic on Salesforce1 for Salesforce standard user license but when logging in with a Force.com user license the page does not appear in Salesforce1. I have checked that the Force.com profile matches the SF user profile and the necesary Skuid API and permission sets are set for the profile to view Skuid pages. I have also checked with Salesforce that Force.com user licenses can make use of Salesforce1 full funtionality. What am I doing wrong?
Hello all, I am new to Skuid and have been having trouble with filters lately. I’ve created 2 queues from the standard Accounts and Contacts objects and would like to filter my contacts queue based on an account queue selection. I only want those contacts that belong to the selected account to be populated in the queue. Is this something that I should be able to accomplish with Query String? Thank you for your help.
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.