Nintex Automation K2: Back to basics
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
Hi All,Can anyone help me on below requirement,I have a Multiselect picklist. I need to display data up to 40 characters in Skuid List view page.(here after selecting multiple values it is crossing limit of 40 char in list view page)I have tried with changing field width in skuid page to 40, 40%, 40px etc… but it didnt work.Much appreciated your help in this regard.thanks
Hi everyone,I have a problem with the export of table data in one of my builds.Previously the “Export” button was working fine and then just a couple of days ago it has vanished.I investigated on the back end and retraced the set up of the “Export” button (As per the instructions found here… http://help.skuid.com/m/components/l/102563-export-data-from-a-table ).I have been working with my manager on this and still no success in fixing the issue. Is this a known problem that has occurred to anyone else? If so can anyone give me some advice on how to mitigate this? Many thanks, Matt
I have a “search” model with a UI text field where the user inputs the text they want to search from. Sometimes, based on the source where the user enters this page from, the search string is passed over using a URL parameter. My url parameter is ‘djnum’ and the model doesn’t query on page load, and creates a new model if none is found. My problem is that the UI field always is populated with the parameter name itself - not the value, and not a NULL if the parameter is not found in the url. In this example,url parameter djnum=‘test’ so I would expect to see ‘test’ in my text box, not djnum. Any ideas on this one?
I am trying to code a button to send to a email address in the open contact by opening the users default mail client on click and creating a new email to match a Salesforce email template.I would also like to do the same type of thing for selected contact in list view.
Does anyone know how to refresh the Chatter feed component on a page without having the reload? Kind of like a model refresh. We post to chatter on the record quite often for notifications from a snippet, so it would be nice to refresh the chatter component before the snippet finishes so the user sees the results on the page (their post to chatter) without having to reload the page.Thanks!
Hi,I tried building a custom pop up where users can attach files to a record while they are editing other attributes of the record but somehow nothing happens when they try to do so. They simply drag the file to the marked area but nothing happens and even the file does not get attached Please helpi want to make it visible to them that when they drag the file to the marked place it is getting attached and listed in the table below as attachmentsAnubha
Hi everyone. I am having issues with a field in my panel and im not sure why this is happening. In a nut shell I need to be able to edit the field but can’t for some strange reason turn the “Read Only” option off. Can anyone please advise me on why this would be happening?
I can not get the enabling based on Snippet Returning True to work. I’ve simplified my snippet down to this: var enableCheck = true; console.log('check result ’ + enableCheck); return enableCheck; Console returns a true but the button does not enable. Any hints on how to get this to work? I’ve tried returning true and “true” and neither are working.
i have a requirement wherein i want a field to appear on specific value of a ui-only field (or rather toggle it based on the value of the ui-only field). For some reasons, even though the default value of the checkbox ui-only field has been set to true (or false), it is always considered to be “null” and hence the fields dont appear on the page load.
I have a UI field “boolIsPlanSelected” which is defaulted to “false” i.e. checkbox unchecked.I am using this field just to toggle between the images of checked and unchecked checkbox. So when a user clicks an unchecked checkbox, the image should be flipped to a checked one and vice versa.On the page load, the image of unchecked checkbox should be present, which requires me to check the value of this ui-only field in the rendering section of the image.Now when i console.log the value of the ui-only field in the js snippet that runs on the click of the unchecked checkbox image, the value of the ui-only field is found to be “null”.Why is the Default value not being considered?var selectedItem = arguments[0].item, selectedList = arguments[0].list, selectedModel = arguments[0].model, selectedPlanRow = selectedItem.row; console.log('selectedPlanRow.boolIsPlanSelected = '+selectedPlanRow.boolIsPlanSelected); if(selectedPlanRow.boolIsPlanSelected){ selectedPlanRow.boolIsP
i can write console.log statements, but if i try to debug the value of any javascript variable directl in the console, it doesnt recognize it.
When a page include loads it is redrawing a chart on my main page. Since that chart has a before render snippet that affects a related table, my table is reloading as well. My page include is related to the table, so I can’t put it in a drawer like I would like. But also it seems to be removing my conditions on the related table so after I open the popup with my page include, more records than expected are showing up. Seems like the page include onload event is the same as the general page onload event, so the chart is redrawing, but I don’t think it should. Video below
I am trying to apply the user selection in one table and then via a snippet on a mass update action, set the condition on a different model and then load/query that model. So the result of the snippet combines the ID into one variable like : ‘a05A000000Eibd5IAB’,‘a05A000000EibFGIAB’,‘a05A000000EibdPOAB’I then set a condition on this other model to this variable (also this condition is related to a reference field that is looking for “in”). This has not worked because the way tha I am creaating and passing this variable results in skuid seeing this as text versus references. i am not sure it it is parsing this as three ID versus one long text.Below is my snippet showing capturing these ID, setting the variable and setting the condition. Is there a way to successfully pass these as multiple ID to the condition or is there a better way to acheive quering this model with the right input of the selected ID?Overall Snippet “Status”:Cycle Through table and get ID for rows that user has se
Since I unchecked “Load Model data on page load” checkbox on my opportunity model the page is loading more quickly but Chatter feed associated to the opportunity model is returning no data.Could you help ?
Can someone help me to display data(records) of object in table or any other component in multiple columns? I want to display only one field i.e. Record Name. Please see below screenshot.
Object B (recipe ingredient) has a lookup to Object A (Ingredient). Object A has multiple fields of measurement conversions (kg, g, L, cups, …)There is a picklist on Object B, where I would like to only show values when the measurement conversion fields on A have data in them.Is this possible with javascript snippet or something like that?Appreciate any ideas. Thanks
I have a table with Contacts. I want to apply a Mass Action where a user can check off various Contacts and Tasks are automatically created. I’m able to create the Tasks, but I can’t figure out how to associate the Tasks to the correct Contact and Account.Any help is greatly appreciated.
I have a handful of users that are getting this error when trying to open a skuid page. The page does not finish loading (you just see the standard salesforce border). Chrome browser in use.
I’m using a sticky header on a page. When validation errors occur, the height of the header increases and covers up the content on the page below. You can’t scroll up to fix it. I found a few others reporting similar issues (page not re-drawn after header height increases when an image loads), but none related to error messages. The solution offered in the other threads does not apply here (Add a wrapper of fixed height to contain the image).
I understand what is going on here, so this might be more of an idea than a problem.I have a table with opportunity products showing win percentage. ($ Awarded/ $ Bid) If I try to use column totals to show the win percentage as a whole, the numbers are misleading. Using Sum, it adds up the values so you can end up with over 100%. Using average, it averages the percentages displayed in the table rather than calculating a true average based on the underlying data.
I am currently working on a mobile build for a client and would like to have a footer with their logo in the panel at all times. Issue is, the footer is a fair bit chunky and I would love to make it thinner. Does anyone have a solution? Many thanks in advance!
Start by saying, I have enabled Skuid org defaults for licensing assignments as well as for community profile.When creating users through the salesforce interface, everything works fine BUT…I have a self registering page for my community and when users sign up through this, it creates all the right SF logins, permission sets etc… but Skuid does not create a new user for them or assign them the Skuid page viewer permission set. Which means that once signed up they can’t actually access anything!Please I desperately need this fixed ASAP or help building a workaround of some sort!
Is there a formula which will return the Calendar Week Number based on a date or a date/time field?
One user is getting the attached error message when they open a record, Does anyone knows what is causing it?
Hi, I have Button on the page title component which performs Save action on a model. In the same page title component i want to show another button called Submit for approval. This button when clicked will fire an approval process. My requirement here is, Unless i click the save button i should not see the submit for approval button. Right now, i am seeing both the buttons sitting side by side while creating the record in a popup. IS there anyway by which i can see only the save when i open the pop up and and see the submit for approval button only after the saving the popup. I don’t know much about JavaScript so i am wondering if we can do this via Action framework Thanks. -Avinash
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.