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 built two panels Open cases and case Detail. I’m trying to add the case owner name to the detail page but it is showing up blank. I did notice when I select that field (owner) the Field Renderer shows it as Custom (run a snippet) with no other choices in the drop down. All other fields that I added have standard renderer.
How can I edit the panel CSS to make the left side panel span the entire screen height?I’ve tried height and max-height at 100%…
Our client success team is copy/pasting a bunch of different fields from a Case into a calendar invite when working with our clients. I’d like to be able to give them a pop up that combines all of the info onto a single space to copy/paste into a GCal invite. The template works and looks exactly how we want, but when you copy/paste into GCal, the formatting goes whacky and templated pieces show up on different lines. This example shows a name with a title on the same line in the pop up and the subsequent pasted version in Google calendar.Any ideas on how to make this:Not show up like this:Thanks,Joe
Hi,I have home page component (Visualforce area) with links. Those links used to point to Salesforce list views. Now I want to replace those standard list views with Skuid tab pages. There are 10 list views but I don’t want to create 10 different Skuid pages. Is there any better way to optimize? single Skuid page? How should I link these pages with my home page links? Currently, this is what I have thought of. I will create single skuid page with 10 different tabs with different tables(and models). Now when I started linking these tabs for each of my link in home page component; it is not working properly. I have given name to each tab and appending URL with #tabname which I am using for linking. However, all the links are opening to first tab itself. Please let me know what is the mistake. Is there any better way to accmoplish this requirement. (Note: I have not created any VF page. I am directly linking skuid page URL to my link in home page component. Not sure if I need to create VF
Not really a problem, but this added by default much of the time.
This one is rather difficult to explain, so I’ll defer to steps to reproduce and sample page for the details. In short, in certain situations, a reference field value is not being rendered properly after selecting from the lookup popup window. Steps to reproduce: Create a new detail page for account Add the “Owner ID” field to the field section “Basics” (you could pick any reference field) Save the page Preview the page picking an existing account Toggle the ownerfield in to edit mode click the magnifying glass remove the default search filter so all results display Go to any page other than page 1 and select a value by clicking the “link icon” - The problem does not happen if you choose an item from page 1 Actual Result Lookup closes but the Owner ID field shows the old value Expected Result Lookup closes and Owner ID displays the new value A few notes: The OwnerId and Owner fields in the data row (skuid.$M(‘Account’).getFirstRow()) contain the correct values, it’s just that the ui i
My question is along the same lines as this post How to show wait message that is used by actions.I am trying to accomplish the same using the Action Framework. See screenshot below:My issue is that the first Show Message and block UI is never shown (or is happening so fast that it is not perceptible). The async remote call is executed and falls through to the next action w/o waiting until the promise is invoked.What are my options? Any guidance is appreciated.Best,Irvin
Hi,I have a product in other currency than the Default:STD 5,755,723,707.74 (EUR 237,331.07) If in Salesforce I change the currency to USD (for example)USD 5,755,723,707.74 (EUR 4,649,605,748.26)The Price quantity remains unchanged (as expected) and the Conversion to euros changed (as expected)In my skuid page is not working as expected:STD 5,755,723,707.74 (EUR 237,331.07)If I change the currency to USD:USD 293,790.95 (EUR 237,331.07)Skuid is respecting the converted price not the real one!!!
Does skuid work with public caledars and resource calendars? If so how are events distinguished. Right now we have a Skuid calendar that just brings in all events and we are having users share their calendars with roles or subordinates or specific users if they want the to be able to edit their events. For instance, the medical department, who schedules all the doctor appointments, needs to be able to edit each other’s calendar events. I am just double checking to see if this is the best way to use events on the calendar or if it would have been smarter to use Public and Resource calendars.I think I am fine because it is working well. Just wanted to check my method.
I have a Salesforce app called Picture Uploader with a custom button that works just fine in the native Salesforce UI. I can’t seem to get working in Skuid. The custom button is on the Contact object with the following OnClick JavaScript:var untreatedUrl = “{!URLFOR($SControl.btydev__Picture_Upload_Processor, Contact.Id)}”;var retUrl = untreatedUrl.replace(///g, ‘%2F’);var retUrl = retUrl.replace(/?/g, ‘%3F’);var retUrl = retUrl.replace(/&/g, ‘%26’);var fullUrl = “/p/attach/NoteAttach?pid={!Contact.Id}&retURL=” + retUrl;//alert (fullUrl);parent.window.location.href=“/p/attach/NoteAttach?pid={!Contact.Id}&retURL=” + retUrl + ‘%26autoMapValues=1’;What I’ve done that isn’t working:I’ve created an inline snippet with the above code. I’ve created a custom “run skuid snippet” button that points to the snippet. I think the part that is not working are the Skuid-specific javascript references that should come first in the snippet before the snippet. I welcome your tips.Thanks!Kri
Hey all (happy thanksgiving to my American friends), I am having a strange issue when I change record type on a page. The field editor is tied to the Task Object. I have included the RecordTypeId field so I have an editable field on the page. However when I change the record type by editing it inline on the view page, the Status and Priority fields are wiped clean. These are fields that are accessible in both record types and the picklist values aren’t restricted by record type so baffled as to why a record type change would clear them.
I’m trying to create a model for one of my custom object’s history. When I go to create a model I can find the history object of all the standard objects and even the __History objects for Skuid’s objects but my custom object’s (PO_Item__c) history object is not coming up (expected: PO_Item__History).I have verified that this object exists in the developer console and there are even records in it, but I just can’t get it to appear in the model SObject picklist.Any ideas?
Hello again!If you have a page with an action that launches a popup which contains a page include, is it possible to have a save button in the page include that refreshes models from the page which launched it?
I have several Field Editor sections that are currently stacked in a vertical column. I’d like to put them side by side, but can’t seem to get them into the same template or panel set. Is it possible to arrange Field Editors side by side?
Morning Folks!I’m using a row action on a table to create a new row whilst populating its fields with data from the original row. This is working fine except for using a formula field on the original row to populate a field on the new row.I’ve tried re-querying the model before updating but that hasn’t fixed it - the field comes up blank.Any ideas?Cheers!Louis
Hey guys, I am a very new Skuid user so apologies in advance for what I expect are a string of newbie questions. I am stoked to be working with this framework though as it’s pretty awesome!One of my first tasks is building a new task view page, and I am finding that I can’t find all the fields I would see even on a normal task page. For example, the “Phone” field one typically finds on the task layout is nowhere to be found. I would expect it to be accessed via the WhoID but no luck there. Appreciate any help! Thanks.
I’m trying to display an element from an app (matchmyemail) by using a template/iframe. It works when I use the url I got by inspecting the element and keep the specific record ID as is. I can’t seem to get it to work though whenever I try to replace the ID with any merge syntax Here’s the error message I get in the editor page with all the attempts I’ve made so far: “Visualforce Error Id value is not valid for the Contact standard controller” Here’s the syntax I’ve last tried: https://mme.eu3.visual.force.com/apex/EmailMessagesContact?id={{{id}}}"; width="100%" height="500"> Any help would be appreciated.
The new conditional rendering features added to the Dreamforce release are killer, thank you! Came across an issue related to the proper evaluation of a conditional rendering property marked to number of rows in model. In appears that the evaluation is using === / !== and unfortunately the data types are different (data.length is numeric while the value from the xml is string). This results in incorrect evaluation. Steps to reproduce: Create a new detail page for Account Remove everything except page title Add 3 templates First template with text “Show if RowCount == 1” set to conditionally render when # of rows in Account equals 1 Second template with text “Show if RowCount != 1” set to conditionally render when # of rows in Account does not equal 1 Third template with text “{{$Model.Account.data.length}}” Preview the page picking an account when prompted Actual Result Template #2 appears Expected Result Template #1 appears Repro Page <skuidpage unsavedchangeswarning="yes" showsi
I want to create a page that shows users all of the ideas submitted for a specific Idea Theme. The only thing I’m struggling with is how to give users a way to “upvote” or “downvote” an idea in the table using a row action. Essentially, the action would be creating a new “Vote” record, associated with the Idea row from where the action was clicked, with some predefined values (type=Up, createdby= User ID of Running User.) Here is the API documentation: http://www.salesforce.com/developer/docs/api/Content/sforce_api_objects_vote.htmHow can I do this?
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.