Upcoming Event - 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
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
I’m having a problem with a page re-query after a save on popup. I have created a new SF tab with a page override. The Skuid page has a 6 tabs that are all page includes. I have one tab called Cases that uses a queue and another page include for the case details page. On the case detail page in the case notes tab I have a popup to add a new note to the case. What I would like to see after the popup is saved and closed is the new comment using the Get More query behavior but what happens is after the popup closes for one second I can see the new row but then the entire page is refreshed and then shows the case from the default view in the queue. As if I clicked on the salesforce tab override. Below are my actions for the save button.
I want to add a group chatter feed to a record. I used the solution detailed in this community post which got the group feed in the record. Users can view the feed, post on the feed, download content from the feed but are unable to follow the group from here. When they do so, they get the following error message. I used the following code in the template: <iframe frameborder="0" width="100%" height="800px" src="/apex/skuid__Social?id=0F937000000HByQ"></iframe> 0F937000000HByQ is the id of the Group. How can I get users to follow a Chatter group from within a record?
Who can remember what day it is? Would like to highlight the current day in a month view on calendar component. Any ideas?
I’m using some visualizations that change based on a filter in a table. I’d like to display the current filter name in the subtitle of the visualization, e.g. {{Model.labelPlural}} [Opportunities] is my title, I’d like my subtitle to be {{Model.filterName}} [Closing This Month] [Closing Next Month] Is there syntax to reference a model’s filter names?
Is there a way to remove the blank lines when conditionally rendering fields? Here is my template config: {{OtherStreet}} {{OtherCity}}{{#OtherCity}},{{/OtherCity}} {{OtherState}} {{OtherPostalCode}} {{#Fax}}Fax: {{/Fax}} {{Fax}} {{#HomePhone}}Home Phone: {{/HomePhone}}{{HomePhone}} {{#OtherPhone}}Other Phone: {{/OtherPhone}}{{OtherPhone}} {{#AssistantName}}Assistant: {{/AssistantName}}{{AssistantName}} {{#AssistantPhone}}Asst. Phone: {{/AssistantPhone}}{{AssistantPhone}}<br>
Hi,I have a custom object which has master details relationship with Accounts.I would like to know if I want to create a filtered report so pull out the eligible accounts based on the relevant filters on the child object where should be my starting point?Do I need to start with the Account object or the custom object.Thanks,
This is more of a salesforce issue I think, but I though maybe someone here would have a solution for this.Here’s the scenario.User is not a sys admin User does not have “View All” system permission Events for “AssignedTo” other users that are not related via the whoid or whatid, thereby not “Controlled by Parent”, can not be an event shown in the calendar.
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.