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 display a user’s targets (from a custom object) and their sales (from opportunities) on the same graph. But when I add the second data set, the other disappears. Has anyone else come across this?
I’ve created the below chart but the line is hidden behind the columns.The chart was initially created with the column data as it’s data source and the line’s series was added afterwards.Is there a way to reorder the series so that the line is displayed on top of the columns or is my only option to recreate the chart using the line series first?
Has anyone tried to extend SKUID as a survey builder? Though SKUID quite natural for this user case, not everything is quite out-of-box. It seems that you still need to add quite a bit of extension such as ability to create datatype, skip logic etc which are user driven. If someone has attempted to do this, I would like to understand how you did that. Quite frankly, I strongly hope that SKUID provides this out-of-box…I know that they don’t publish roadmap, but can they confirm or deny this feature in roadmap?
A template marked with “Do not run template on each row” is not rendering merged fields. Steps to reproduce: Create a new detail page for account Add a template to the page Mark the template “Do not run template on each row” Preview page choosing an account Actual Result Template area contains non-merged values but not any fields that were merged (e.g. {{Name}}) Expected Result Template should contain merged fields Notes: The sample page is constrained to a single record in Account model based on url parameter id. However, if you remove the Max Record # restriction (or just increase it) and eliminate the condition for id, the template still does not render properly. If you disable the “Do Not run template on each row” property, the output of the template is correct. Sample XML <skuidpage unsavedchangeswarning="yes" showsidebar="true" showheader="true" tabtooverride="Account"> <models> <model id="Account" limit="1" query="true" createrowifnonefound="false" sobjec
Upgraded sandbox to Superbank 6.8 this morning, after watching the kickin' announcement video. (And just upgraded to 6.8.1 a bit ago) I have a page which has a conditionally rendered save/cancel button. The condition is Model with unsaved changes :  The save/cancel will now not show up when I modify fields in the model. If I remove the condition, they do the grayed-out-inactive to enabled/active thing. I could swear I this was working fine for me yesterday, but I made a lot of changes... SO, I made a super simple new page with 1 model and 2 fields, as below XML. This test page does the same thing. Given the simple test, I don't see what I could be doing wrong.Thanks.XML: ``` {{CaseNumber}} {{Model.label}} <p> </p><p
I have not been able to get this to work and am hoping there is a simple solution to this that I am missing. I am trying to show certain components (fields, tabs etc…) based on the running users Profile/Role Name. I tried the below and it is not working. I need to use name because of ID differences between environments. I don’t really want to have a entire page copy for a different profile as I only have a couple pieces that need to render based on User Role.How can I achieve this?
I have a snippet which is prepopulating a dateTime field, from a previous row in the same model, OR if there are no previous rows, then date should be null and time 00:00This seems to be working fine in our dev org and packaging org, but in a test org the ‘time’ component (which should be 00:00) actually varies according to the user’s time zone setting.How it looks in the dev org when first row is populated:How it looks in the test org when first row is populated: (user’s time zone set to GMT+2)How it looks in the test org when user’s time zone is reset to GMT+10Any ideas as to why this could be happening? And how to make this snippet populate a 00:00 value for the time (across multiple orgs and user time zone variations)Snippet below: var $ = skuid.$, &nbsp;&nbsp;&nbsp; &nbsp;params = arguments[0],<br>&nbsp; &nbsp;model = params.model,<br>&nbsp; &nbsp;<br>// Create a new row in our Model,<br>// with the stack__Date__c field defau
I am having a page with few field editors (had to use field editors instead of different sections to guarantee sorting order of records based on record type).The issue is some field editors gets huge blank space below it. I revised the XML of this field editor compared to others who don’t have the pace and couldn’t find anything.Any work around or other component I should use ?
I am unable to edit my category axes on charts in Skuid… Am I missing something or is there a bug here? In the attached picture, I clicked on “axis 1” and nothing appears in the panel to the right. In the training documents there are inputs for ID, Title, Category Field, and Flipped. I see none of these in my instance. I tried in Firefox, IE and Chrome. Any advice would be much appreciated. Thanks!
When a table contains a drawer that contains a template field marked as read-only, the double-click event is being handled resulting in an “Uncaught TypeError: Cannot read property mode of undefined” exception. Couple of notes: It appears that the dblclick handler is tracking any nx-field inside of the tbody which is leading to the exception since there is no outer tr in this particular situation. The exception appears to be benign and page functionality continues as expected but could lead to issue in the future if further processing were ever added to this code path. Steps to reproduce: Create new page using XML below Preview page Expand drawer for any contact Double-click the value side of the template field Actual Result: Uncaught TypeError: Cannot read property ‘mode’ of undefined and processing halts Expected Result: No exception and double-click should not be handled in this situation since the field is not editable. Sample XML <skuidpage unsavedchangeswarning="yes" showsideb
If I have two “Create new row” actions in sequence, will the context for the second action be the row that I created with the first?
Is there anybody that has applied any kind of Fade In Effects on fields when they “Appear” due to conditional rendering? What I am wanting specifically is a way for the user to notice that a new field appeared underneath the field they are currently editing once a render condition is met. With the field just appearing the user could easily miss the extra fields when working the form. It would be Nice if I could make the field border be Red/Orange and then fade out or something like that. This is not really an issue for the fields that have required information but more for the fields that have “Extra” inputs based on master field.
After upgrading to Superbank one of out customers are rerporting that some picklists now have more options. A quick check revealed that this seems to be because all picklist values from all record types are in the picklist instead of just the values that applies to the record type in question. Have not checked if this is just under certain circumstances but can do more checking if necessary. Just wanted to know if this is a known problem before I spend more time analyzing it.
HI All,I need your help to solve below error.There was an error creating the new Staticresource “Capacity BuilderPages”:No such column ‘CacheControl’ On sobject of type StaticResourceI am getting above error while I am packaging pages in Module.I have trial account for sales force and skuid. Is the issue because of trial Account?
I am not able to find the component in skuid mobile to upload the attachments in latest release. Pls let me know the workaround.
Planning to move all my skuid pages to new org… But Export all pages giving heap size error…
See title. Not sure if this is already known or should have been obvious, but I thought I would give everyone a heads-up.
Hi,With the action framework I’m trying to update a text field with one of the date fields of the objects.The text message is something like: Our provider has provided us an expected delivery date: {{Expected_Delivery_Date__c}} the field is updated but with YYYY-mm-dd date format.Can I change the format of the date in the ‘Update field of a model’ action?
We are getting blank screen when we go to visualforce tab for the first page load. We have visualforce page ‘PracticeView’ that contains skuid page ‘PracticeView’ and corresponding visualforce tab ‘PractiFI’. Also, PractiFI is default landing tab/page for our app. When we go to PractiFI tab, we get blank screen (most of the time) and we need to refresh the browser to get the contents. If we open the console (in chrome) we get errors.I have attached the error screen shot below. Any idea?
I noticed Font Awesome is only available when using a Non-Classic Theme in Skuid. I like the Classic theme and it mixes the best with standard Salesforce styles but we are a Medical Company and I would like to use the Font Awesome Medical Icon set. Any way to make that available on the Classic Theme?
I am running into a weird issue where my Panel set is not rendering if I put a render condition on a field in my model that is having the row “Create default row if Model has none” from my Model. The panel will not display and render correctly until the default row is saved. Once saved everything is fine and rendering works perfect. Removing rendering conditions totally works fine as well but I need the rendering once the user gets deeper into record editing.The Model is for a child object of Case and what I am trying to do is when the page loads for my Case detail page it creates this related child record row if the Model is empty and saves it preferably on page load. The Model is set to only pull in 1 row and has a condition on the master-detail for the Case ID so once the record is saved it is done and has it’s related row. How can I force this “Create default row if Model has none” Row to save once created? I tried adding a Model Action on “New Row Created” and adding an action to
I’ve added a “Add New Case” button to a detail view.The Button has actions to:- Add new row to the case data model- Update the case data model RecordTypeId to the SObject RecordType 18 char ID(For this I made a model of the RecordType SObject, and “Case” as the Sobject Type Name which shows the record type name and record type ID)(I tried this with an update model action hardcoded to the 18 char ID, and previously via a RecordType Model and a JS snippet)Trying to save the record gives me a red error message saying “Could Not Match Reference to Record Type d:Record Type ID”How do you pre-specify the record type? For us, the record type is not a user selectable item.Thanks
All,Above is a small screen cap of a form I am developing. I have two questions.1 - Within the field editor there are two columns and 4 sections, one fro Strengths, Weekness, etc. I would like to have a different color background for each of the 4 sections. I saw how John Nelson did it in the Deep Dive video but I am not clear on how to just address the specific areas above. What do I put in the CSS to tell it to just do the background for each section?2 - To keep the model looking symmetrical I would like to keep each section the same size regardless of the amount of data that each section has. Each of the fields (Strengths, Weaknesses, etc) are Text area Long. So the amount of data could vary. I would like the sections the same size and have a scroll bar to see data that does not fit in the allocated space. Any thoughts?
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.