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
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.
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?
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?
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?
I’m pretty excited about the 6.7 update, but I keep seeing this screen:What can I do? Do I just need to be patient?
as per title
Found some info on it but missing the basic starting point as to where to place a reference to the VF Page. I am totally new to Skuid. Basic starting as to what Component type is needed? Other basic starting points would be helpful.Thanks!
I have an issue with Dependent picklist value sets and Record Type defaults for picklists. Everything works perfect if the page is created after the defaults and dependent settings are configured. However, if the defaults for a picklist per Record Type are changed after a page is created and/or dependent fields are changed afterward the Skuid page does not reflect those changes. It seems like Skuid caches these values or something… Any ideas how I can force my skuid page to use the new Salesforce settings for dependent fields and for record type defaults? I already tried closing and refreshing browsers, making a change to the page and save.
Skuid team,Unmesh Sheth posted a question regarding large result sets in his post Modal: max # of records limit.His post prompted me to think about my experience working with Enterprise accounts with large objects and LDV. Unmesh mentions 8000 records. I frequently work with 10Ks, 100Ks and millions of records.Here are my questions / comments:Does Skuid test / regression test using LDV? If so, can you share your benchmarks?Do you have a set of best practices for LDV? If not, consider this a request.Along with #1 and #2, can you share examples of your pages used for LDV testing e.g. models, visualizations, tables, etc.Do you have case studies or customer anecdotes regarding LDV? If so, please share.LDV maybe a useful webinar / deep dive topic.Regards,Irvin
I have an object with 8000+ records. When I use max # of records limit = 100 everything works fine but when I set to 1000, I get System.LimitException: Apex heap size too large: 6720396.So, I understand that I must provide a lower limit. But this limit makes sense from user record loading point of view, however, it simply doesn’t make sense when I want to -1) Search records more than 100 (when limit is set to 100). How can I put arbitrary limit like this anyway? Max # of records seems to limit number of records and NOT number of records that I fetch (page cursor) at a time.2) All my charts are limited to top 100 records and not total which is 8000 records. In other word, all charts are incorrect as they are based on limited data and not complete data.What am I missing?
I would like to show record type descriptions when users are changing record type when creating new records or changing record types in existing records.Does anyone know if this is possible with Skuid? Thanks
On a side note, I keep running into multiple problems when designing pages for Partner Community Users. This leads me to believe that I’m either doing something incorrectly over and over or their may be a problem with the Skuid license I’m using for my Partner Community Users. In a previous post I was having an issue (still unresolved) where my Partner Community Users can’t see the Chatter Feed in any Skuid Pages (though they can see Chatter feeds in standard pages). Anyway, here is the issue I am running into today with my Partner Community Users: No matter what page I include, Partner Community Users seem to be unable to see anything loaded in the “Page Include” field. I’ve tested this repeatedly with multiple pages and various models. I even tested it with a “Hello World” page that loaded no models at all. In each case, the Partner Community Users can see the page on it’s own but not when it is loaded in a “Page Include” from a “parent” page. Internal users can see the page just fin
I am experiencing an issue where my Community Partner (CP) users cannot see the chatter feed on Skuid page for custom object. Here is what is/is not working:1. CP Users can see chatter feed in standard SF page for the custom object but not on the Skuid-ified page2. Internal users can see the Chatter feed on both the standard layout and the Skuid layoutSince the CP Users can see the feed in the standard layout and the internal users can see the feed in the Skuid page, it leads me to think that the problem may be with a Skuid user license permission but I know very little about that. Any help would be greatly appreciated!
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.