Upcoming Event - 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’m working on a javasnippet that updates values on one model based on values from another model in a table using a loop. I believe it should work, but in order to make it work with the right data I need to query the model within the loop. However, I can’t get the updateData() function to work in this snippet. I get an error in the console “Uncaught Model ‘model’ has unsaved changes.” What am I doing wrong? I tried putting a model.save() in front of it, but that didn’t fix the problem. (And also wouldn’t that cause issues with SF?) Any help is much appreciated. Thank you var params = arguments[0]; var step = params.step; var $ = skuid.$; var models = skuid.model.map(); var OppLineItems = models.OppLineItems; var NewSalesOrderItems = models.NewSalesOrderItems; var ShippingLocation = models.ShippingLocation; var rowsToUpdate ={}; var ShipToValue = {}; $.each(NewSalesOrderItems.data, function(){ var ShipToValue = NewSalesOrderItems.getFieldValue(this, ‘Ship_To__c’); var locationCondition
I have one model that I am trying to only show the records where field A doesn’t equal field B (on the same record). Both fields are lookups to the user object. Is there a way to do this with conditions? I’m not sure if I’m having a brain fart or if this just isn’t possible.
I have a rich text component and used "Insert Field to merge Phone number associated with {{Connected_Member_DNA__r.Organization__r.Name}}I have selected the field in the model and checked “Do not run template on each row”, then the merge does not happen. If I uncheck the “Do not run template on each row”, then it does merge but shows multiple times.
I have created a popup that has an include page that is responsive. I have set the popup width at 99%. I have tried to put the Page Include inside a responsive component and no responsive component. I have tried to leave the popup width blank with and without a responsive component. The included page does not behave responsivly. It puts a slider at the bottom of the popup. What are the step to have the included page be responsive.
First of all, this is my first question on the Skuid Community (after lurking around finding answers to my other questions for the past several weeks) and I want to thank everyone on here for their valuable responses and ideas! I am working with Salesforce Content and am wondering how to integrate a Skuid page for Content Deliveries in to Salesforce. I don’t see any VisualForce pages to override for Content and I am wondering if there is another way to do this? Content/Files are a big part of the customizations I am doing at the moment and if anyone has more resources on how to integrate Skuid with these components I would be extremely grateful!
i need to specify a record type design for each record type. I can’t seem to do it just using the builder. Already have an initial solution for this, by URL redirect to a visual force page(the VF page handles the logic for record type assignment depending on the record type name), but when the page is transferred from sandbox to prod, we will need to change the domain of each URL redirect which is pretty heavy. So i thought of using JS, to handle the logic of redirecting a page to another page. i already manage to get the record type name and Id of the record i clicked. i can’t seem to find out on how will i be able to jump from a page to another page.
Hello All!So I modified my xml - added a few additional pages from another skuid page. And I think I might have done something wrong. In the model section, I’m 2 blank lines - models with no names. When I click on them I cant edit or remove them. I just have 2 blank models that I cant remove or click or have any interaction with.
I need my page to know whether X number of records in a certain status exist across a several different (generally related and/or child) objects. For instance, a user should not be able to click the submit button on an application (i.e., it should be disabled) unless there are zero related records in the wrong status, at least one related record in the right status, and at least two of the right kind of contacts. Standard rollup summary fields aren’t really a sustainable solution, and in some cases I won’t be able to use them anyway since the relationships aren’t always master/detail.Seems like I can create a model for each criteria and use “has data rows” to control the rendering of the button. Would it be helpful to use aggregate models in this kind of situation? Is this a use case for the “rollup” grouping method (and how would that work)? Would doing so potentially reduce the number of separate queries/models the page would execute? The latter is my most significant concern, I supp
I have a skuid page as an override for a custom object tab. There are two models on the page: one for the main custom object, and one for a detail custom object that is displayed in a drawer. The main save button is configured to save both models. When I try to use the “Mass update” for the top level object, or simply modify two top level rows at once, and then try to save, I get an error: “the entity is locked for editing” 3 out of 4 rows failed to update in the mass update test. All rows failed when making manual edits on multiple rows at once. In the scenarios above, the drawers with the detail object are not involved. I can save changes for all of the detail rows for one top level record without an error, but if I try to update detail rows on more than one top level record, I get the same error. Thanks for reading!
I am using 2 models (ModelA, ModelB) referencing the same SF Object. ModelA is used with a field editor to create new records and ModelB is used with a table to show all of the records that were created. The Adopt Rows into Model action is being called from a button.This works as expected with all of the new records showing up in my table. However when I save ModelB nothing happens.Do I need to do something to ModelB after I adopt the rows so it will save?
I have an Opportunities Model that I’m using amongst various tabs. I have conditions enabled when a user views certain tabs. Right now, I have to manually say to disable each condition that SHOULDN’T be displayed on those tabs. How would I go about disabling all filterable conditions in one swoop versus manually adding each deactivation? As I add more filterable conditions, I’m having to remmber which tabs I need to add the new conditions to or if needed disable the new condition. Definitely not scalable!
I’m trying to work with a ‘specified width’ Division in a Responsive Grid with extra long text. The problem I’m having is that the template/merge field I’m displaying is a long string and instead of displaying on a second line, I get jumbled text on top of each other. Is there way to put a space or line break to display properly? Using ‘Fit to Content’ is not an option. Below is a snapshot
How to disable showing the converted currency value for currency fields in skuid
Not sure if it’s related to Skuid, but this happened right after I updated to Banzai Update 8We use a CTI extension(click to dial) and it has worked fine until nownow it won’t appear and looking in console I see this errorRefused to display ‘https://voapi.8x8.com/salesforce/index.html?type=NC&sfdcIFrameOrigin=https%…om&nonce=31fa63f…’ in a frame because it set ‘X-Frame-Options’ to ‘SAMEORIGIN’.And wondering if Skuid Update could possibly have anything to do with it, or just a coincidence it started right after updating…Please let me knowThank you,
We tried to get data from Quickbooks. But since it’s Oauth1 we noticed, that can be quite a pain. Quickbooks API:https://developer.intuit.com/docs/0050_quickbooks_api Quickbooks Authentication and Authorization:https://developer.intuit.com/docs/0150_payments/0060_authentication_and_authorization/connect_from_w… That’s what we have so far: Authentication Provider: Model Service: Settings on Inuit dev-account: Model properties on page: When we load the page, a popup appears: Error on page: Error retrieving metadata for Model(s) associated with Data Source ‘Quickbooks’. Please check Models’ properties to ensure they are set correctly. Error connecting to REST Data Source at URL "https://sandbox-quickbooks.api.intuit.com/v3": Unable to authenticate to service “Quickbooks”: Login has been cancelled If someone knows how to get a step further, we would appreciate that. Cheers
I would really like to use merge syntax like {{filtername.currentfilterlabel}} in a column heading in a table, so that I could have a column where the heading updates with the filter. My specific use case is an aggregate table where one column responds to filters and others don’t because it’s complicated. The table defaults to All Time, and that’s what’s in my column header. But I’d like to add a filter of Last Month, Last Year, Last 3 Years, etc, and have the column header update. Would be so cool.Maybe you could actually use the current conditions on a model, and maybe there’s some javascsript that could look at the conditions and when they change update a UI-Only field to a certain value, like “Last 3 Years”, and then you could use that UI-Only field as the source for your column header. If anyone gets that to work I’ll send you a bean and cheese taco.
Seems like a page caching issue, but I’ve cleared browsing data, used Incognito Mode, used a different browser, and still I have a pop-up that creates a new row on an object that has three dependent picklists. The middle one is not rendering properly based on the top-level one. In addition, that picklist is showing one picklist value that has been replaced and deleted. Any ideas? Page caching is off, server-side processing is on.
Can we render a skuid page as PDF, just like renderAs in Visualforce?
I’m using a ui-only multipicklist field as a filter for a calendar’s grouping model. Next to that, I’m using a table with a regular filter for the calendar’s events model. I’d like the ‘field’ filter to look like a typical table filter. I’ve messed with the css and kid of got there. Has anyone successfully make a multipicklist field look and act like a multipicklist filter? I’m missing the dropdown arrow, and the wrapping doesn’t work the way users will expect. Instead of modifying all of the field css, would it be better/easier to remove the field classes and add the filter classes to the field with jquery on pageload?
I’m trying to combine the progress indicator and @Thimo’s ‘better upload’ components under a single ‘community’ component pack. But I’m only getting the upload component to lead in the builder’s component list. Here’s the builder manifest file: { "id": "community", "components": [ { "id": "progress\_indicator", "folderId": "plugincomponentsfolder" }, { "id": "better\_upload", "folderId": "plugincomponentsfolder" } ], "folders": [ { "id": "plugincomponentsfolder", "name": "Community Components", "icon": "sk-icon-component-pack" } ], "js": [ { "path": "progressIndicatorBuilder.js", "resource": "plugincomponentpack" }, { "path": "betterUploadBuilder.js", "resource": "plugincomponentpack" } ], "css": null } But this is what I see in the builder: No Progress Indicator. Here’s the component pack setup: What am I
I’ve looked around for an answer to this, but can’t seem to find a solution that works for me. I’m trying to update a field on the 3rd step of a wizard with data that was selected on the 2nd step of the wizard. Both are in tables. I have a wizard that takes an existing opportunity and creates a Sales Order. On the 2nd step of the wizard, I have a lookup field called “Ship_To”. The “Ship_To” field allows the user to select the shipping location from the account selected. On the 3rd step of the wizard I have a field named “Packaging_Notes” that I’d like to update once a “Ship_To” location is selected on the 2nd step. I can’t get the Packaging Notes field to update to the correct value after the Ship_To location is selected. Can I do this with action framework or do I need to do snippet? Thank you for any help.
How would I place a child relationship field in a UI-Field if the name of the child relationship in the model is: {{Engagement_Roll__r.Roll__c}}
I have a custom field renderer I like that compares the value of a given field with a benchmark value field and renders the cell on a table red if the value is unfavorable to that of the benchmark value. Now I’m trying to pull in data from another model into the table, and I’d like to use the same custom field renderer to compare the value of this new field to my benchmark and render some stuff if different. BUT, there’s no place to put my field renderer in a template field. I tried to hack the xml by adding snippet=“valueHighlight” to my template field in the xml, but no luck. Are there any ways to do this?
I am building an order entry page. It creates a new order ok and I then have a search box on a table to find suitable products. I want a selected product to be added as an Order Item and have designed an action that creates a new record on the order item object but cant find the correct field from the selected product to enter as “Price Book Entry ID”? Can anyone point me in the right direction?
Hey guys, I’ve been trying to find a solution for some time but still no luck… Here’s my issue : I’m trying to have my new Model based on a REST GET method to Atlassian’s Jira API but can’t get it to work. (It works well with BitBucket API) I set up the new Model Service, Remote Site Settings in Salesforce as well (see below) : I even checked that this request works with another tool, everything is good with the API and the URL I use (see below) : But I’m getting the error "1. Error retrieving metadata for Model(s) associated with Data Source ‘JIRA’. Please check Models’ properties to ensure they are set correctly. Error connecting to REST Data Source at URL “https://xxxx.atlassian.net/rest/api/2/search": error” (see below) : There might be something I’m doing wrong… Help would be much appreciated! Also, I would like to be able to POST json in order to get more specific answers, is that possible with skuid models? (I tried to select POST method and paste my json in the Service URL fiel
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.