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
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?
Have a table row action that displays a drawer. The drawer contains a tab set and each tab set has a field set. The field set(s) have the standard Save / Cancel buttons. Desire to have the drawer to remain open when clicking Save. Any guidance is appreciated. Regards, Irvin
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…
I am receiving the following error: Here is the Scenario: I am trying to print a page using the following jQuery PlugIn: The plugin is supposed to bring up a page with a preview so it can be printed. I tested the plugin in a simple page and it work correctly as shown here: However, when I try to use it in a more complicated page, with multiple tabs, and a page include I get the error: I know it has to do with security and the cross browsing security rules. Any help is appreciated in order to help me set this correctly. More Info: In the more complicated case, I have the printPreviewJS loaded in the parent of the page include and not in the page include itself. The reason is because if I include it in the page include it doesn’t load. It only loads from the parent page. Thank you in advance.
Have implemented a page to manage Quote Line Items. This page is modeled after the Action Framework (AF) Deep Dive where: 1) Use a prototype QuoteLineItem to select default values e.g. Quantity, Shipping Type,etc. 2) Instead of showing a table of PricebookEntries, I have a custom junction object of Product / Plant Association records. 3) The user filters the table by Plant and then selects to Add the product as a Quote Line Item 4) One of my actions is to Create new row in Model (QuoteLineItems) and set default values. One of the required fields is PricebookEntryId. Since my table of products is using a custom object, how do I look up the corresponding PricebookEntry record? Note that I already have the PricebookId from the Opportunity and Quote. Any guidance would be very much appreciated. Thanks, Irvin
I am trying to render a lookup field and have it render as a picklist. I am getting the record I want returned but I have to click on the arrow for the picklist to select it, even though it is the only record returned. Is there a way for the record to automatically become the selected default value?
I uploaded the Opportunity JS and created the Opportunity Overview page. Everything seems to be working except the pop-up for Create New Opportunity in Pop-Up.
I created a new Tab in Salesforce and the tab label is “Mini Console Views” Object name is “Mini_Console_View” and API name is “Mini_Console_View_c”. I’ve created a page that has have the ability to view Contact, Task, and Case as well as add new Tasks and Cases. The idea is to create a screen pop with this page. The skuid page I created works in preview but I’m trying to override the standard page with the visual force page and this This is where I am having issues, when I go to create a new Visualforce page, I assume the standard language doesn’t apply. I think the standardController is why its not finding the page.<apex:page standardController=“Contact” recordSetVar=“c”extensions=“skuid.Redirects” action=“{!redirect}?page=ContactTab”>Thanks in advance for your help.
Is there a way on a Skuid table to see the total number of records that meet the conditions of the model without loading them all? With a Salesforce list view, you can display 25 records, but also see how many are in the list. In a Skuid table if you are only loading 50 on the model and you have more records in the model, you have to continue to press load more until you get all of the records visible. Instead of the bottom of the table saying, “Showing Rows 1-50 of 50+” could it say, “Showing Rows 1-50 of” and then the total number of records that meet the criteria?Salesforce List ViewSkuid Table
Hi - so I have a pop-up that is used to update address fields on a record. When I save the changes and close the pop-up, I want to refresh the original parent record on the page. I’ve tried adding in a Query Model action on the button that activates the pop-up - assuming it would action after the pop-up closes, but it actions right after the pop-up opens.If I had a separate Refresh button that re-queries, then that works fine after the pop-up has closed - but I really want to have the refresh when the pop-up saves and closes.Thanks
We help people with intellectual disabilities. In every office there is a big board that lists all the homes in that region and then it has pictures of the clients in each home. We thought it would be a cool use case to replicate this in Salesforce with Skuid. I currently almost replicate this with a list of houses and table drawers. I.E. I have houses with an address and then I have a table drawer that displays the photos of the clients assigned to the house. Is there a way to have the table drawers open by default so I end up with a list of houses and clients. Or is there a way to click a button and open all table drawers at the same time? What if I wanted to fit as many houses and clients on the same page to limit scrolling could I do 4 rows by however many columns would be necessary? To clear it up a little here is an obfuscated view of roughly what I am looking for. I blurred the picture for privacy issues. This was a board created in excel by one area. Thank you for the h
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.