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
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}}&serverUrl={{$Api.Partner_Server_Url}}&id={{Id}}&ReportVar={{Id}} &QVar0Id=a0C17000000Et3N?pv0={{Id}} &QVar1Id=a0C17000000Et3I?pv0={{Id}} &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}}& TemplateId=015b0000000mYRt&OFN=Service+Order+Form+{{Order_ID_show__c}} &EmailToId={QVar0} &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…
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 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
Hi All, I’ve been invited to show Skuid at the Ottawa Salesforce user group. There are couple Salesforce MVPs that regularly attend, so I’d like to make sure I’ve got some good stuff. I’ll have some things of my own but don’t have anything on the calendar, wizard or custom components. If anyone has anything they’d like to share I’d very much appreciate it. I’ll be sure to give credit to you as well. Also, Rob, I’d like to have someone from Skuid available to answer questions. Can you pass this is on and let me know. Thanks.
I’m sure this is something I am doing but I have created a Queue called Tier 2; its the only one selected and I have it set up to send email to members and Queue email address with 2 members. I have also created an assignment rule that states when a specific field is checked, assign it to the Tier 2 queue. I have messed with this all day and I can get one single email sent out. We are on professional so I cant use workflow. I need help.
I’m looking to get further understanding on conditions. When a model has been loaded and then the condition value changed, does the model have to be requeried in order to display related records?
I have a table of Appointments on the model AppointmentInteraction_Table. I have a Row Action on that table runs multiple actions: Deactivates model conditions for the AppoinmentInteraction_Detail model and the Interaction_Attachments model, then activates and sets the value of those conditions to the appropriate id, and finally Queries both models. Here’s my table: <skootable showconditions="true" showsavecancel="false" searchmethod="server" searchbox="false" showexportbuttons="false" pagesize="10" createrecords="false" model="AppointmentInteraction_Table" buttonposition="" mode="read"> <fields> <field id="Date__c" valuehalign="" type="" readonly="true" allowordering="true"/> <field id="Interaction_Purpose__c" valuehalign="" type="" readonly="true" allowordering="true"> <label>Appointment Purpose</label> </field
Can I use page include and a single skuid page multiple times with different params? For example, if I had a tab set and each tab included the same skuid page but passed different parameters.It seems to only work for the first load, subsequent loads fail.
So I’ve seen a couple ways to create new records. From what I can tell, there are essentially two types: with and without references set for the parent record through lookup or master-detail.Without references is the easiest in the sense that all that is needed is one model with the right settings on the model and page.1. Default Mode for components is Edit2. Save button has a redirect to /{{Id}}3. Loan Model data on page load in unchecked4. Create default row if Model has none is checkedWith references we requires the Id’s for the records that will be referenced. All the settings from above plus the following:5.a) The Id of the referenced records to be set as conditions when using step 4 from above or5.b) The id of the referenced records to be set using merge variables for default values on action Create New Row in Model.Am I missing anything?Also, why do the models need to be on the page in order to set the Id of referenced records?
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.