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
Here are the conditional rendering properties for my field editor: However, it doesn’t seem to respond as expected: Whether IsPrivate is true or false, the field editor shows up. Notice that the buttons are rendering correctly using the same criteria. The only wrinkle here is that the model has no rows on pageload. Is that the problem? Shouldn’t the conditional rendering conditions update when the model is queried? Thanks for your help!
Note that all the images shows are my baby (Violet is due in July), so I'm not violating any HIPAA laws. :)
I’m trying to use a template field with {{{Name}}} to remove the hyperlink, rather than just using the Name field itself. My field editor is in read with inline editing mode, and the template is set to use the default popup for edit. When I click on the edit button, the popup is blank, except for a Done button. I dropped the regular Name field below the template, and the transition to edit mode works fine: The sObject is Attachment, if that’s relevant.
I imagine someone has asked this before, but I can’t seem to find it after looking through a few dozen topics.Here’s the scenario:Field A is a text field which can have values such as Tier 0, Tier 1, Tier, 2, etc. populated by WF rules Field B is a picklist for upgrading the above Tiers with 2 values, Tier 3 and Tier 4 Tier 3 should only be available for select if Field A is Tier 2, or if Field B itself is Tier 3 (so we can unselect the upgrade) Tier 4 should always be selectable We’ve used a custom snippet before for picklist rendering, but due to being JS novices, I can’t seem to figure out how to incorporate a second field.This is what we previously used for Lead Status, which was only rendering based on its own values:var field = arguments[0], //value = skuid.utils.decodeHTML(arguments[1]); value = arguments[1], $ = skuid.$; var picklistEntries = field.metadata.picklistEntries;// If value is Reached Out or Engaged,// then only show those valuesif ($.inArray(value,[‘Reac
I’m trying to build out a table like functionality from an Opportunity record, where the user can see Contacts assigned as Contact Roles against that Opportunity, and be able to create a new Contact and select the Contact Role and link it to the Opportunity.Is this possible? What’s the best approach for this? I looked at having 2 models and using a Subquery, but couldn’t quite get it to work (as the Join Object only allowed me to select from the standard objects, not a model that I’ve created).Thanks!
I have the following custom field renderer: 'renderInitials': function (field, value) { value = skuid.utils.decodeHTML(value);<br>var nurseModel = skuid.$M('Nurses');<br>if (!nurseModel) {<br>var runCreateNurseModel = skuid.snippet.getSnippet('createNurseModel');<br>nurseModel = runCreateNurseModel();<br>}<br>if (field.mode === 'edit'){<br> &nbsp; &nbsp;var initials = [],<br> &nbsp; &nbsp; &nbsp; &nbsp;currentRN = value,<br> &nbsp; &nbsp; &nbsp; &nbsp;renderer = false,<br> &nbsp; &nbsp; &nbsp; &nbsp;userId = skuid.utils.userInfo.userId;<br> &nbsp; &nbsp;<br> &nbsp; &nbsp;//get options for initials picklist &nbsp; &nbsp;<br> &nbsp; &nbsp;<b>$.each(nurseModel.getRows()</b>, function(i, row){<br> &nbsp; &nbsp; &nbsp; &nbsp;initials.push({<br> &nbsp; &nbsp; &nbsp; &nbsp;
Hi Community, Here is the skeleton of my JavaScript: var element = arguments[0], $ = skuid.$; element.append('<canvas id="myCanvas" width="800" height="50"></canvas>'); setInterval(function(){ var canvas = document.getElementById('myCanvas'); var context = canvas.getContext('2d'); function ReachForTheStarsYaLongEaredGaloot(bunny) { } ReachForTheStarsYaLongEaredGaloot('Bugs'); }, 250); Notice that I am using setIntervalI() to ensure that the DOM is loaded and I have access to the canvas element. This works but I am wondering what is the proper pattern? I suppose I could use this as an alternative: $(document.body).one('pageload',function(){ ... }); Any guidance is appreciated. Regards, Irvin
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
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.