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
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?
This richtext component: Renders like this in runtime: Even though the model has this data: What’s going on here?
This javascript error: Perhaps these conditions are the trouble? Trying to use these as conditions for a date range filter on a table. What is the best way to set defaults for a table’s date range filter, if not this?
I was wondering if it was possible to add more columns to this reference field search. We have some duplicates we’re working on fixing so in the interim I think adding opportunity owner would help a bunch of our users. I’ve been looking for a place to edit this data table yet have proved unsuccessful as of yet. Any advice would be much appreciated.
We have several managed packages and when it comes time to upgrade and test, they always want us to enable the default Salesforce UI. Rather than having to have a separate set of page assignments, which can number into the 100s (not to mention remembering to maintain them for a rarely used profile/user), it would be awesome if there was a simple way to disable all Skuid pages for a certain user or profile.
Hello -I am encountering the following error:URL starting with 'https://myurl–skuid.cs42.visual.force.com/apex/labels?labels=%5B%22action%22%2C%22after…. is longer than the maximum allowed length of 4,096. An unexpected error has occurred. Your solution provider has been notified. (skuid)The scenario is rather complex and I’ve been unable to reproduce this is an isolated scenario so I’m unable to provide a simplified page XML. Here’s the details:1) Master Page A2) Master Page B3) Child Page A1 (Child of A) has a table with global action that triggers a popup that contains a page include for B14) Child Page B1 (Child of B) - Contains a tableWhen opening the popup on A, network activity is seen but the page encounters the above error. If I remove the table from B1, no error occurs. If I have a field editor or template instead of the table, the page works. The problem only appears to occur if I have a table on B1. I’ve even removed all configuration from the table (no row actions, no
I’m trying to create a new page and edit in Lightning mode. When switching from the Visualforce editor, once the Lightning builder loads, I get a message at the top saying “There were 2 problems with this Skuid page” Upon clicking that message I get the following items highlighted:1. An error occurred while attempting to load the “skuidvis” component pack. Error: Argument cannot be null.2. An error occurred while attempting to load the “skuidcore” component pack. Error: Argument cannot be null.I’ve made sure I’ve started with a new page, I’ve tried installing the package a second time, but to no avail. I’m going to try a uninstall and re-install, I’ll let you know how that goes.FWIW, I installed this in a pre-release org on gs0.
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.