Learn about the latest Nintex capabilities at New at Nintex
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
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?
I like to put a line return in the label for a table column, but it seems to strip out any html tags i put in. Is there a way to do this ?
I am trying to add a custom Javascript Button to SKUID this is a working functional button. Here is the button code:{!REQUIRESCRIPT(“/soap/ajax/24.0/connection.js”)}{!REQUIRESCRIPT(“/soap/ajax/24.0/apex.js”)}sforce.apex.execute(“SGSFA_NA_OverLay”,“OverlaySales”, {id: ‘{!Opportunity.Id}’});window.alert(“Overlay Sales Team has been added” );window.location.reload();I have added the requirescripts as external resources in Skuid and taken them out of the code in the snippet that I am adding. However, when I press the button I get the following error:POST https://sungardas–ebuatb–skuid.cs11.visual.force.com/services/Soap/package/SGSFA_NA_OverLay 500 (Server Error) connection.js:595Uncaught {faultcode:‘sf:INVALID_SESSION_ID’, faultstring:‘INVALID_SESSION_ID: Invalid Session ID found in SessionHeader: Illegal Session’, }Any ideas on how to get this working would be appreciated. Thanks!
This is a pretty basic question. I want to display all events that are related to multiple Account records that meet a certain criteria. I am having trouble pulling in the related event records.What is the best way to approach this? For example, I have hundreds of account records with a picklist equal to ‘Office B’. I want to list all events that are tied to any of these account records. Thanks!
I’m 3 days into Skuid and loving it. I’m looking to display a photograph on our student detail records, however I don’t want to have to add the photos to Salesforce as attachments/images.We already have the images on a gallery type website, and I have the URL’s that I can add to the custom Student Object. The field would be a text field with the full “http://server.com/images/12345.jpg”; sort of thing.Would I use an inline snippet to render the image as a field? I don’t suppose anyone has such a snippet around already… 😃
So I have tab component on one of my pages – and I’ve got three tabs set up. Tabs 1 & 3 are a-ok, but Tab 2 keeps giving me issues. Basically, when I’m on either of the good tabs, I’ve got about a quarter inch of space between the sidebar & the skuid components; however, on the 2nd tab, I have an extra quarter inch of padding.I’ve tried rearranging the tabs, deleting the tab, creating multiple new tabs, adding components & fields… but still having the issue with that tab and any others created.It’s strange because my original tab, as well as the third tab I created are working fine (albeit, the third tab does give me about 2-3 extra pixels worth of padding).Thoughts anyone?Tab 1 Selected:Tab 2 Selected:
My skuid page will eventually take the place of a custom VF page, which is already being used in an override for Account-New. In the initial rollout I would like to use Page Assignments to give most users the older custom VF Page, and to one profile, the new Skuid page.Do you think this is possible? Also, do I have to create a Skuid VF Page for every Object-Action combination that I will be using in the Page Assignments logic?Thanks a lot,Jacob
We are overriding our “Task” Edit and View objects to go to a VisualForce page: MDI.page (Have been playing around with "View/Edit" vs distinguishing "View" and "Edit" separately and the results seem to be the same) The page assignments are set up like so: Both view and edit work as expected when the Task is suppose to load the Skuid Page (type . However Tasks that are suppose to override to the standard layouts don’t work so well… You can view the object fine, but when trying to edit the page it just redirects and ends back up on the view page. Detailed Results: If I try to go to a non skuid override task: [ORG_DOMAIN]/[TASK_ID] It will first redirect to the page override (as expected): [ORG_DOMAIN]/apex/MDI?id=[TASK_ID]&sfdc.override=1 Then redirect to the view task page (as expected): [ORG_DOMAIN]/[TASK_ID]?nooverride=1&sfdc.override=1 When I click the edit button it redirects as follow: [ORG_DOMAIN]/apex/MDI?retURL=%2F[TASK_ID]%3Fnooverride%3D1%26sfdc.override%3D1&
Rather than have a text section wrap to the next line, I’d like to cut it off with an ellipsis. I’ve been messing around with the word-wrap & text-overflow properties, but haven’t had much luck.Any advice? Thanks!
I have a popup configured with a page include and nothing else. When the popup loads, it is centered vertically. However, when the page include content loads, it is a bit long and gets pushed off the bottom of the page. This means the user needs to scroll and/or manually reposition the popup.Is there any way to set the initial top value of a popup?Thanks
Hi there,We use a custom item to track our events (Events__c), and I’m trying to link another custom item to it (called Item__c) and display the related list in a table. We wanted a many-to-many relationship, so I created a junction item called Itemlink__c. I added a model to my page for Itemlink__c and then pulled in the field for the related Item__c. Itemlink__c has a Master-Detail relationship with Events__c, and a lookup relationship with Item__c.The problem is, when I add a new row to the table and pick the item to add, I get the error message “Required fields are missing: [Event]”. Shouldn’t it automatically fill in whatever record I have open for the event field?Thanks so much!
We’re doing some data visualisations in our Skuid pages using several Javascript libraries. They work beautifully, but the only challenge we’re facing is the Apex heap size limit. Being data visualisations, they want to access chunky datasets from our Salesforce objects. The performance in the browser is fine, but eventually we inevitably run into the heap size limit when we exceed 3MB.So I did some experimenting and wanted to verify it here.I separated one visualisation into a separate Skuid page and included that in a new tab in our main page using a page include. I checked the debug logs and we seem to now end up with two heap sizes to work with: one for our main page (which is housed in a Visualforce page) and one for the page include (which runs a Skuid Visualforce page called Include). That suggests that if we do a page include for each one of our visualisations, then we may get around the heap size limit.Is this the best approach for what I’m trying to achieve? When I access the
In my experience, one of the biggest annoyances for standard SF users is that when they use a lookup field to try to find a record, but don’t find one, they can’t create a new record right then - they have to click out of the lookup, go to another place, create a new record, then come back and use the lookup field again.With Skuid, I know I can build a better lookup field (as a picklist or a type-ahead search), but what is the best way to allow a user to say “I didn’t find one, so create a new one and put it in the lookup/search field”? I can easily put a button near the lookup field that functions as a popup in which to create the new record, but the user still has to save, close the popup, and re-search for that record again in the lookup field. Is there a simple way to put that record into the right lookup field right away on the editor I came from? Or do I have to use javascript to do this?Better yet, I’d love to see this built-in, such as a config option on lookup fields for ‘Show
I am hoping one of you brilliant, more experienced administrators can help me wrap my brain around a problem. We provide group homes for autistic and mentally handicapped people. There are usually 3 clients assigned to a home and we provide 24 hour care including paying their monthly rents and utilities. In order to assign accurate rents and utility costs for a house I need to know who was living in the home at any give time so we can allocate costs correctly. It's not complicated I just need a "move in date" and a "move out date" for each client in the home and I need to be able to look back through the whole history of the house to determine who was in the house as of a given month. In Salesforce I have 2 objects. I have a custom object called "House" and a person account called "Client". A client is in a lookup relationship to a house. Is there a way to keep a history including a custom date (since the data entry might not happen on the date that the move occurred) when peop
It looks like I can choose whether or not to show help text on custom fields, but not standard fields. On the latter it always displays, is that right? Any way we can have the ability to hide help text for standard fields, too?
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.