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 just found out that some validation rule error message are no longer displayed to users when they try to save a record.When they click to save a record with an error, a message appears saying the record is saving but nothing happens and the record is not saved.Is anyone else experiencing this issue?I am on version 8.15.15
Hi there,I am setting up a calendar including view, creation and edition of events… all this using the native Skuid native calendar component.I see a behavior that does not seem right. I have not been able to figure out why of the behavior and therefore remove/fix it.Once the calendar renders I could click on an existing event to edit it.Once I click on the event, the standard pop up (or custom pop up) comes up and Skuid immediately redirects me to the native Salesforce UI.Is that normal? I don’t think it is.If so, how can I control/remove such behavior. What I need is the pop up to comes up then edit the event and save it (including closing the pop up).Any pointers will be appreciated.Thanks!David
This is on a Skuid developers site on AWS.Can’t select rows from the external object name dropdown when creating a model from an odata connection from Northwinds. Using URL=http://services.odata.org/V3/Northwind/Northwind.svc/When building Model, returns a list of object names but when I click on one, nothing gets selected and stored in the field.2/9/2017 - I’ve discovered through trial and error that if I start typing an object name in the field, it begins to autocomplete and then if I select one of the choices, it gets stored in the page field but not not recognized as a field change and the Save button is still disabled. If I change some other field to get the Save to become active and save, it appears to save the data but when I go back, the object name selected is not there, i.e., not saved.
Hello, I’m trying to figure out how to hide a table associated with a dashboard but without losing the data in the dashboard. Is this possible using the rendering tool? Are there a logical order to how it should be setup? Any ideas or topics maybe already created on this would be great! thanks!
Is there an example that someone could send me the link for?
I have new buttons that are not following the conditions. I have the condition set to show if field is not blank. It does not show. https://drive.google.com/file/d/0B409lhd9sYDcMmNPaE96ZzJfSXM/view
Skuid adds the “Tel:” tag to the phone numbers. I’m not able to use the Insidesales.com click to dial feature. Is there anything I can do to solve this issue?
I have several Skuid pages with SF custom button/links that will only work for system admin users, they will not work for non-sys users. I’ve tried everything from checking the OWD settings on all Skuid object (Page, Page Assignment, Page Version, etc), Profile object permissions, access to VF pages, Permission sets to no avail. Any help is appreciated. Thank you.
I get redirected to the Salesforce pagelayout even though i have already created a Skuid page assignment. It’s working if i tried creating on the Opportunity tab itself but i tried creating in the related list of an account We are currently using an OOTB “New”, it works fine if the user has access to other record types IE. user can pick a record type after clicking New. but, if the user only has one record type designated, the user gets redirected to a salesforce pagelayout automatically after clicking “New” on the related list
I am receiving a chrome Page Unresponsive error every time I try to remove a table filter from a table. This issue has been happening on all pages I try to do this on, but here is one example: All I am trying to do is remove two table filters on the MyOpps table: and This issue does not happen if I remove the table filter through editing the XML directly, but I am hit with the timeout error when I am trying to remove the filter through the Skuid page builder UI. We have version 9.3.1 of skuid installed in production. The XML for the whole page: {{Account.Account_Usage__r.Health_Score_Label_Month__c}} + " : " + ROUND({{Account.Account_Usage__r.Health_Score_30__c}}) Closed Lost Closed Won Deal Review Cancelled Disqualified Closed - Recycle Renewed {{Account.Account_Usage__r.Health_Score_Label_Month__c}} + " : " + ROUND({{Account.Account_Usage__r.Health_Score_30__c}}) Closed Lost Closed Won Deal Review Cancelled Disqualified Closed - Recycle Renewed {{Account.Account_Usage__r.Health_Sc
Hi I have a requirement to remove a table row immediately from the UI once it's marked for deletion. I tried a few ways and couldn't get it to work.1. Model action:event: when row is marked for deleteaction: remove context rows from modelaction: save model-- use this approach, the table row disappears from the row correctly by clicking on the standard Delete row action, but it never commits the delete. So when the page loads again, the row is still there.2. Model action:event: when row is marked for deleteaction: remove context rows from model-- use this approach, the table row disappears from the row correctly by clicking on the standard Delete row action and then click on a custom Save action that just saves the model, but it never commits the delete. So when the page loads again, the row is still there.3. No model action on when row is marked for delete. Use a custom row actionaction: remove context rows from modelaction: save model-- use this approach, nothing happens.Can you pleas
I guess this is a question, but might also just be a solution; if I have worked something out right myself (Stupid isn’t stupid if it works, right?) I need to do a stacked bar chart of Opportunities broken down over month by won status. Seems really simple right. I built my model of Opps, with the standard IsWon field and put them into the stacked bar chart appropriately, got to this point in no time: It looked good to me, except the “Series” - which is showing the count of “IsWon” values in each month is reflecting it’s actual values… IsWon = false, and IsWon = true. I couldn’t for the life of me work out in Skuid how to tell it to display something different here (and I guess its fair enough, as really the chart component doesn’t know what values are actually going in there until runtime (esp if the series was split over a picklist or date/text/number etc.etc.) So what I did is create a UI only field on the model called “WonLabel” - which was a formula - and did this: I then told t
Is anyone using Live Agent with a Skuidified Service Console?If so, are you using the Console with Skuid pages as the detail pages, or did you build the whole thing in Skuid? Any best practices or “gotchas” I need to be aware of?The documentation I’m finding assures me I can use Skuid in the Service Console, but nothing specifically about Live Agent, which is a requirement.
On tab click I’m rendering page using “page include” component, I want to print time once the page load completed, I’m using below function (inline js), but it’s printing time before rendering the page.(function(skuid){var $ = skuid.$; $(function(){ $(‘body’).on(‘tabshow’,function(event){ console.log(new Date().toLocaleString()); }); });})(skuid);
What is the best method to refresh a table when various filters have been selected? A refresh button I created currently queries the model, it refreshes the dashboards, but if you had selected a filter from the table, the values do not refresh and stay the same. Any ideas would be appreciated. Thanks!
Is it possible to see logs from SKUID in ‘Browser Dev Console’, to know what is going on during ‘intital Page load’ & ‘alll Event Interactions’. When something doesn’t work, as a developer, we don’t have any clue what going on under the hood with SKUID… The reason i’m asking this is, Today i was playing with creating Filter for a table, like this, I set it to ‘Select Option’ with manual values… But, in the output, i got as a Button(but i expect a select option with values) There’s no log in ‘Developer console’ (so silent), so there’s no clue about what is happening…
I can’t see ‘UI Only Model’ Data Source Type in App Composer. But, in document, it says i can.is it not supported ?http://help.skuid.com/m/models-conditions-filters/l/378313-ui-only-models-and-fields
I tried to override a Text/Number Field in Opportunity which doesnt give any option for Reference. So, you can’t override them to Reference (but, in documentation its said i can).http://help.skuid.com/m/models-conditions-filters/l/680618-field-metadata-overrides-and-cross-object… is that something, not supported any more ?
I found a post describing what I’m experiencing, but it is marked as solved:https://community.skuid.com/t/picklist-field-showing-old-values-field-dependencies-not-wo…We’ve overhauled the dependent picklist options in one of our processes, and the options are not updating in Skuid. I’ve tried deleting the field from the model and putting it back. I’ve tested with a new page creating a model with just the fields involved in the dependency. Only seeing the old options.Brooklyn 9.3.4, Spring '17 sandbox and Winter '17 Production
I have a automatically generated filter condition (grayed out) on my model that is driven from a Queue filter. When I remove the queue filter, the condition remains. I have not been able to remove it altogether –
Shortcut to currency fields are not working… i have tried as it’s explained here,http://help.skuid.com/m/models-conditions-filters/l/108687-template-fields Problem When i edit ‘Sales Price’ i tried 10K… but, its stored as £10 … if it’s not supported anymore, i think it’s better to remove from documentation.
is it possible to create an inline help indicator in a table’s field column?
Hi there - I’m trying to default a text for a field. Scenario is that I have a button that is opening a popup to enter notes. I want to default the comments, subject, etc. I have 4 “notes” buttons, but each of the 4 buttons will have different default text. So, button 1 subject says button 1, button 2 subject says button 2, and so forth. I’m trying to not have to create 4 different models with all the same functionality with exception of the default text. Does anyone have away around this without any JavaScript?
I have a table with a list of records (course offerings) with a row action of “enroll”. When they click that action, a new record is created in a junction object connecting a contact to the course offering.The functionality works, but the first time a course is enrolled in, the process take a while, like 5-10 seconds. However, subsequent additions don’t take nearly as long (1-2 seconds).Any idea why the first one would take so long? This is being run from a public site page. Perhaps there’s an API connection lag, though there are query calls happening before this?Thanks for any idea/insights.Seth
I have been experiencing the skuid regex issue when I try to access the skuid view of a salesforce record. I use the visualforce page wrapper around the skuid page. All the users who have the skuid license have the access to the visualforce page wrapper. This issue is being experienced by only few users in our org. We checked our logs and could not find anything. Please see attached screenshot about the issue. It would be great help for us if we know more about the reasons for this issue.
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.