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 two objects Bundles(parent) and Bundles Line Items (children). The Bundle Line Items are showing in a drawer component attached to Bundles. I want to be able to select all of the children and create new rows in a new model (Quote). I have the action set up on the drawer to do this. The problem is using the Merge Syntax only brings in one row of data (the first row selected). Not all the selected rows. I am using a Merge Syntax because I believe due to this table being in a drawer the context is not that of Bundle Line Items but of Bundles. With that said I have tried connecting through the Bundles with no success. If the table is not in a drawer it works fine. Has anyone else run into this problem?
Hello,I have a very unique process that I am trying to build with SKUID and I was wondering if I can get some help as usual please.I have a parent object (Enrolment) and child object (Units) in Salesforce. Units have lookup to Enrolments and one Enrolment can have multiple units.I would like to build a model off Units and filter units based on a specific name, however this specific unit can only be displayed on my list only if its preceding unit is completed.Is there any way I can achieve this with models and queries?THANK YOU AGAIN!
We are using the opportunity contact role object to join Opportunities with contacts. We want to display the contact name, with the ‘primary’ designation, on the table that shows other opportunity information. How do I pull contact name over to the opportunity view via the opportunity contact role using the skuid interface?
Hello there, I am trying to high a field based on values from another picklist field. The highlight is only working when the user changes the field. It does not work when if there are no changes to the field. Below is my In-Line snippet does anyone knows what I need to change to make this work. Thanksvar params = arguments[0], $ = skuid.$; var model = params.model;var row = params.row; console.log(params); var field = arguments[0], value = skuid.utils.decodeHTML(arguments[1]); skuid.ui.fieldRenderers[field.metadata.displaytype]field.mode; var cstatus = params.row.Charter_Status__c; var statusColors = { ‘Order Entry’ : ‘Yellow’, ‘Base Camp’ : ‘Yellow’, ‘PO Pending’:‘Yellow’, ‘Scheduling’:‘Yellow’, ‘Scheduling CCC’:‘Yellow’, ‘Current’:‘Green’, ‘Review’:‘Green’, ‘Cancelled’:‘Red’, ‘Customer Hold’:‘Red’ }; var defaultColor = ‘White’; $(‘.nx-basicfieldeditor-item.ShareWithCutomer’).css(‘bac
How to change background color of skuid table row If a column value say (Required Quantity) is greater than the other column value (Available Quantity) when required quantity value is changed, (Required Quantity column is editable)
Hi,Is there a way to show Chatter feed for a specific Chatter group in a tab on a SKUID page?Thanks,
Hi,I have a model from a child object which has a look up to accounts (person accounts). I can display anything from the parent account except for the address details.When I add the address fields to my table it displays [object object]. By the way I have conditions on my model.Any thoughts?Thanks,
I have a table for Task(Standard Object) and I am displaying the WhatId (Standard field for Task) on the same. I need to have the What Id reference to Account Object. When I select Option Source for the field to be Model, it doesn’t give me any option for the models for Account.
Hello! I’m trying to add a custom button to my Skuid page, but outside of a page title. I followed this guide pretty closely: http://help.skuidify.com/m/supercharg… But when I look at my page it is blank. Upon inspecting the developer console in Chrome, I find the following message: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help, check http://xhr.spec.whatwg.org/. Here’s the javascript I used; again, pretty much the same as the guide above: skuid.componentType.register('addAssessment', function(element) { var btn = jQuery('New Assessment').button() .on('click', function() { window.open('https://na6.salesforce.com/a21/e?retURL='); }); element.append(btn); }); Any advice? Thanks! Eulogio
This concerns the Opportunity_Details page available on the Skuid Depository.I'm trying to build an Opportunity Tab based on the Opportunity Detail page because we need the shopping cart / switchable price books for one division in our company. The trouble is that I'm trying to get the Opp Detail page to not reference an existing opportunity ID yet retain the same functions provided in the "Line Items" tab. I've tried sorting through the XML code, making sure the conditions don't reference an external opportunity but to no avail.My question is whether or not this is something simple I'm overlooking or if it would be easier to build the page from scratch with the same components.
I am trying to update a formula field Available_Quantity__c in table row when WarehouseReference__r(a field in order object) is updated. Available_Quantity__c is a formula field in Order object which is referencing a field from Repository_Product (Available_Qty__c). I wrote below code referring code snippet from this community. But unfortunately its not working for me. Please let me know whats the issue, or is there any other way i can do this without using code snippet by using conditions on models and actions. (function(skuid){ var $ = skuid.$; var makeFieldsEditable = function() { var field = skuid.$M(‘Order’).getField(‘Available_Quantity__c’); $.extend(field, { createable: true, editable: true }); }; skuid.snippet.registerSnippet(‘handleAccountChange’, function(field, value) { // pass true for third parameter so that the value returned is not escaped var acctCity = field.model.getFieldValue(field.row, ‘RepositoryProduct__r.Available_Qty__c’, true) , formulaValue = acctCity; field.m
We ported one of our dashboards from ExtJS to Skuid (yes!!). We are using Skuid for 2 out of the 4 charts. We got to develop 2 custom skuid components. Our components looked a little drab next to the fancy Skuid components that animated on the model change so we did the same. Based on several empirical tests, I found our 2 custom components match the animation time of the two skuid components (most of the time) at 150ms, but sometimes the skuid charts animate much faster. The skuid charts also animate in such a way that leads me to believe they are coupled. That is they both seem to render at the same speed. I think it would be more visually appealing if our charts animation time exactly (or closely) matched the Skuid chart animation time. Does anyone have some insights into this? Or how to do this? Not too important but seemed like a fun topic to discuss on the community. Thanks for the help!
Hello All I have to present graphs (shown in SS) on the same page, next to each other. Feedback I got is that stage colors are confusing, they represent one opportunity stage in one graph and different one in the other. My question is: Is there a way to “tie” a color to a certain opportunity stage. Similar to how you can do this in SF interface (see SS2)
In continuation with this post: https://community.skuid.com/t/is-it-possible-to-render-a-picklist-field-in-a-field-edi…Can I display this rendered Multiselect picklist in ‘Checkboxes’ format? Like the same way Skuid displays for multiselect picklist when we select ‘checkboxes’ as field renderer.
We exported our custom pages from our sandbox –> prod. and everything worked perfectly, except for that all buttons related to “create new ____ in popup” did nothing when clicked. Any suggestions/things I may be missing?
I have drawer in one on my Skuid pages with main table and drawers when the page is loaded drawers shows data when they are opened. But if the user searches for on the main table and data changes the drawer do not have data when they are opened. The model that is used in drawer is being queried when the drawer is opened.
I have table with 50 city names with some duplicate city names. I only want one to show a city once. how do I do this?https://drive.google.com/file/d/0B409lhd9sYDcUVdzQjN5alQ1RlE/view
If I like to incorporate payment processing functionalities in a Skuid page using Sage Gateway payment processor, what should I know about the way I need to set up the page and the payment processing components? Are there any best practices around it?Please let me know and thank you so much.
I need to change the color of the tab of my skuid page. I tried creating a visualforce tab and changing the tab style. Here’s my code… <!--apex:page action="{!redirect}&page=CustomerLogAT" extensions="skuid.Redirects" standardController="Community_Log__c"--> <page standardcontroller="Community_Log __c" tabstyle="Community_Log_At__ tab" recordsetvar="c" extensions="skuid.Redirects" action="%7B!redirect%7D?page=CustomerLogAT"> I tried overriding the tab and not overidding the tab, but It still displays the home page tab style.
I’ve got a create new account section of my page, with a NewBorrower model that loads a blank row by default. I’ve got a condition on the model for RecordType.Name contains “Borrower”, of which there are several. On the Record Type field in the field editor I have a filter for RecordType.Name contains Borrower. However, the default record type for my profile is “Account”, so when I load the page, the Record Type picklist shows Account, and must be changed every time.Is there a way to override the user profile’s default object record type some how to not show that value in a record type picklist?
We have button that references a Custom SF Button that opens a Conga Composer page. In standard Salesforce, this button opens a pop-up window. In Skuid, it opens a new tab. How can we make it open a popup instead?
When using the custom pop-up for the calendar how can I expose the delete button?
Up until about June 12, users assigned to tasks received email notificaitons… Specifically, whenever you got assigned a task, you would receive an email notification alerting you have been assigned to a task. That stopped working for some reason that we still can’t figure out. A solution arose when I created a case and a Salesforce technician helped me create the “Send Email” column checkbox. When you check the Send Email checkbox, the user assigned to the task will receive an email notification alerting them they have been assigned a task. That works great and helps us a lot. However, we tend to reassign tasks often and the Send Email checkbox is only applicable to task creation and not task reassigning. When reassigning the task to a different user for them to do follow-up work, the Send Email checkbox is locked as unchecked and cannot be checked again. You can only check that checkbox on task creation. In result, we want to find a way to send email notification on task creation AND
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.