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’m trying to use a “Page Include” Component on a page, but keep getting my fields/components duplicated on this included page. (i.e. I get one set with the correct values I have in my record, and another set that is blank).I’ve played around with changing the conditions on the included page, as well on the “page include” component (“advanced settings” tab).Here are the settings I currently have in use:For the Original Page:And for the Page Include:And, actually testing it now, I must have changed something – since I’m only getting blank fields in my included page.Anyone have advice? I have a feeling I’m missing something simple/fundamental…Thanks!
I want my users to notice right away when they are making a mistake. We have a table of Project records, which includes a field showing the amount of revenue we have remaining to recognize. We have another field, “Current Month Estimate,” that we use to estimate how much of this remaining revenue we’ll be able to recognize this month. If we only have $500 remaining to recognize, and a user types in $90,000 in the estimate field, I need something to happen. Since I can’t send electrical shocks through salesforce, I am hoping I can use some kind of skuid javascript magic to prevent the user from making this kind of error. Validation rules are not an option. It would be great if it were a real time error popup or rendering the background of the field red, or preventing a save to that row and showing an error message…Any ideas?
Is there any way in the mobile builder to remove to “Showing Rows 1-1 of 1” especially when pulling up user data for example?
Hi there,After overriding our ContactDetail page using the tutorials provided by Skuid, I noticed a strange error… I can only view the new Skuid page from a System Admin profile.Every other profile or user receives the following error:“Implementation Restriction: activity aggregate relationships only allow security evaluation for non-admin users when LIMIT is specified and at most 500”I have attached a screenshot of this error.Thank you for your support,
I am trying to create a work scheduling Calendar and need to be able to filter the calendar based on users, ie., so we can see what each user has allocated within their current Calendars. Not being able to filter the calendar on user means there is too much in the calendar to be able to see where the gaps are and thus schedule in work. How can I add a filter to allow the Work Schedule to filter the calendar by User ?Thanks
We have a table of all the latest tasks appearing on our home page so people can see what’s going on. I’d like to add two row actions - one that pops up the individual chatter post for that specific task, and one that pops up all chatter posts for the account the task is assigned to. I was following the instructions here, but I get a “URL No Longer Exists” error message instead of loading the chatter feed. Any idea how I can set it up correctly?The table itself is based on the Tasks model - not sure if that makes a difference.Thanks!
Okay, so I am not 100% certain how best to skuidify a particular page in my environment. We use a product called E2CP (E-mail to Case Premium) to send e-mails to the customer, and they use a VisualForce page that contains all the relevant fields for their product, as well as a simple block of the VF page that allows me to add my own custom fields.For obvious reasons, I’d like to be able to turn this into a skuid page, but I am not sure how best to approach it. I could clone the VF page and try to edit it to include skuid components, but I fear that would mostly just be a wrapper around the problem.The E2CP VF page is what (to the best of my understanding) fires off the triggers when I send an e-mail, so simply adding new information into the Body of CaseComment will not fire off an e-mail, and the E2CP SObjects don’t seem to contain a ‘comment’ section.I’m not sure that I am looking for an answer, so much as guidance on how best to proceed, since I don’t know if anyone else has ever ru
The requirement is to create a “Row Action” on a quote table. Which simulatesthe ‘Create PDF’ functionality in Salesforce.I currently have a Row Action that redirects to the generated quote pdf. (/quote/quoteTemplateDataViewer.apexp?id={{Id}}&headerHeight=145&footerHeight=49&summlid=0EHi0000000Xzbo#toolbar=1&navpanes=0&zoom=90) But I cant save it to the quote. Is it possible to accomplish this functionality within Skuid UI
Is it possible to write a snippet to retrieve quote line items from a quote? The page containsonly Quote Model and a related task table. I would like to copy all quote line item details into a new task description field?
I have a use case where we want to sign input by drawing a signature on a iPad screen and store it in Salesforce as a SKUID-image or attachment. I did a quick search of jQuery plugins with matching functionality and found a few. If you have used any of these I’d appreciate feedback or recommendations on choice of plugin and if anyone has sample code for using with SKUID that is of course even better. These are the plugins I found:SignaturePadjSignaturejQuery UI SignatureSignature PadWe might need to send out copies of the signed documents with SF email templates so storing as an image is probably better than storing a JSON object.
Is it possible to slide in a new panel in the mobile builder from a custom component? I can’t find any info about this in the dev docs. I’m moving a custom component with a google map from a desktop page. In the desktop page I have a links from map markers to a checkin page with a redirect. However in the mobile version I would prefer to stay within the same page and just switch the active panel. Is that possible?
I’m putting together a custom clone page using Skuid, to copy a parent & all related child records.Before I get too far along, I just want to get a better understanding of what fields are cloned. From the documentation for “Custom Clone Account Page,” I can see that you do not have to have the fields on the cloned page to work.But will I need to have any fields I’d want cloned “checked off” in the model on the original/clone page?Thanks!!
I have a page where I do not want to use a queue… because I want the user to be able to add to the list of programs on the left. When you click on the calendar icon for a program the list of “program years” for that program displays (using a condition) in the table on the rightthe issue is that when the user click on the tab, i would like to run the filter and display the program years for the first program in the list… to do that i need to run a snippet when the tab is clicked on… is there a skuid way to do that… or do i have to do some sort of jquery thing ?this is a very generic thing for applications i build… i will need to do it on many, many formsI can set an ID on the program tab using skuid… but that id is not for the text in the tab itself… but only for the body of the tab… so to get the tab link it looks like I’ll have to attach to the onclick of the LI element
Another option for me would be to use an include page control, load it with a blank page to start and when the user clicks on a program run a snippet that loaded a detail page into the included page control and set the program id in its url.Can you load a page into an included page control using javascript ?I don’t see it in the api.
Hi all, I’m trying to export a SharePoint 2016 Responsive form into a old responsive designer on SharePoint online. Everything in the documentation I’ve found says this is possible. However, when I select my xml file and click import, nothing happens. Nothing. No clicky, no spinner, no hourglass, nothing. What is going on? Any help you can give will be appreciated.no clicky:
Hi there,We have a field on our events object called IsBehind__c. It determines if we are behind on one of several steps we have to accomplish when we plan events. Is there a way to conditionally change a row in a queue so that it appears with a red background and white text if IsBehind__c = “Yes” for that record?Thanks!
I’m having a little trouble creating a salesforce tab named tasks which redirects to a Skuid page with some task tables. The tasks are not linked to a specific record so I’ve made a VF page using ‘Task’ as the standardController. I’m getting the error: Error: List controllers are not supported for TaskI'm sure I'm doing something daft here... Any ideas? Thanks! Here’s my VF page: <apex:page standardController="Task" recordSetVar="c" extensions="skuid.Redirects" action="{!redirect}?page=TaskTab"> </apex:page>
This is a tiny issue but I thought I’d raise it! When you create a toggle filter button in a queue the only clickable area is where the text is - the rest of the button is unresponsive.
I’m building a pretty large page for contacts, and it’s being a little sluggish (it’s taking about 5 seconds to save because there are 11 models). I have a couple of questions:Is it possible to have different pages defined and have the “Master” save defined in the page header, or would I need to do some JS to accomplish that? Is it recommended that I break up my “tabs” into separate page’s? I’ve got 2-3 subtabs on many, and I think it might be slowing things down by having so many models loaded simultaneously, and I also don’t want to run into the char limit. Thanks!
I need to arrange multiple accounting type fields which all reside on a single record into multiple rows and columns of a table.Billing Code, Start Date, End Date, Monthly Units, Annual Units, RateBilling Code2, Start Date, End Date, Monthly Units, Annual Units, RateBilling Code3Start Date, End Date, Monthly Units, Annual Units, RateThe problem I am running into is that all the fields are located on a "Service Contract Table". I tried using the "Field Editor using multiple columns but I do not want the field names to show up in the table because it takes up too much room.Any suggestions to arrange Object/Record Fields into a table like view? It may be better to create an Object called "Service Contract" with a Master Detail Relationship to "Billing Codes"? But since we are limited in how many objects we can use I am trying to use one object to accomplish both.Thank you
I have a page which can create a new Account, Contact and Task (Log a Call) all within the same screen.The Account and Contact fields both have required fields. I have the main Save button wired to all three models.I would like to give the user the option of creating one or all three new records. Is it possible to only apply the Required fields requirement if the model is not blank? Currently if a user fills fields for company, decides that is all that is currently important, and clicks save, the user gets an error that a required field is not complete (from the Contact last name, in this example).Will separating the save button to the three models individually get rid of this behavior? Thats a lot of save buttons!Thanks, Jacob
Is it possible to change the default “–None–” value (when you have a required field and enable the ‘Add “None” option’) to different text? In our case, we would like to tell the user to select something (“Select…” for example) whereas “–None–” implies they selected “None” as their value. This is especially confusing when the dropdown includes the value “None” as one of the options.Maybe this can be done with labels / translations?Thanks as always!- Chris
We have multiple sort functions on 1 page and when we sort 1 column by ascending, it seems to sort other columns as well which is causing some confusion. Anyone else come accross this?
Hello,I’ve been able to create a force.com site and include a Skiud page as my Home page…which is basically an AccountsTab (listing of Accounts)…now what I would like to do…is have to ability to drill down from my AccountsTab home page…into my Skuid Account Details page…how do I go about doing this? Thank you!
I have a Custom Component with an id of cTest. However I can’t access it with the jQuery id selector. The inline code is var element = arguments[0], $ = skuid.$; element.html('Hello <b>world!</b>'); // This works ok $('#cTest').html('Goodbye world'); // This does not work What am I doing wrong?
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.