Nintex Automation K2: Back to basics
Access resources, discussions, and troubleshooting tips to build custom applications and streamline workflows with Skuid NLX, SFX, & EXP.
Recently active
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 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
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.