Deep dive demo webinar: Get an in-depth look at the enhanced Nintex CE Platform
Connect with peers and experts to ask questions, share insights, and find solutions for Nintex products.
Recently active
On SKUID page for date field when user enter invalid date it saves as today’s date instead of showing out of box invalid date error message.
We recently changed the field level security of a field on a custom object to “Read Only” for most profiles and when the user is editing a record through a Skuid page they are still able to modify that field.When we remove their Skuid license and kick them back to the regular Salesforce UI they’re unable to edit it which leads me to believe it’s something we’re doing wrong inside of Skuid.Thanks!
Hello everyone, I am currently working on a page that we want to display on a TV monitor at an office. The page has multiple tabs and charts on it and we are trying to figure out the best method of automation to scroll and click through the tabs to be shown on the monitor. If anyone has experience or ideas as to what software we can use (we have thought of using selenium and revolver) it would be greatly appreciated!
Apparently Skuid wants “C__” (two underscores) before your custom formula names, but the documentation indicates it should be “c_” (one underscore).
How do I do a ‘get more’ query via javascript? I’m assuming there is an undocumented parameter within .updateData()?
Anyone have a good way to conditionally render a component based on whether the user has access to edit a particular field?I have buttons in a button set that edit a field, but if the user doesn’t have permission to edit that field, they don’t need the buttons…
How?
Each table row shows the header, how can we only show it once (as it usually works)?
https://status.salesforce.com/Chatter issues : Insufficient privileges error when trying to create or edit records 11:26 am PDT, Jul 12 The Salesforce technology team has identified the cause of the performance issue whereby users are unable to modify records or post to Chatter. Customers may get an error message "You do not have permission to execute that operation.” We are currently deploying a fix to resolve the issue.
We recently upgraded to Millau in our sandbox. I am attempting to give a user a Skuid license and I no longer see the Add License button in the Add/Remove License page. Has this been moved? Where do I go to give a user a license now?
In test we have been testing on new Millau version the “File Upload” / “In content document”. We were able to upload files successfully for several days but today, while presenting to our team we can no longer upload files and receive the message error : “Could not upload file : session expired or invalid”. No change to the page on our end since we tested successfully the page early this week.Any idea ?Thank you againCyril
I am using the action to create an email alert. AWESOME feature! My email alert is using a Visualforce email template. I am passing the contact ID to the email alert but I am not seeing the email template receive it. Why? I am receiving this in the email. "Recipient: " is it because I am also using relatedToType? Peter
My organization is planning an upgrade from v8.15.8 to the current version. The Release Notes page contains information going back only to v10.0.4. Is there a way I could get my hands on the release notes for the intervening versions?
I am trying to create a dashboard for our app that shows budget vs actual for labor and expenses. I want to have a donut chart that show the % of the budgeted amount that the actual is. The full circle is the budgeted amount, the slice is the value of the current actual and the center is the %
I have couple visualforce pages inside a skuid page in an Iframe using template tag. When ever i make a change to any field on the page, 2 visualforce pages reloads completely.How can i prevent the pages from reloading.
I’m struggling to implement the deferred / promise approach as outlined here, here, and hereMy use case is to:1) Mass create rows with a different lookup value in each row2) Update / Refresh a second model3) Use a value from my second model as the lookup value in each row4) SAVE!I can get it to do steps 1-3 perfectly, but can’t get it to save my new rows.I’ve tried a bunch of different things…(e.g. chaining .then(), putting save action as next action in sequence, etc)…nothing so far…Any advice would be much appreciated. var params = arguments[0];<br />var step = params&#46;step;<br />var $ = skuid&#46;$;<br />dfd = new $&#46;Deferred();<br /> &#47;&#47; Get Reference to Models to mass create newGoals from templateGoals var TemplateGoals = skuid&#46;$M('TemplateGoals'); var newGoals = skuid&#46;$M('NewGoals'); &#47;&#47; Get Reference to context model and filterable condition which will be used to query and store the Template G
Hello, We have run into another bug it seems since upgrading to 11.1.14. Here UI-Only picklist field values are not appearing in the dropdown anymore. Has anyone encountered this? How can we fix this? Some users depend on components that utilize these fields. Screenshots:
https://docs.skuid.com/latest/en/skuid/api/skuid_model_model.html#skuid.model.Model.loadAllRemainingRecords This function fails to mention that SOQL queries can’t be offset any more than 2000. As soon as want to do this the function fails to return any errors. Nothing happens after the last loadnextoffset. The remaining actions/js doesn’t run.
After updating skuid in our dev enviroment from 9.x.x to 11.2.2 we get the follwing error when we run the test cases before packaging our package: Name: MetaService_GetDataSources Result: Fail Message: System.NullPointerException: Attempt to de-reference a null object StackTrace: Class.skuid.MetaService.DataSourceTypeResponse.: line 16, column 1 Class.skuid.MetaService.getMetaData: line 162, column 1 Class.skuid.UnitTests_Core.MetaService_GetDataSources: line 13070, column 1
Hi Team,Can you please help me to update the recordtype id on Account on click button, I am not able to do the same ?I was using “Run Multiple Action”, and in action Given the recordtype id of account and save changes in model.When i click the button, it gives me error - “cannot specify any additional fields when marrying or separating a person-account”Thanks
In the previous version, I can retrieve {{$PreviousAction.result.message}} normally, but after I upgraded to Millau (11.2.2), I can’t retrieve this value and it always returns an empty value.Please help to check.
My org setup Multi-Currency enabled and the JPY is org’s corporate currency. The issue is all records (currency data type) with CurrencyIsoCode is VND or USD, I expect they will display with VND (e.g. VND 1,907,000.00) but it displays ¥1,907,000.00 instead. This issue only occurs in Lightning experience (not in classic mode). Please help to check quickly. Thanks.
Primary_Salesperson_lookup__r.Name is a field in my model and this sort doesn’t work
Hi, I have a ComboBox custom field renderer for a time field. I have it set where the ComboBox has picklist values like “11:30:00.000Z” with a label of"11:30 AM". The user can select a value from the picklist options and it will be saved to Salesforce correctly. However, right now if a user types in a value themselves like 11:30 AM it does not get saved to Salesforce and instead produces an error (“VFRemote.js:117 Visualforce Remoting Exception: List index out of bounds: 2”). I’m trying to come up with a validation function that will validate the user-submitted value and will convert it to the value Salesforce is expecting, but I can’t figure out how to get this to work with the ComboBox. Is there a way that when a user types in a value for a ComboBox I can validate it and then add it to the picklist options as the selected option? Or is there a simpler way to handle these user submitted values? I’ve recorded a short 2-minute video to show you the issue I am experiencing - https://scre
We have a requirements to create the new records ( like a wizard ). When user save and continue, it should should reload the same newmodel and create the new rows. I can see new rows being created in table but the field editor doesn’t seems to be re-appearing ? Figure 1 Figure 2
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.