Learn about the latest Nintex capabilities at New at Nintex
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
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.
At the individual item level in the table, the correct values display but when you click on the mass update button it ignores it (vs rendering it relative to record type available in the model)Correctly showing the available values based on record time (on individual records).Incorrectly Showing all possible values in the mass update pop-up.
I haven’t quite seen this in the discussions, so I apologize it there is an existing thread. My problem is this. I have an object (Object A) that contains hundreds of thousands of records in it. Object A acts as a lookup object only and is not associated with accounts, opportunities, cases, or anything like that. I have another object (Object B) that that references Object A through a lookup. Object B is associated with Accounts, cases…all that jazz. The purpose of this structure is for easy record creation for Object B. When someone calls in, we find their information in Object A and create a record in Object B that will tie the account we are creating. I would like to search for a record in Object A table and add a mass action to create a record in Object B with the lookup already populated (lookup that references Object A). How do I go about doing this with a javascript inline snippet?
I have a parent record with Master-Detail child records that have a percentage field. In my Skuid editor, I have the parent record up top and a table with the child records below it. I’m need to create a rule where the child record(s) must exist and always sum to 100% when a Boolean field in the parent record is checked. I’ve been trying to do this with SF validation rules, but I’m getting nowhere. Is there some way I can do this on the client side with Skuid, or am I missing something on the validation rules side? The SF parent validation rule I tried looks something like this if it helps: IF( AND( NOT(ISNEW()) , Require100percent__c = TRUE , SumOComponents__c <> 1.0 ) , TRUE, FALSE) Thanks for the help. Skuid is looking awesome still.
I can refresh a Field Editor with something like model.registeredLists[17].renderedItems[1].fields[0].render() ;Is the template component a list like the Field Editor and Table components?Jacob
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.