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
Hi there, I’m having some troubles passing URL parameters to a page include. Here’s the example: I have a page called TaskLogCall that accepts parameters to populate WhoId and WhatIdOn my contact detail page, I create a popup with a page include that includes the TaskLogCall page. In the field for setting the querystring, I pass in the parameters required using the same format as on this documentation page. Expected result: beautiful pre-populated fields in my pop up. Actual result: painful emptiness. What am I doing wrong? Thanks.
I’m using a template field in a table to provide a link to the “attach file” wizard. Instead of displaying clickable text in my table, I’d like to display the paperclip “attach” icon. My link works well if I use text (between _parent"> and tags), but if I put in the div class to insert the icon, the icon displays but is not clickable. Here’s my template field: {{#Attachments_Allowed__c}}<div class=“sk-icon sk-icon-attachments”style=“display:inline-block”> {{/Attachments_Allowed__c}}
I’m happy just having this be a button that triggers a redirect but can’t figure out how to get the link.I have Sales Order Forms (custom object) related to Opportunities. Once a deal is closed, I want to give my reps the ability to go into the new SOF start. This is the related list from the Opportunity:That “new” button is what I’m trying to replicate on a Skuid page to take the rep here:This brings them to the following page with some fields populated from the Opportunity including the link to the Oppy.ThanksThis is the crazy link that I see when I click new:https://na1.salesforce.com/setup/ui/recordtypeselect.jsp?ent=01I30000002LWp0&amp;retURL=%2F0063000000wQFmr%3FsrPos%3D0%26srKp%3D006&amp;save_new_url=%2Fa0j%2Fe%3FCF00N30000009rVy5%3DADP%2BWeinstein%2B2015%26CF00N30000009rVy5_lkid%3D0063000000wQFmr%26retURL%3D%252F0063000000wQFmr%253FsrPos%253D0%2526srKp%253D006
I have a multilingual skuid form that has been made using translated custom labels and translation workbench. The form adopts the language correctly when switching the running user language. However I want to send out this form to external users using force.com sites. This means that the Sites Guest User will be the running user and the locale settings of that user will control language. Is it possible for me to somehow override this so that my force.com sites Skuid page can be translated. I can think of four different approaches to get the language code and either one of them would be ok for me1: Using an URL-parameter2: Using a hidden field on the record edited (so language would be pre-filled before sending out a link to the form3: Using a picklist so that the user can change language themselves4: Using the Browser language setting Can this be done using any of the above approaches?
See screenshots below for the deck component in the skuid mobile composer - is there a way we can deactivate this so users won’t hit it by mistake?
I use “editor.handleMessages()” a lot to show messages to the users. If a user clicks on the message, it simply goes away. Some users think that this somehow fixes the error (yes I know it’s funny…). It would be great if clicking on the message could run a snippet or redirect them to a page to fix the problem. Is there a way to do this?
Is there a way to show a message to the user in skuid mobile? Maybe as a notification or something?
In the standard Salesforce interface, we see our currency fields formatted like “123, kr.” which is what we want, but in the Skuid pages it’s “kr123”. Now I could make a custom renderer for those type of fields, but this seems like something that should carry over to Skuid (it doesn’t look like the correct format is bound to the standard layout). Does anyone have an idea of whether this format can and should be carried over?
Hi,I am getting selected records ids but my main concern is In the apex class getselected method is used from Standard set Controller.So my issue is that what should i pass in URL so that it accepts those selected records ID’s because every time i am passing selected record ID’s it gives me error message of Invalid ID.I am trying to make One List View button from one of Apps.So can you please assist me what we can do for the same?Thanks.
On a visualforce page, I could paste the following to change the page title and the short cut icon: https://therapitas--c.na11.visual.force.com/resource/1418791105000/SquareLogoIcon"; /> Theranet by Therapitas When I insert this into a template field, it changes the title but the icon doesn’t change. Is there a way around this?
Each time I select a line item and then close the opened page, the included copyright statement at the bottom of the page duplicates itself.
I have a simple Queue that loads a Page Include. That page then has a Field Editor in Edit mode, and the page has “Warn users if page has unsaved changes” set to Yes.If I click an item in the queue, and change the form, the proceed to click another item in the queue without saving the form, the changes are lost and there is no warning.I tried to create a multiple action flow for Queue, where I would use a snippet to check if the model was dirty, and if so warn the user. But I don’t see a way for the snippet to abort the before running the next action nor stopping the queue from updating the page include. I also don’t see any option to Update Page Include in the multiple actions on the queue (only in the main single action dropdown).Any ideas how to work around this?
How can I clone Row Actions? I have 5 different versions of something that I need to create and they are just small modifications from each other. I’ll then need to replicate that for 3 more tabs on other pages or within the same page but different tabs. Am I going to have to do the step by step addition for each component?
I have alternating color table rows, but I’d like the first column to be gray. Is this possible?
Even tried creating a formula field on the Pitch object for the display template of the field. It’ll display the Pitch formula field in the picklist but still sorts based on the Name. I resorted to adding “0” in front of each entry in the Pitch table so it sorted the way I’d like and kept the formula field to display the value of Name.
I followed the awesome AF deep dive video here: https://community.skuid.com/t/deep-dive-skuid-actions-framework and at 20:38 it takes us through logging activities with one-click. Absolutely love it.I was then asked to allow our inside team to leave a quick blurb in the Description of the Task for what the voicemail was about. How do we set a bunch of default values as demonstrated, but also have a pop up for the description field to show up as well?Create row in modelSet default valuesShow pop to gather additional information and attach to row created aboveSave row and close pop upHow do we attack this?Thanks
We have a client that has multiple apex controller classes linked to VF pages. The controllers use SOQL inner joins to create variable sets pulling data from multiple objects AND creates virtual fields for data not stored in salesforce objects. Does skuid allow the ability to access and display apex variables in a table? The code below is a simplified working VF page. It references an apex controller: PPL_Client_Account_Selection that does a join of a couple salesforce objects as well as defines a virtual field called: !account.selected that does not exist in any salesforce object. Goal is to use a skuid table that displays the controller variable data. The best that I can determine is that skuid tables utilize a model for displaying data and models can only reference Salesforce Object data and not an apex class variable. <apex:page standardController=“Portfolio_Proposal__c” extensions=“PPL_Client_Account_Selection”> <apex:form > <apex:pageMessages /> <apex:pageB
Is there any way to “refresh” a model/screen after a drop-down box option has been changed? I have a template box that holds an image of the item displayed in a drop-down. I’d like the image to change when the drop-down is changed, but the user has to save the model before it will update. Any JS options maybe?
Hello Everyone,I created detail page that should simplify process of filtering candidates to project and assign them to long list.What I would like to do:1.Choose the project - it works2. Choose the candidate 3. Assign it to Longlist (In Salesforce is a object where are master detail relations to project and to candidate)I have problem because I made custom global action but it doesn’t work. I can choose candidate but any fields are populated.I am very new in coding so I would be very grateful if someone could point my mistakes:var params = arguments[0], $ = skuid.$;var $ = skuid.$; var model = params.model, list = params.list, selectedItems = params.item ? [params.item] : list.getSelectedItems();var models = skuid.model.map();var Candidate = models.Candidate;var LL = models.LL; $.each(selectedItems,function(i,item){});$.each(selectedItems,function(){ var row = LL.createRow({ additionalConditions: [ { field: ‘Candidate__c’, value: this.Id, operator
Hey. For many pages we have, we need to let administrators have more control (edit, modify etc.) than others. We would like to do so in as maintainable, DRY way as possible.For a given page for which I want to apply variable permissions of what one can do (as administrator or normal user), the only way I’ve seen so far is to make two versions of the page, each assigned to different profiles. That will lead to inconsistencies in the future between the pages however, or we would have to copy paste new functionality between the two pages. That’s going to become a mess for sure.Is there a better way to go about this that someone knows about?Edit: Guessing one could use permission sets or somesuch in Salesforce? Don’t have much experience with that to tell.
I’m having a problem with users that don’t have admin rights being able to see a skuid page. The page is for an individual record.This is the error message I see:There is an implementation restriction on OpenActivities. When you query this relationship, security evaluation is implemented for users who don’t have administrator permissions, and only a single parent record may be evaluated. An unexpected error has occurred. Your solution provider has been notified. (skuid)I’m not sure what’s causing the problem. We have one template field that counts the number of Open Activities related to custom object that has a detail to master relationship to the primary object on the page. However, when I remove that field from the page, we still get the same error. Any advice is much appreciated.
We’re in the process of adding images to our pages using the file component tutorial outlined here.The other purpose of having these images is to merge them into a document a little further down the track, using one of the document generation apps.I’m just wondering whether the images stored on a field in an object (as a lookup to attachment) are stored with a public url? or are their security settings controlled by the object they are attached to?I’ve pulled up three related fields for an image using file component. I expect we would use the Url field to merge the given image into a document, but I just want to clarify whether this is stored as a public url or not, as I can’t seem to find that setting anywhere on the attachment.Any help appreciated. Thanks.
Trying to create a filter based on record owner (this is for the table of accounts on AccountsTab but should be similar for other objects). I have the filter set up like so: And I get output like so: As you can see each owner is listed multiple times. The weird thing is it does seem to work if I select a specific person, but the three problems are: 1) Obviously each name is repeated multiple times which looks very broken 2) There are many owners not represented at all3) Once I select an owner, none of the other owners are available for selecting. I have to go back to “Any owner” to make the other owners visible again. I guess because the rows in the model have been filtered so the entire list of owners is no longer available? So just wondering if there’s a way to get this working more neatly or if I have to create a manual source for each user which would be sucky to build and maintain.
I’m trying to make a mobile version of a series of Objects and (skuid) Pages that I refer to as the Portal. This portal uses Opportunities and 4-5 custom objects, and is used very often by our brokers and sales support reps. The first question I had, was do I develop this in Salesforce1 or Skuid mobile? I decided to do both! I love skuid’s ability to add custom actions, which Salesforce1 is lagging behind in. I can also reuse a lot of my Javascript from the desktop pages. I also love the way Salesforce1 looks, which (no offense) looks a lot prettier than skuid mobile. I am trying to use Salesforce1 for most of the look and feel, and use Skuid mobile for all of the custom actions that we use. My first question is, is this a good idea? Socondly I’m trying to add custom publisher actions as visualforce pages that redirect to my skuid mobile pages. I keep getting an ugly looking half page thingy that looks like this:How can I control the height? My VF page is simply a Javascript redirect t
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.