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
First of all I’m new on skuid… I tried the simple map component and I make ir working. But it doesn’meet my requirements. This component is static (use of ) I want to use google map with a div so the user can choose the mode (satelitte,…) the javascript for google is var map; function initialize() { var mapOptions = { zoom: 8, center: new google.maps.LatLng(-34.397, 150.644), mapTypeId: google.maps.MapTypeId.ROADMAP }; map = new google.maps.Map(document.getElementById(‘map-canvas’), mapOptions); } google.maps.event.addDomListener(window, ‘load’, initialize); I put this code in a In-line resource and it works, but how I cany make this line dynamic : center: new google.maps.LatLng(-34.397, 150.644), by replacing the longitude and latitude by the values of the current record? I have no clue on the best way to do it (inline snippets,…)? Thanks for your help
Hello, In one of my Skuid Page i sm getting below error can someone explain me the reason for this error SOQL statements cannot query more than 25 different parent types. An unexpected error has occurred. Your solution provider has been notified. (skuid) Please tell me the solution for it as it is too frustrating. Look for an quick solution. Thanks. Arpit
Can I call a Visualforce page from a custom Skuid button? I currently have an action button on the account object that calls a VF page (“/apex/MyVFPage?ID=ID”). Can I replicate that behavior using a custom skuid button?
We have a custom object called Households with related Contacts inside. We cannot use the Household as the WhatID for tasks. How can we create a condition for the task model which pulls all the activities related to the contacts inside the Household?
What’s the best way to add a CSS class to an HTML element that is rendered by Skuid? My use case is that I have a Skuid table that I’d like to style using Bootstrap styles, but I need to add their CSS class to the HTML table element, which Skuid doesn’t expose. (Skuid only allows adding a CSS class to the table’s surrounding DIV.) Is there a Javascript snippet approach that would do it?
I’ve got a roll up summary field that displays on a page, along with the a table displaying children records that are rolled up to make that summary. I love Skuid’s inline edit, that allows me to edit the values of the children records. However when I save the records on that table - the roll up summary field doesn’t update the new values unless I reload the page. Boo.
I can’t find it in the documentation, but are all day events supported on the Skuid calendar? We use these to enter in hours for interns, birthdays, etc.
Is it possible to define a new view type for tables?
A quick question – I notice when I add a field to an object in Salesforce and then go to select it in the model so I can add it to the Skuid page, the field is missing from the list of field names. Does the field ever appear? What needs to happen to get the Skuid to “see” new fields . . . does a certain amount of time need to pass for Skuid to see it? If so how long do i need to sit here?? 😉 Do I need to delete out all existing models and create new models for the new field to appear (I hope not . … ) I just tried that and the field did not appear in the new model . . .so i’m thinkin’ it is a time thing, but thought I’d ask . . .
We have a scenario where our mobile skuid users are infrequently using our skuid app and their salesforce session may timeout/expire in the background. When they try to use the skuid page with a table filter the underlying vfremoting call that skuid fails and the skuid page “freezes” because it doesn’t not handle the underlying error in the remote call, i.e. the follow exception occurs Visualforce Remoting Exception: Error parsing json response: ‘Unexpected token <’. Logged in? object.f {data: SyntaxError, xhr: Object, code: “parse”, message: “Error parsing json response: ↵↵ ‘Unexpected token <’. Logged in?”, tid: 2…} VFRemote.js:115 $VFRM.Util.error VFRemote.js:115 (anonymous function) VFRemote.js:131 a.Event.fire VFRemote.js:51 a.Observable.fireEvent VFRemote.js:46 VFExt3.Direct.VFExt3.extend.onProviderData VFRemote.js:85 a.Event.fire VFRemote.js:51 a.Observable.fireEvent VFRemote.js:46 VFExt3.direct.RemotingProvider.VFExt3.extend.onData VFRemote.js:93 VFExt3.extend.handleRespo
Hi, We would like to have a global action on our table which opens a popup window and the ability to enter a single item outside of the normal table format. Essentially, this would be how it works: 1) User clicks global action button which launches a popup window 2) Some of the fields would either be pre-selected, or have default text pre-typed in. 3) Instead of tabular format, the fields are displayed on top of each other vertically, similar to how a section in the field editor is arranged. 4) The user could enter the rest of the details, press save, and then the item would be added as a new record in the table. Is this possible?
I’ve tried following the documentation, but I’m a bit stuck. I’d like to create an in-line resorce that displays the field of my choosing. Then, I’d like to wrap it in some div tags so that I can style it with CSS. Can you show me a simple example of how to do this? I have the field already in an existing model, so it should be fairly simple to reference it.
I have many files I have uploaded on the chatter page for a given opportunity. Is there a way for me to see these files that are saved as “feed attachments” in the Skuid “files” section. They are currently not appearing
So I have a scenario where I change a couple of fields on the Opportunity object from a related list: a row action will update the amount of the oppourtunity. I have that working the issue is that the change is not shown in the main field editor. If I go up to the field and click the pen it shows the right value and if I navigate away from it the change displays correctly. How can I trigger the editor to refresh after I have made the change? This is the code I use to change the value: var params = arguments[0]; var quote = params.item.row; var quotes = params.model; var newAmount = quotes.getFieldValue(quote, 'Grand_Total__c'); var opportunity = skuid.model.getModel('Opportunity'); opportunity.updateRow(opportunity.getFirstRow(), 'Amount', newAmount);
Is it possible to cancel the inline edit process? Sometimes I click on a row, and actually do not want to edit it. Most programs I can press “escape” and it will do this. The only way I have found is to enter data inline, then backspace the data, then click “cancel” This is time consuming
There seems to be an issue with the popup “smartness”. I want to display to models with the same sObjects (example: Account, Related Accounts). But the popup seem to limit both models to only include the id of the row clicked. I.e related accounts will always be empty… Note: This conversation was created from a reply on: Run script snippet before popup.
We have a single object, which I will call “Things.” There is a field on Things called “Type”, because we do not have record types. The “Type” field indicates what kind of “Thing” we are looking at. We have a Skuid tab for Things. We want to have a table for each type of Thing, because each type of Thing has its own separate need for columns. I am having two problems with this: 1) The table filters will not apply automatically, even if there is no “filter off” option. 2) When I manipulate one table filter from the front-end dropdown, the other tables lose their filter. Any help would be appreciated. Let me know if I need to explain further! My immediate solution is to make separate models for each type of thing, but with 7 types of Things, this would take a while.
I have a page with an aggregate model on it that i’m using for a report… the aggregate data displays correctly, but when i press the export button i get a spreadsheet with only the row headers…
I want to invoke a Wizard from multiple places - my People tab, the Home tab, possibly others. From my People tab, I thought I’d do this with a Page Action that invokes a Wizard in a popup, and then use a Page Include in my popup. Unfortunately, Page Include disappears from the Components list as soon as I click Configure Popup. Is there another way to do this?
For many Date fields, I need to override the standard date picker with my own custom date picker. Has anyone done this? If so, sample code?
In SF it shows as picklist but in skuid it has the type combox and edits as a textfield?
I have an aggregate model based on a client encounter object… i can link to fields in the related client object (there is a Client__c field in client encounter)… but when i try to add the “name” field from the client object…i don’t see it in the list… the “id” field is there, but not the “name” field. Is this something about aggregate models ?
I have a page that contains a Table tied to AccountPartner. I’ve configured the Table to be editable. When I preview the page, my table populates correctly, but I can neither add nor delete a record (neither ‘+’ nor ‘-’ are displayed for the table). I know that AccountPartner / OpportunityPartner are odd ducks - in the standard SFDC UI you can’t customize the related list. Am I in the same boat with skuid?
just built my first popup it would be nice to have a “close” action next to the “save” and “cancel”, or to be able to make “save” do “save and close” clicking on the x seems a little lame
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.