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 an aggregate model displaying results in a table. Some of the “grouping” fields shown in the table are the name fields of relevant records, but they don’t appear as links to those records as they normally would when including those fields in a field editor, template, or a table based on a “normal” model. How do I get these links to appear so that users can click and go to the record? In some cases I also want to create an alternative link, because I need to supply an additional parameter, but I don’t seem to be able to create a template with data from fields in the aggregate model. How would I make such links?
The width of the textbox for a picklist differs between different picklists. It seems like the longest selectable value controls the width up to a maximum width. Is it possible to manually set this width so that longer texts can be displayed and also so that you can align picklists on both sides when they are in the same column?
When working with the “WhatId” (aka “Opportunity/Account Id” or “Related To”) field on the Task and Event objects, Salesforce lets you pick from lots of different possible target objects. On certain Skuid Pages, I would like to limit the set of possible target objects to, say, just Opportunities, or just Accounts and Cases, so that the user doesn’t have to scroll through a list of all the possible target objects. Is this possible with Skuid?
Since the Page Title already has the record name in it (in this case, the Project Name), I don’t want to include the Project Name in the field editor right below the Page Title. It takes up a lot of space and is only necessary in case someone needs to edit it. Can I use a template instead of the Page Title component? Can you give me an example of the html/css that would need to be in the template? Thank you!
I’m ending up with some wide table forms… so the position of the filters and buttons on the right becomes a big problem… they’re invisible unless you scroll left and they’re not where you would expect them to be… since people scan from right to left isn’t there any way i can move them… maybe with a custom script ?
I have a client list page I want users to use the generic filter to find by first name, last name etc and display the results in the list (as opposed to setting up custom filters) but i want the page to start empty… not by showing an unfiltered list of clients how to i set up the model so that initially it dispalys nothing… and then lets the filter be applied to show the clients that match the filter
I would like to change the default text that appears when I hover over the green plus icon on a Table from “Add New {Object Name}” to something custom, for instance for a Tasks table, change it from “Add New Task” to “Add Task / Log a Call”. Is this possible?
To generate a DrawLoop document, I want to make a button that does this: window.open(“/apex/loop__looplus?eid={{Id}}&sessionId={{$Api.Session_Id}}&autorun=true”) Where “ID” is the SF record ID of a record currently in use by my model. When I tried to put this into a simple redirect button (without the “window.open”) it interpreted my curly braces as literals. Is there a different syntax I would use to it that way? Alternatively, I should be able to make this out of a snippet, but what is the syntax to retrieve specific field values of specific records in the models on my page (and the Session ID) in the javascript?
I’d love to see a checkbox/boolean renderer where I can click on an image instead of a little box. For instance, I’d like to provide (links to) separate images representing “unchecked” and “checked”, and when you click on the image it changes to the other one and changes the boolean field’s value. I can think of some parts of how to do this, but I don’t think I know enough about the Skuid object model to do it all. Is there an example of such a solution?
I’m creating a button that will launch a DrawLoop function to generate a nice doc for printing in another window, but it needs the current user’s Salesforce session ID. How do I access that?
I have a picklist of a bunch of statuses (new, submitted, rejected, in progress, etc.), but ideally the user should only be able to choose one (submitted) or leave it alone (new, or approved). Is there a way to make a button on a Skuid page that changes the value in a field on that page to something specific (and then even saves the page, perhaps)? Then the user doesn’t have to click on a field and then choose a value in the field, they can just click once. Right now I’m contemplating adding a new picklist field that has only the two the values in it, then a workflow that can update the main status field once they save their changes, since there isn’t a good way to limit which values the user can choose in a picklist field. Obviously that’s hokey, though, and doesn’t improve the UI experience, either.
Can I combine Skuid pages with Visualforce site templates features so I can provide custom branding around my skuid page? Or should I just embed the Skuid page in an iframe in a normal force.com page? (http://developer.force.com/cookbook/recipe/customizing-the-look-and-feel-of-your-force-com-site)
I seem to recall an example of concatenating or “rolling up” into a single field the values in a text field from records of a child object. For instance, I’d like to show the names of relevant (i.e., filtered) students in a single field on a class object. I could create a table, but it would be smaller and more simple to see in this case with just a quick list of their names. I don’t know how to do it, though, so if I’m remembering right, can you point me to the relevant example?
I have a data model which consists of a single parent object that will have multiple child relationships. I want to create teh parent and all the children in one go, or have a way of creating the parent, and then the children in a multi step process like they user is filling in ‘one form’ I can’t seem to find a particular example in the docs?
Is there a way to set a condition on one table so that it shows records linked to the selected record in another table on the same form I think the first problem is that there is not a way to “select” a record, other than to check its checkbox it would new a “record selector” that make the id of that row available in javascript (?) so that the other table’s condition could get access to it This is a pretty common pattern… in this case i want to display a list of statements for a client… and list of payments for the selected statement I could do it by use a row level action and going to another form… but it would be really nice to do it on the same form
I need to trigger creating statement records for clients so i need a way to put an input field on a page where a user can select a date and click a button to create all the open statements I’m guessing I’ll use a visual force page that will contain the code to create the statements and then do a redirect back to the page where the process starts so how do i put an “unbound” text box and a button that will launch the request… or do i need to do that in a regular visualforce page ?
I’ve created some Skuid pages which work great with a standard SF license, but when I go the page when logged in as a partner portal user I get a general permissions error. Other then ensuring that the portal user has access to the underlying objects for my pages’ models, is there anything special I have to do to ensure the page works for partner portal users, such as add permissions to Skuid components?
I’m attempting to create a table from an aggregate model, but the column headers are not looking very friendly. Can I change these?
I am passing a date as a URL parameter into a Skuid page, and I’d like to use it in a page title or template on my page. I have several models on the page, but one of them that I want to use it with doesn’t actually have this date as a field, so I’d like to retrieve the date from the URL parameter instead. Is there a way to do that?
be nice to be able to format the buttons to give them an uniform width (i know… picky, picky) Note: This topic was created from a reply on the Create Buttons on Tab topic.
Is there a way to get the current date to use in a template or a page title? It isn’t a field in any model that I have on my page.
I’m building a template and want to add a field from my model, but the field picker for the template isn’t showing it. I can manually type in the field’s name and it works fine, but when I try to use the field picker, it doesn’t appear there. See screenshot (Even when not using the filter function on the picker it doesn’t appear.)
I’m trying to create a link that takes a Skuid user to a specific page when they click on a person’s name. I don’t know that I necessarily want to override pages, as this will require more info than just the ID of the person’s Contact record. I figured I would just make a template with an HTML anchor tag that goes to another Skuid page. Here’s what my template field says: {{Student__c}} But here is what it looks like when it renders: Obviously something funky is happening with how the HTML and merge fields are interacting. What am I doing wrong?
Hi Skuid Team, What is the best way to integrate with Conga Composer? I’d ideally like to either open the conga menu within one of my tabs or for the conga menu to open in a pop-up after a button press. Thanks Sam
Ok so, when you’re on an account page and you click “Add Contact,” on the new Contact form it should auto populate the the Account field with the name of the account. This normally goes through URL parameter, I think, but if your New Contact page is a Skuid page, the override takes over the url parameter… so how do you do the “New Contact” redirect so that the new contact will be automatically associated with the Account?
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.