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
I am new to Skuid. I have managed to set up products on a create opportunity page, but I cannot figure out how to configure the revenue schedule associated with each line item. I would be fine with having it on the page, but would prefer to use a pop up if possible. I really don’t see any tutorials or pre set up pages that include this feature.
I am still spinning up in SKUID so I apologize in advance if I am not using the right terminology 🙂 . We have a problem when loading a page in that the focus is going to a control way down the page. There is javascript that will scroll to the top of the page - is there a straight forward way in SKUID to add this javascript to a SKUID page so it is the very last thing to run (so when the page is done loading the user is at the top of the page)?
Hello!I suspect what I’m trying to do is in here but I’m not having any luck with it.Here’s what I’m looking to do:I have a lookup field in a table (Inventory_Item__c). I also have a currency formula field in the table which references a field on the looked up record (Price_current__c). After selecting a record in the lookup the formula field is only populated when the model is saved.I’d like the formula field to update when the lookup is updated prior to the model being saved. If easier, the formula field need not be a formula field and could just be a lookup__r.fieldname__c reference using skuid.I’m guessing I need to use a snippet field renderer combined with an event listener. Would someone be able to point me in the right direction as to how to put this together?Cheers!Louis
Anyone with a quick pointer on how to access {{$User.userName}} in javascript?Thanks!
I am showing accounts with contacts in list view(contacts are showing with help of drawers)Every thing is working fine except below issues in Drawers 1.I gave “show all” in visible rows (in Pagination section of drawers). But drawers table of accounts didn’t show all contacts. When clicking “Load More” button, its showing all contacts. How to load all contacts without “Load More” button click on Drawers contact table? 2. How to hide “Showing Rows 1-1 of 1+” in Drawers table? My XML code: {{Name}} {{Model.label}} var params = arguments[0], $ = skuid.$; var field = arguments[0]; var value = arguments[1]; console.log(field.mode); if (field.mode === ‘edit’) { var disabilityOptions = ; skuid.$.each(skuid.model.getModel(‘Status’).getRows(), function(i,row) { console.log(‘—row----’+row); disabilityOptions.push({ value : row.Status_Value__c, label : row.Status_Value__c }); }); console.log(‘—disabilityOptions----’+disabilityOptions); var disabilitySelect = skuid.ui.renderers.PICKLIST.edit({ ent
I have a text area field (Comment field in the picture) that is set to ‘Required’ in Skuid. It does not display a red outline around the field the way that other fields do. How can I fix it?
I have a time field in SFX that I need to have display the minutes in 1 minute increments instead of 5 minute increments. I remember this being a feature in V1 but cant seem to find the option for v2. We have time reporting fields that need to be accurate to the minute. Thanks,Grant
Is it possible to set multiple values in a condition based on records selected in a table component?For example, I have a list of opportunity records in a table. I select 3 of them and press a mass action button. I want to update the condition on my aggregate model to calculate the value of those three opportunities.
Can someone give me a quick thumbs up/down on my syntax? var $ = skuid.$;<br>var mSTD = skuid.$M('STDTest');<br><br>$.each(mSTD, function(i, row){ <br> value += row.STD__c + ' (' + row.Results__c + ') '; }); If my model STDTest has two rows:Row 0 has STD__c: HSV1, Results: NegativeRow 1 has STD__c: HIV, Results: PositiveI’m trying to produce a text variable ‘value’ that would look like:'HSV1 (Negative) HIV (Positive) 'Am I understanding the way $.each works?
Sometimes from a usability perspective, it makes sense to show more than one line/row of text.For Example, I have a “Notes” field on the right side of a page and about 10 rows of info to input on the left side. It would be great if I could specify more than one line of text for my stuff on the right. I know that with Text area, we can expand, but sometimes I have 10 rows to the left and it would be great to have 10 rows of editable space to the right. It would match, make more sense, and be a better experience.This basically allows the user to input text without being stuck in a tiny box.Additionally, I’ve used .nx-page { font-size: 75%; } to decrease the size of my font… but that doesn’t seem to apply when inputting text.So sometimes we are stuck with a tiny text field where we can only input a few words that are visible at a time when we have the space to allow more. It would be great if we could have the text be smaller as well as make the text area or even tex field, 10 lines b
When doing a search from a lookup field on a table, is it possible to configure Skuid to allow multiple records to be selected in the search window and transferred to the table, say I wanted to select all 5 records in the table below:
We are trying to render a button on page load where we need to call some web service method and render button based on the value returned by the method (In this case User Record Access object as return type)
Hi - I’m trying to use jquery-ui-map on a SKUID mobile page. I can pull in a model and use that to set markers on the map, but when the page renders with the map, I only get the top left tile of the map. I’ve tried using the .gmap(‘refresh’) but without success - see screenshotAny ideas on how I can get the full map to show when I open this panel?Thanks
Is this post correct? Can I set a global variable inline that is not within any function and use this variable anytime I choose so long as I don’t refresh the page? For example, can I run a snippet which sets the value, so something in a popup, then run another snipper that used this global value.
We have an object called location with a % complete field that has history tracking turned on. The history object give us a created date and the new value every time the field is edited. We created a chart which shows the % complete in the x axis and the location name on the Y axis. We also created a table showing these values. It works great in that it shows the last % complete value of each location as a bar from 0% - 100%.Now what I want to do is filter this this with a start date and end date the user can choose. The bar would be a stacked series where the first color shows the % complete at the start date and the second color shows the % complete at the end date.For example if on Monday you were 10% complete and Friday you are 80% the chart show a dark blue bar going to 10% and a light blue bar continuing from 10% to 80%. Right now I jsut have a single bar going to 80%How can we get this to work?
Trying to notify the owners of opportunities and I’ve added it in the page but I’m getting this error. “1. A Skuid Model, ‘opportunities’, requested a Field with relationship name ‘Owner.SendUserNotificationEmails’, on the Opportunity Object, but Skuid could not find a valid Field accessible through this relationship name. Please check that this Field actually exists on this Object (or on any related Objects). If it does not exist, remove it from this Model.”We have professional and I think I know where mt problem is, this field isn’t in the native salesforce layout; I dont see it to add it. A while back I got this from Zach. It is the same problem I had when I tried to use notify user in my case form? If so, can I have the same help?“Aaron, sorry for the frustrations you’re having here — we know what’s going on. There’s another field called “SendUserNotificationEmails” that needs to be checked, which will do exactly what you’re looking for. Bad news— this field is not showing up fo
I noticed that if a table is Read Only, I can’t make a row action of type Drawer. I can work around it by doing multiple actions and drawer is there, but just wondering if I am missing something, or if it has always been this way. I use drawers to display children records a lot - and sometimes I don’t want my tables editable, but the ability to view the child info.
This may be a long shot, but here goes…Does anyone know any way of overriding what data the % calculation in donut type (or any other type for that matter) charts use? Heres my use case:I have a custom object called ‘Stage History’ (a child of our ‘Application’ object) that is used in my org to capture the history of a 20+ stage process an ‘Application’ goes through in our business. An Average record in that object holds data like:Stage, Completed By, Completed Date/Time (plus some other data not relevant to report).As an Application moves through our process, records are created in this object so an application that progressed right through might have 20-30 records in this Stage history table.I’m trying to create a waterfall type report that is going to show my sales drop off at each stage, something like the following (but in prettier Skuid form):I’m able to produce the ‘Unit’ data but does anyone have any ideas how I might be able to produce the % figures in Skuid?My only other opti
On a button click ,we are trying to save account model and then in the same button we are trying to invoke popup. So every time we click this button ,it will save the account details and then invoke the popup which will show the saved data.Sometimes this popup is not displaying or comming
In page title we have added two buttons which change the status of a pick-list value(Open and Closed). When Status is Open ,we are rendering three table section having edit mode When Status is Closed,we are rendering another same three table section having read mode At a time only one button we will be able to see either Open or Closed. and when we start click the Open button or closed button it is rendering the section properly along the Open and close button rendering in the page title. After some time rendering in the page tile is not working properly,its showing both open and close button or its simple hang until we refresh the page.
I have created a table with drawer child table. Can we remove excess whitespace, and add a ‘collapse all’ and ‘expand all’ option for SKUID table?
I couldn’t find the “Allow ordering” check box for Text Area fields. Can we have any other way for sorting the Text Area column?
I have this long string of merges that I’m using in an ‘update field on row’ action:{{Nurse_s_Notes__c}} {{#U_S_Performed__c}}U/S Performed. GA {{Gestational_Age_by_U_S_Weeks__c}}w{{Gestational_Age_by_U_S_Days__c}}d. {{#Fetal_number__c}}Pregnancy confirmed. FHR {{Baby_1_FHR__c}}{{#Baby_2_FHR__c}}, {{Baby_2_FHR__c}}{{#Baby_3_FHR__c}}, {{Baby_3_FHR__c}}{{#Baby_4_FHR__c}}, {{Baby_4_FHR__c}}{{/Baby_4_FHR__c}}{{/Baby_3_FHR__c}}{{/Baby_2_FHR__c}}{{/Baby_1_FHR__c}}{{/Fetal_number__c}}{{^Fetal_number__c}}Unable to Confirm.{{/Fetal_number__c}} EDD {{Estimated_Due_Date_by_U_S__c}}{{/U_S_Performed__c}}I get the following error:Uncaught Error: Unclosed section “Fetal_number__c” at 798The relevant fields are bold. Is there just too much between the first open and close?
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.