Complete our Nintex Community Survey
Access resources, discussions, and troubleshooting tips to build custom applications and streamline workflows with Skuid NLX, SFX, & EXP.
Recently active
I am using the HTML functionality of the TEXT component in V2 attempting to dynamically load an IFrame. I can’t seem to get the syntax right. I am able to get the IFrame URL to work when I hard code the parameter. And I am able to see Merge Variables in the HTML when they are not in the IFrame URL, but syntax wise I think I am doing something wrong in the URL. The following works when hardcoded https://instance--lightnings--skuid.cs37.visual.force.com/apex/skuid__ui?page=OppFiles2Zip&id=0060B00000f3UUQQA2" style="border:none;" width="98%"> but then I try to use the merge field inside the URL it doesn’t work. If I place the merge field somewhere else outside of the iFrame tag I can see that its pulling the right value. For some reason the substitution is not happening. https://instance--lightnings--skuid.cs37.visual.force.com/apex/skuid__ui?page=OppFiles2Zip&id={{Id}}" style="border:none;" width="98%"> Is there special syntax that is needed within the src attribute
I am trying to create a button that among other things moves the screen from one tab to another Much like a wizard would do. But I can’t seem to find anything that allows me to do this in actions. Any Ideas?
The Object relationships in salesforce of my concerned models can be explained as: Object A is the parent to objects B and C both. Is it possible to fetch fields from object C to the SKUID model of object B?Could I get some help with the same?Thanks and Regards,Sejal. 🙂
Is there a way to see what changes have been made to a Skuid page over some period of time? I’m running into an ‘Apex heap size too large’ issue and I would like to see what changes have been made to clue me in on what might have caused the problem to start occurring.Thanks in advance!
I currently have two models, Model A and B. I want the values from Model saved to one field on Model B.I coded a button to pass condition values to Model A. Model A will have 3 different lines and different data in Field__c. I need to concatenate the values in Field__c on Model A and update one field on Model B. Does anyone know how I could achieve this?
I am trying to figure out how to access selected check boxes via Javascript in the V2 API. I’m on Skuid version 12.2.14 In V1 I would do something like this and it would work: var selectedItems = arguments[0].list.getSelectedItems(); But in V2 with the same setup the line of code above produces an error: skuid__SharedRuntimeJS:2 TypeError: list.getSelectedItems is not a function Does anyone have a code snippet they can share, it can be a link to Skuid documentation, that has an example of a V2 API reading selected items? I attempted to adapt the code found in the first example on this page: https://docs.skuid.com/latest/en/skuid/javascript/snippets/using-snippets-intro.html but got the same error.
Hello,Since updating Skuid to version 12.2.15, the button for upgrading out-of-date themes is missing:Please advise. To our knowledge, we did not change any permissions. Skuid’s themes were updated by installing 12.2.15, as shown in the image, and our custom themes remained unchanged as expected. But the button for upgrading own themes is nevertheless missing.
I know you can set sub-decks to have context based on the context of the deck they are inside of, but can you set context based on a more static filter?For example, currently I can set a sub-decks context by SubDeck Field A = ParentDeck Field BCan I set context like this instead? SubDeck Field A = “Blue”I can’t seem to find a way to do this. It would be very helpful if this were possible.Thank you!
Our users are having issues with Salesforce logging out every time they access a Skuid page. They’re also being asked to log in again every time they access a Skuid page from Salesforce. We use Skuid pages for data entry and are about to start a busy data entry season. This never used to happen and has only been happening in the last couple of days. For context, we have Salesforce Lightning but never enabled My Domain.Has anyone had any luck when dealing with this issue?
HI,I am updating some rows in a Model Table and before saving, I am calling a JS Code Snippet. Inside the JS, I would like to compare the original database value of the fields with the new value that the user is about to save(). Is this possible ? If so, please help me with the syntax of accessing old existing values.ThanksEbin
Hi Anna,Thanks for following up. Yes, using the full URL to redirect is working.The other issue for non-Skuid users not getting to standard SF pages is still ongoing. I am not using a Skuid page inside a lightening page (at least I don’t think I am).I am not sure where I would set the component visibility.Here is how I have the Contact object set up:Skuid page for the Contact Detail In Skuid –> Page Assignments –>SalesForce Classic: –Object Type = Contact; Action Type = View; Applies To = Only Me Created a Visual Force page with the following code:   Contact Object --> Buttons, Links and Actions View-- Generally I would set it to the VF page.--For testing I have it set to Standard Page ( Non Skuid Users still have issues) Note: This conversation was created from a reply on: Redirect url to a VF Page in Salesforce Lightning with My Domian enabled.
Hi community, thanks for being awesome! I’ve found this to be one of the most useful places to come when I run across weird errors so I wanted to document this one here. Scenario: Page loads in Visualforce, but in Lightning it refuses to load and throws an error in the console (“Cannot read property ‘setParams’ of undefined”)Cause: In this case, this error was occurring because the page referenced a custom label that didn’t actually exist within Salesforce. Removing the reference to this label (or adding it as a custom label) fixed the issue.
Hi, is it possible to generate a soql from the results of a model and populate a field with the soql? I have a SKUID page that allows users to select from a list of Financial Accounts. The selected records are then adopted into a model called Selected Financial Accounts. Is it possible to take the results of this model and generate the underlying soql and add it the Account record. I need this to generate a soql so that Conga can run on the Account record. (In Salesforce the Financial Account object is tied to the Account object by a junction object.)
I am trying to make a page that does two things, One take order Id passed from the URL (working) user it to create a new record on a different object (service), Then that new service.id and create and new serviceProduct record based off of a order Item (orderItem) that is listed below by a row action. Connecting things like the OrderItem.id the Service.id etc… But I can not pass the service.id variable into any Component that is set to the model orderItem. What am I doing wrong? I have tried to use the {{Service.id}} and {{$Model.Service.data.0.Id}} both enter nothing into the new serviceproduct record. Once the page loads the user should enter any info for the service and click Save & Next, then go down to the Table and click the row action button on any one of the rows to create a new row.
To be more specific, how to set different table header color for different profile?
Curious if anyone has ever achieved a custom table summary for percentages? Using the out-of-box function, SKUID either wants to add up the percentages or average them out. Both aren’t really what I am looking for. Instead, I’d want to control the numerator and denominator to generate a performance metric that ends up in the summary row. Below is a screenshot of the column in table.
We’re building a Skuid model with the Salesforce object “SurveyInvitations” - we know there is a standard field called ResponseStatus. We can build reports with it, see it in object manager, and in workbench. In Skuid, we do not have the ability to add it declaratively. We also tried to add it manually in XML and got the error attached. Also included below is the workbench view. I am Sys Admin role and can view the field across the platform otherwise. How can I make this bugger appear?! uded
I added a chatter feed to one of my page includes and while it shows the feed, it does not let me interact with it. I can’t post anything and when I click the ‘hide feed’ text, nothing happens. Here is a gif showing the issue: https://share.getcloudapp.com/Qwu7Yn7n
I am getting this error in 12.2.14.Functionality works great when i am working directly from the included page (if it is loaded directly instead of via a Page Include). But once I try to include this V2 page into another V2 page via the Page Include component the issue starts. The page include is within a Tab and then within the included page I click to open a panel I am getting the error below: There was a problem initializing a component of type skuid__list: Cannot read property ‘_clientData’ of undefined The included page contains a list within a modal panel that seems to be when the error is generated (when the Action to display the modal happens)Any idea what would cause the error above?
The currently logged in user’s Access Token is stored inside the web browsers HTML5 local storage. This means that it will be stored in plaintext, which can result in an attacker stealing the Access Token and sending it to a server they control. Is it possible to refrain from storing sensitive user information inside the web browsers local storage.
On page load, we are seeing requests run without end. The requests are all “font” Type. We are utilizing a GoogleFreeFont in the Custom Theme. How can we make the requests stop?
This error occurs when I attempt to add a new Chatter Free user. Here’s a screenshot of the error.
Hi, I am new to skuid and seeking help to understand how Skuid resolves skuid pages during rendering. Where do I find in-detail article about how pages are resolved and loaded before User sees those on screen ? I mainly have two questions. When does skuid resolve Models in a page How JS code snippets are resolved ? whether all JS snippets, present on page, are resolved before page loads or only those JS snippets are loaded which are used in ‘in-line’ attribute of any component. My main aim is to optimize page load performance. I have gone through Page performance Guide however I do not find detail guidance about how to optimize performance after using browser’s network analysis tool. Is there any way Skuid can help us to know anomalies in our page and suggest a fixes to improvise performance?Thanks
I have a model called KeyIndicators with a bunch of UI-only fields that reference other models. The other models in this case are created dynamically, there could be between 0 and 38 of these other models based on the user’s choice (M0-M24 and Q0-Q12). The UI-only fields were using MODEL_LOOKUP formulas to get the values of these other models, and there was no error when that model didn’t exist, for example if there was not a model called M12, the formula MODEL_LOOKUP(“M12”,“avgValuec”, “Indicator__c”, {{Id}}) didn’t break the page, that field was just blank. However, I’m switching these dynamic models from aggregate to non-aggregate, so I can get at a median value if needed. So now I’m using the custom formulas posted to github, such asAGG__MEDIF(“M12”,“Value__c”,“Indicator__c”, {{Id}}, false)This works great unless there is not a model called M12, then I get an error, invalid model in function.Ok so fine, I’ll create my base model KeyIndicators dynamically as well, and only create th
Hi Guys, Experiencing a weird issue i have never encountered before I have 2 pages. Lets call the 1st one: Page A and the Second one Page B Page A has a button to call with a popup action to show Page B in a page include All worked well until… On Page B i changed the Model Name from Sub1 to SubApp (that did not change all reference to Sub1 Model, so in XML i tried to change to the proper model) To make sure I did not do an error in XML, i changed the reference to Old Model name on 1 UI field only from this value {{$Model.Sub1.data.0.Sales_Partner__r.surcharge__c}} to this value {{$Model.SubApp.data.0.Sales_Partner__r.surcharge__c}} When I preview Page B by itself all works well, When Page B is called From page A via Page Include nothing renders, and looking at console here’s error “1. There was a problem rendering a component of type skuidpage: Cannot read property ‘displaytype’ of undefined” Any ideas? I’m an older version of skuid: 10.0.23 thx
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.