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 have created a wizard to create new contacts, I was able to create link address fields from the parent account account with the contact. The issue I am having is when I change the account name the address does not change. Does anyone knows how to fix this?
I am really digging all of the new conditional rendering options. Wondering if it is possible to render a component based on the sum of a field in an aggregate model?ie) Render if the total hours from all the timecards in this aggregate model < 10
I have a custom “Account Rep” object that is a child of the “Account” object. When an opportunity is entered under this account, I am trying (unsuccessfully) to iterate over the rows in the “Account Rep” object to add these reps to another custom object (commissions) that is a child of the opportunity object.I tried to steal code from the “mass create records” example and my modifications are still lacking. Specifically, I am having issues copying the owner id from one model to the other and I don’t know how to iterate through the rows.My first model is called “Reps” and I want to copy the following fields:OwnerRate1__cRate2__cRate3__cTo the model called “Commissions”. Let’s just say the field names are the same.
Is there a way to identify all checkboxes for field editors in CSS? Basically, I want to be able to lock the checkboxes to always display the box beside the label (display: -webkit-inline-box;) regardless of the style of other items in the field editor. It appears that I need to edit the .nx-basicfieldeditor-item element, but I’m not certain of the syntax for only adjusting checkboxes. Can this be done?
All icons on page are not showing. Only shows a square box for all icons. We use the “paper” theme but it happens on all themes. We tried in Chrome and Firefox, also on Mac and PC. Only browser that does show icons is inside salesforce1 app it shows the icons.There is no custom css,lables, or jscript. It happens on all our pages.
Is it possible to conditionally display a deck or field on a mobile page?
I have a grid of account records and an action on the wrapper component to set the main panel to another mobile page. Within Salesforce1 app, if I tap on the grey space around the name of the account record name it works correctly, if I tap directly on the name of the account record it takes me to the Salesforce 1 account detail view. If I hit back I end up at the desired page. Same behavior occurs in preview mode, tap directly on the name of the account record and it takes me to the account detail view.What am I doing wrong? I can’t find any where where this behavior is set to occur.Action set in wrapper component below:
In order to help ease the transition from Salesforce standard to Skuid, I would like to know if anyone has a template for the Salesforce Service Cloud Console look, but with Skuid capability? I’ve attached a screen shot of the view we would like to start with, but with us adding additional capabilities of Skuid. I’ve looked through the templates on this site and searched both Deep Dives and conversations and haven’t found one that would closely mimic the Salesforce look.From the screen shot below you can see that we use use Queues (‘A LOT’) where the list of available/unassigned cases are in the top pane, with Case detail below and the next higher level of information (Asset or Account, depending on what’s in the detail pane) in the right pane. If you know of something that you could point me to for viewing or copying, I would greatly appreciate it.
I started getting this Error when I try to schedule an appointment in the Calendar, and the calendar doesn’t popup.I know that it is kind of vague, but I am wondering if its something known.I’ve restored previous version that I know were working and I still get the error. I started getting the error last night.Any ideas? Thanks
Having a similar case to :https://community.skuid.com/t/model-in-model-in-model-value post…I have a Table of Opportunities with a drawer of LineItems. This part works great.Here’s where it gets tricky:I have a custom object called Contract Users that has a lookup to Contacts. I have a lookup on the LineItem looking to the Contract User.What I need to do is produce a pop up that generates Contact fields from the LineItem row. My Context for the PopUp on the LineItem table row action is the Id = Seat_Holder__r.ContactID__c (have also tried pointing to the Contact__c field which is the Id).Line Item->Contract User->Contact and need Contact fields showing in a pop up.What am I doing wrong? The image below shows it’s grabbing the ContactId - I’m just missing the correct context for the pop up:
I’ve been hacking away at a snippet for a little while now to try and add a default date value when a new row in a model is created. Currently this is done using the actions framework, with a value of ‘TODAY’.What I really need is for this date to be the same as the date in the row which was previously created. So…if row 1 contains a dateTime of 27 Oct etc, then row 2 needs to have that date. If row 3 has 29 Oct, then row 4 also needs to have 29 Oct.A couple of thoughts:Is it possible to access the ‘last’ row in the model? There is a function for getFirstRow() but is there a getLastRow() or equivalent?Is it possible to count the number of rows, ie .length, and then subtract 1 and get that specific row?My incomplete snippet is pasted below if anyone can assist. Thanks a lot. var $ = skuid.$,params = arguments[0],model = skuid.model.getModel('Sectors');<br>//var prevSector = 0;<br>var sectorCount = model.data.length;<br>//get last row in model<br>var row = sector
I’m trying to build a mobile page with a Case List and related Case Details, but cannot get the detail page to display any data. I watched and followed the steps from the Mobile deep dive video, but can’t get this working. The case list displays cases, but my details page is always blank.video showing my configuration - http://www.screencast.com/t/rVk4KzLb
Hey Team Skuid, I have a meaty one for you. :) We have a Skuid page within a Visualforce page that displays full screen in Salesforce (no standard headers or sidebar). The Skuid page has a top nav bar, then panel set below consisting of a fixed left panel and a fluid right panel. The right panel has a tabset in it with ten tabs and a vertical nav bar (the strip of icons). Each tab has quite heavy content and the page is bigger than we want (about 6500 lines of XML). We've taken steps to improve page load performance by using Javascript to load models on demand (quite effective) and setting the Visualforce page cache to true (great for speed, but causes problems because it caches Skuid content, which requires more working around). We think the best idea is to split the page up into ten Visualforce and Skuid pages, one each per tab. This will give us faster initial page load (although it'll be slower to move from "tab" to "tab") and will also give us distinct URLs per tab, which is a p
Quick note that I’m within a dev org.
Hi, I’m creating a page with a Date Range filter, as well as 4 toggle buttons (current week, previous week, current month, previous month). These row filters correspond with 6 conditions on the model - one for each toggle button and 2 for the date range filter. Each toggle button activates its condition, and deactivates all the others. Everything works as expected, until you click on an active toggle button to deactivate it. At that point the skuid page freezes (shows “Applying Filters”). If cookies are enabled for the toggle filters, then the page will not load again until the cookies are deleted. The following error shows up in the console which seems to be causing this issue: Thanks, Kartik
The page works for some users but not for others. They get this error showing up (sometimes and other times it works). It’s a Tab override page focused on opportunities and products.Very confused on how to fix. #non-coder
Help please, I don’t quite understand why the Date is showing correctly on the Calendar, but when I use the date in code it shows like two hours later. Any help appreciated. Am running against a deadline. TY.
Whats the css to apply min-height to a table? I’m trying this, which works in the console, but can’t get it to work when included as a css resource in the page:#Table .nx-skootable { min-height: 250px;}
I have 2 fields for weight/capacity in a model. One is for kilos (kgs), the other is for pounds (lbs). As this is part of a managed package, some users will work in kgs, others will work in lbs. I would prefer not to use conditional rendering of the fields (depending on user location) as sometimes they need to work in both.I’d also prefer not to use formula fields to do the conversions as it would be great if these conversions could be done in real time, rather than with each save operation.I’ve started on a snippet, but am stuck with getting it to work depending on the field mode. What I’d like to do is:IF Cargo__kgs__c is in edit mode, then update Cargo__lbs__c (which is in read mode) with the converted lbs value, otherwiseIF Cargo__lbs__c is in edit mode, then update Cargo__kgs__c (which is in read mode) with the converted kgs value.is this possible? My hacked-together snippet below…var field = arguments[0], value = arguments[1];//runs on the kgs field $ = skuid.$,
Is it possible to set the rows in the queue to alternate colors?
Hi,I have a button to run an in-Line snippet to compose a conga composer url and then launch the url, is working without problems:This is before the merge: https://composer.congamerge.com?sessionId={{$Api.Session_Id}}&amp;serverUrl={{$Api.Partner_Server_Url}}&amp;id={{Id}}&amp;ReportVar={{Id}} &amp;QVar0Id=a0C17000000Et3N?pv0={{Id}} &amp;QVar1Id=a0C17000000Et3I?pv0={{Id}} &amp;QueryId=[OPPOwner]a0C17000000EwWW?pv0={{OpportunityID__c}}, [Site]a0Cb0000006CSH3?pv0={{{Site__r.Id}}}, [FirstOrderContact]a0C170000009Ty9?pv0={{Id}}, [OrderContact]a0Cb0000006CSGt?pv0={{Id}}, [TechContact]a0Cb0000006CSHD?pv0={{Id}}, [AdminContact]a0Cb0000006CSGj?pv0={{Id}}, [BillingContact]a0Cb0000006CSHI?pv0={{{Billing_Account__r.Id}}}, [BillingAccount]a0Cb0000006CSGo?pv0={{{Billing_Account__r.Id}}}, [Account]a0Cb0000006CSGe?pv0={{AccountID__c}}&amp; TemplateId=015b0000000mYRt&amp;OFN=Service+Order+Form+{{Order_ID_show__c}} &amp;EmailToId={QVar0} &amp;EmailAdditionalTo={Q
I have created custom home pages for each profile in my company based on what they need to see. Using the filtered views this has been amazing because I can keep pertinent actionable information in front of them. For instance contracts that are expiring in 30 days, caseloads, services that have not been fulfilled etc.One question I have is, if a user clicks on an account or object name (which is hyperlinked to the record) it always opens in the home page window (I assume it is an i-frame or something similar). Which creates a smaller work area and double menus. Is there a way to, on the home page, for the link to be opened in the main window. Can this be done without adding special new fields etc?Thanks!
Does anyone know of a good image editor I can use within a Skuid page? The are a few requirements. 1. Load and save images 2. Annotate images w/ lines, circles, squares, polygons, etc. 3. Make these annotations clickable 4. Ability to set transparency to 100% Basically I’d like to be able make construction plans clickable for field staff.
Has anyone figured out how to include the “Request Meeting” function on a Skuid page?
I’m trying to understand how I can reference SPECIFIC elements of a page using CSS. I have watched the video (Deep Dive: Customizing Skuid Pages with CSS), but I still cannot seem to grasp how to reference the elements.I have a page with 3 field editors (see below):I would like to reference ONLY the “Customer” field in the “RFQ Primary Information” editor. I have highlighted the 5 fields in the JS editor below:Let’s say I want to change the background color of just 1 field. I have finally figured out how to get the first field of the first editor to change:.nx-basicfieldeditor-item:first-child>.nx-field.editable { background-color:green;}What if I need to change the second field? What if I want to change the first field in the second editor? I can’t seem to follow the logic here. Is anyone able to simplify the syntax of this? Please help - this will be a big plus for my skuid page! Thanks so much…
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.