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 I have created Region Object.It has multilevel hierarchy.For Example.A>B>C>DD is the child of C.C is the child of B.B is child of A.Now i need to provide filter when i am searching with A all the records of A,B,C,D should be populated.When I am search with B All the records of B,C,D Should be populated.Same way when I search for C all the records with C and D should be populated.Let me proper Idea how can I achieve this task.
I would like to create several tab sets. I would like to use conditional rendering to make one tab set disappear upon rendering the other. Is this possible? If so; how? Can someone help?
Want to move a snippet to an external site.http://dorothy.com/Skuid/JS/Event_Color.js I have entered as follows: I can get to the page but the code does nothing.
Can someone help me with this? I need a button to run the equivalent of this apex call (hopefully that is the right terminology. I’m not a programmer):/apex/CarePlanMerge?id={PatientId}
Here is my grouping logic:1 AND 2 AND (3 OR (4 OR 5))Condition 3 is a parameter condition set to deactivate if it doesn’t return rows.What I’m hoping for is that if condition 3 does return rows, conditions 4 and 5 will be ignored, but if it doesn’t, conditions 4 (and if not 4, 5) will be evaluated.Is that what I can expect to happen?
Trying to integrate Pardot with Salesforce. Specifically, I’d like to show the Lead Activities on the lead page. I can get the iframe to work, but no content is populating. Below is the Visualforce Page code. Having toruble getting the {!$Api.Partner_Server_URL_90} into the iframe. <b>VISUALFORCE CODE:</b> <pre><apex:page standardcontroller="Lead" showHeader="false" sidebar="false" standardStylesheets="false"> Body { Background: transparent; } </style> <apex:iframe src="https://pi.pardot.com/prospect/activity/email/{!URLENCODE(Lead.Email)}?sessionid={!$Api.Session_ID}&amp;serverurl={!$Api.Partner_Server_URL_90}&amp;source=salesforce&amp;tab=lead&amp;style={!$User.UIThemeDisplayed}" scrolling="false" height="390" id="prospect_insight"/> </apex:page> <b>MY IFRAME</b> <iframe src="https://pi.pardot.com/prospect/activity/email/{!URLENCODE({{{Email}}}?sessionid={{{$Model.session.data.0.Id}}}&amp;<b&g
Any plans to update Highcharts to latest version? Any plans to include Highcharts-More as part of SKuid?
My users have asked for a way to quickly jump to different Accounts without going back to a tab. I created a button that shows up on every account detail page that when clicked shows a pop-up with a quick list of all the accounts in a table. I would like to do two things and wondered if they were possible.1. I wanted to highlight the table row that matches the URL id of the client detail page they were already on so they can quickly see their place in the alphabetical list. A lot of users go down the list one by one and update certain information. This would allow them to always see their place in the list. Can someone help me with the snippet and css to be able to say if Row ID === URL id then highlight row green etc.?2. A useful tool that we had in an old database was a button that would automatically load the next client in Alphabetical order when the button was clicked. Could this be done with model conditions somehow? For instance a Model that sorts by alphabetical order b
I have a page with tabs. I had all tabs set for lazy page loads. -In one tab, I have a simple inline frame template displaying a basic https website. -In another tab, I have a set of sub-tabs. One of these sub-tab components is a page include. -Both the inline and the page include work great on their own, however-If I load the page include tab first and then I load the inline frame tab, the inline frame repeats over and over and over vertically. At least 25 times. -If I then view standard Skuid components on other tabs, these components also repeat time and time again vertically. -However, if I load the inline frame tab first, then the page include tab, everything works fine.-This gave me a simple work around. I set the inline frame tab to load on page load and the page include to lazy load so the inline will always load first. This solved my problem, but it is something that should be looked at. Windows 7Chrome Browser Version 43.0.2357.81 m
We have an OEM managed package which includes Skuid pages. We have a customer that wants us to provide some individual customization on their org. If we (or they) make changes to the Skuid pages specifically their org, will this be reset if we later push upgrades of our package to them that have the same named Skuid pages but without the customization they’ve done in their org? Our pages automatically deploy via a post install script, so I would assume this would cause their now custom pages to be reset to the ones in our upgrade.Would cloning and then renaming the pages be the best option? Hoping to find something better than that, so please let me know.
Hi,We have a requirement to display additional columns as well as filters on lookup popup. When user clicks on magnifying glass next to lookup field text box, only name field is displayed on popup. we need to add additional columns to this table as well as option to filter records based on other filters on page. Is there a way out to do this?thanks.
When SKUID accesses Salesforce data it does so “With Sharing” to respect security permissions etc… This is usually what I want however there are times where I would really like to feed data to SKUID from a controller or controller extension that may not respect sharing permissions or might not represent an sObject. For example perhaps I want to write a wrapper class or I want to create my own class in APEX and then display that data within the SKUID UI. What are some of the options to do this? My guess is at minimum it will involve writing a custom APEX extension (assuming that SKUID will allow interaction with non-SKUID Apex) My second guess is perhaps the data is stored in clientside memory in a specific predictable way and I might be able to use a Javascript query to a custom controller of mine via a script and then populate the same memory structure that SKUID uses to leverage that to display the results via standard SKUID components. My third guess is that I would have to write my
https://docs.google.com/file/d/0B409lhd9sYDcYUJoaUpETjFiMkk/edit
We’re running jqueryprint (along with @media print CSS) to print elements of our pages. It’s working great, except that in this case that value for a lookup field (rendered as a picklist) is changing with .print(). Here’s what it looks like on screen: Here’s what the print preview looks like: Any thoughts on what might be going wrong here? Where would you start troubleshooting? Interestingly, if I print the whole browser screen, the value for the picklist stays intact. It’s not a CSS @media issue, because the console’s CSS @media print emulation looks fine. Thanks!
We recently implemented a Partner Portal, but are having trouble embedding links in our templates to VF pages that work for both our internal users and our partner users. What we are trying to do: Link to a VF page called “OpportunityTable” Be able to embed this link in a template that prepends the proper address whether the logged in user is a Partner or Internal user. Here is what I’ve tried: ATTEMPT #1 <a href="/apex/c__OpportunityTable"> Which generates the following URL: <a href="https://buildrealty.force.com/apex/c__OpportunityTable" rel="nofollow" target="_blank" title="Link https//buildrealtyforcecom/apex/c__OpportunityTable">https:&#47;&#47;buildrealty&#46;force&#46;com/apex/c__OpportunityTable</a> Results: Partner User - “Under Construction” message is displayed Internal User - Works Correctly ATTEMPT #2 <a href="/partners/apex/c__OpportunityTable"> Which generates the following URL: <a href="https://buildrealty.force.com/
I’m really digging the “Drag and Drop Queues”. This has been a huge addition to our sales management process. However, I’d like to be able to automatically refresh the Record data to reflect the changes after the item has been dropped to a new Queue. Below is our Opportunity Wall showing 5 stages and the corresponding Opportunities: Note that each Opportunity Card has the Stage Name and the Value. If the Opportunity Card is dropped into a new Stage as follows: The Stage name and Value is changed in the record itself (I confirmed this by opening the updated opportunity in a new window and saw that the Stage name had indeed changed), even though my Opportunity Card doesn’t display this change automatically. As a workaround, I created a Page Title button that simply re-Queries all of the models on my page. The button works as intended: My question is this: Is there a way to include a function in my In-line Resource “Make Queue Contents Droppable” to either 1) re-query all of the m
I want to show a field of a model say A in table of model B. is it possible?
So, I have a boolean property on a custom component, and when that is selected, I want to remove almost all of the other properties. I’ve accomplished that by conditionally using .splice() on the basicPropsList array. I’ve set the property’s onChange function to rebuildProps. When I check the box, the remaining properties are removed. When I uncheck it, they are not added back again. I was expecting that rebuildProps() would re-run the propertiesRenderer in its entirety. Is that incorrect?Here’s my code: propertiesRenderer: function (propertiesObj,component) { propertiesObj.setTitle("Signature Component Properties");<br>var state = component.state;<br>var propCategories = [];<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // Add basic properties<br>var basicPropsList = [<br>{<br>id: "signaturemodel",<br>type: "model",<br>label: "Signature Model",<br>onChange: function(){<br>component.rebuildProps();<br
I’d like to know if it possible to create a multi-select table filter that only shows values that are present in the table. If this isn’t possible, I’d love to see it implemented in a future release.
I have a lookup reference field on “Event” external object that returns the looked up values from another external object “Region Code” in a picklist (which makes sense, as there are only 20 or so records in the looked up object). But I want the picklist entries to be in a sort order based on another field on external object “Region Code” called ‘RegionID__c’ (which is the combination of text and number like: region 1, region 2, …region 11, region 12: (Salesforce ‘Text’ field)). I am using the field’s “Advanced” properties to order them by “RegionID__c”. I am able to display like: region 1, region 10, region 11…region 2, region 21…I would like to display like: region 1, region 2, region 3…region 10, region 11.Any help is appreciate. I would like to know is there any setting that is available with skuid out of the box or else do i need to use the custom renderer (writing code)?
Hello!I’m trying to chain together a series of actions (row action on Campaign table):Create a Contact Create a Campaign Member linking Contact with Campaign Delete the Contact In between 2 and 3 I’d like to wait a while so that a workflow is triggered and an Outbound Message gets sent.At the moment, the workflow doesn’t trigger because Skuid’s just tooo g’darn’ fast and, I’m guessing, deletes the record before Salesforce has worked out what day of the week it is…So - is there any way of waiting around a little while in between 2 and 3? I’ve tried putting point 3 as an action on the model instead - no dice.Cheers!Louis
I have a table that is displaying data and i have a Mass action called add to my Contact. whenever a checkbox related to a record is cliked and Add to My Contact is pressed, the record will be added to Myconatct Table which is a different table. Now I want to highlight the data in the 1st table which is just added in the Mycontact table.
We have a white labeled OEM app and we are trying to keep the customer entirely in our VF pages. The issue arises when the customer needs to create a new user or update their org’s information. It seems our only options are to either have the user go outside of our custom branded pages into the scary world of Salesforce settings, or create a partner admin user on every customer’s org and have them request us to add new users, which doesn’t seem efficient or viable. Have any other ISV partners found a solution to this? Last time I tried with Skuid I could display the user and company information as readonly but could not edit it. Ideally our users never have to venture out of our theme and style and into Salesforce. Do any other app developers know of a better way to create users and update company info?
What can I configure, aside from:{ fieldId: ‘MailingCity’, register: true }as shown in the docs.Can I set all the parameters for a basic field editor (unique id, layout, mode, etc.)? Or are those options in an skuid.ui.Editor()? The only option I see in the Editor docs is show save/cancel.Thanks!
Is it possible to use on field in a table to change the color of another field.I suspect the snippet looks something like this?var field = arguments[0], value = arguments[1], $ = skuid.$; if(field.metadata.accessible) { if(value === ‘Primary’) { // do CSS stuff here… field.element.css({‘background-color’:‘#c6e28e’,‘min-height’:‘10px’, ‘padding’: ‘0px 0px 0px 0px’,‘border-radius’: ‘4px’, ‘color’: ‘#000000’}); } }See videohttps://docs.google.com/file/d/0B409lhd9sYDcVU5qa19ETkZLalk/edit
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.