Upcoming Event - 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 a model with workers, and model with worker tasks how do i display a way to select a worker, and then see their tasks ? this is for skuid mobile
Basically, all I’m looking for is a way to have an open drawer close when opening a new one via the queue item action. Don’t see anything obvious in the action framework. Thanks.
What I’m trying to achieve is, I have a table of Opportunities, and I want to create one giant table for export that has a column for each Borrower related to the Opportunity. Borrowers are Child records to the Opportunity. One borrower is a Primary Borrower, if there’s a second they are a Co-Borrower. Can you allow values in the conditional merge syntax, eg. is there some way to use {{#BorrowerRole__c}} with a value like “Primary Borrower” to mean that “If BorrowerRole__c = Primary Borrower” then show me {{BorrowerName__c}}?Maybe there’s some way to do this in the XML? I’ve also posted an Idea that would solve my issue here: https://community.skuid.com/t/multiple-child-records-on-a-model
I’d like to let the user add “topics” to records. is there a way to display them in a skuid page… or do i need to display the salesforce sidebar
Hi I want to add a rich text field as UI only field. I only see textarea as the closest type. How can I make it as rich text field as in Salesforce? If the field is from the object, Skuid renders it as rich text field properly.
Is it possible to hide the SF header when using a Skuid page as a home page component? Looking at this tutorial, I think I know my answer: “Skuid can be used to (almost completely) take over your Salesforce Home Page”. Sometimes something funky happens and a user is still directed to the default salesforce home page. We have a pseudo-404 message with a redirect link to our app’s default page (which keeps them inside of the branded, non-salesforce theme). This works fine, but would love it if there was a CSS hack or something to hide the salesforce look. Any ideas?
Page with Model A, Model B.Model A is first model with Id=id param condition.Model B is on parent object of Model A, with field from another model condition pointing to the reference field on Model A.I set only Model A to clone when clone & id parameters are present.When I load the page with the clone=1 url parameter, Model A’s Id = clone_1, as expceted, but Model A’s master-detail reference field (call it Model_B__c) = clone_2… (and therefore the Id field of Model B is clone_2).Unexpected?I don’t want to clone Model B. I want the clone of Model A to be a new child of the same parent…Thoughts?
Getting apex heap size error when clicking the page versions row action on the standard skuid Pages page.
First noticed in 7.20.Packing and unpacking a child page without it’s master page in the same pagepack results in the unpacked child page being completely blank.
It would be a big value add if I could open multiple windows from a Mass Action on selected table rows. My thought is to use window.open, but I don’t know how to push the URLs into the javascript.Any thoughts?
I am trying to configure a chart so that when I click on a series I can show details that make up the information summarized in that series. My Chart is running on an aggregate model, but the level of detail I need requires the pop up to access a different model. However, Both the Aggregate Model and the Detailed Model are both using the Opportunities object in Sales Force. Every time I click the series on the chart the pop up “Pops Up” but no data is returned. I defined the context of the popup to be the list of Id(s) in the context, I even tried to change the context to be the common fields between the 2 models with no luck. Please help…
I have a contact table that I would like to have a row action that opens a popup that creates a task for the contact. I cant get the task to create a new task that is associated to the contact. Above is the conditions on the task model Above is the conditions from the contacttask which is linked to the task model as you can tell from the conditions. Model settings for task is: max # of records = blank Create default row fi model has none checked model type basic Model settings for contacttask is : Max # of records = 1 Everything is set to default. Please help?
Noticed some screen rendering issues in our sandbox environment (Production is fine) and on further research I noticed that one of the css files is not loading. The version we are running is 6.8.20. How do I resolve this issue. I confirmed the static resource still exists but it doesn’t want to load now. I thought it might be the push to Banzai but the version number doesn’t reflect that.
This is the code that is generated automatically for an inline snippet (function(skuid){ var $ = skuid.$; $(function(){ var myModel = skuid.model.getModel(‘MyModelId’); var myComponent = skuid.component.getById(‘MyComponentUniqueId’); // window.alert(‘hello’); }); })(skuid); I think this means that whatever is in the inner “function” call will be executing without blocking the page. Is that right ? That’s what I want to happen, as I want to do an update on some of the page models without making the user wait til the update is finished. Thanks Ken
I have a Field Editor with 2 columns , when i preview this page the columns display a grey background behind the fields. How do i change the color so that the background is white?
I am working with an organization whose standard browser is IE11. The organization’s IT department deploys a ‘configured’ version of IE11. They currently have Skuid Superbank in production (version 6.8.20). We have a problem where if we use a theme other than Classic, we do not see the icons for the row action or in any button that we add. Please see the attached screen shot. Does Skuid have recommended settings for IE? How do we troubleshoot this issue?
Here’s the setup (richtext component with html table): In runtime, the table doesn’t show anything, but if I copy and paste the merge syntax string into skuid.utils.merge() in the console, it works: What’s going on here?
Hi,Since Banzai creating an action ‘Update a field on row(s)’ if its a lookup and you leave it empty does not remove the content.
Our full sandbox got automatically updated to 7.20 overnight and it broke more than we expected to have break. What is the process for making sure that no more sandboxes get updated? And - most importantly - making sure that production does not get automagically updated? Thanks!
Does anyone know how to open a draw in a row when another row action is triggered.For example: I have a drawer and a pop up row action. When I click the pop up action button I would like the drawer in that row to open as well.Thanks!
Is there a way to set the width of the column with the Row Action icons?I would like to set the width so they wrap onto multiple lines since my data already makes the rows taller than one line of text.This column does not seem to have an id or class so I’m not sure how to set it’s width.Thanks!
Dear Skuid-Experts! The skuid API is good to explore but any techniques on debugging skuid pages ?I wonder if there is any way (how to explore more on debugging functions on console) to get knowledge more on skuid page debugging and techniques to understand any snippet dependencies quickly on complex pages with lot of snippets and conditional load of models .
With the help of Banzai I’m curious if anyone here has successfully linked their data to quickbooks online?
Ui-only field like this: Merge Syntax like this: {{$Model.scheduledInitialAppointments.data.0.Percent}} Expected Result in runtime: 47% Actual Result in runtime: 0.4727272727272727
I have a UI only checkbox on the model which is a new record A page. When that’s checked I want to set up notes field 1, 2 and 3 from another model which is a list of records A if that’s the last notes field with a value. I’m trying to make this work using the action on new record model via the params.updates on the checkbox. In the snippet, I make a remote action call to Salesforce since list of records A is used for display now and cannot be modified to handle the complexity of selecting the right notes field. The remote call works, but I cannot seem to call updateData() on the model without saving it first. I don’t want to save the model yet since user will need to fill out other data and might use this checkbox at any point before saving the record. Any suggestions on how to update the fields in the UI only without saving the model?
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.